RFR: 8302173: Button border overlaps with button icon on macOS system LaF [v4]

Damon Nguyen dnguyen at openjdk.org
Wed Feb 22 00:02:10 UTC 2023


> Previous fix to HTML in AquaButtonUI fixed spacing issue for HTML images in a JButton in Aqua L&F. The new issue comes from having text inside the HTML as the button's text. If an icon is used, this icon exceeds the bounds of the button and overlaps the border.
> 
> Added additional logic to check if HTML contains an img. If so, apply the previous fix. Otherwise, the original implementation for Aqua's JButton HTML layout works correctly, so use this behavior.
> 
> Added a test based on the provided test in the bug report. Automated the test using a BufferedImage and changed the icon color to RED. Tested with multiple runs on Aqua L&F, and the test passes with the update where it fails without the update.

Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:

  Remove redundant check and reuse var.

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/12520/files
  - new: https://git.openjdk.org/jdk/pull/12520/files/e18a63ce..6e692450

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12520&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12520&range=02-03

  Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/12520.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12520/head:pull/12520

PR: https://git.openjdk.org/jdk/pull/12520



More information about the client-libs-dev mailing list