RFR: 8015854: [macosx] JButton's HTML ImageView adding unwanted padding
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Thu Feb 3 06:31:13 UTC 2022
On Thu, 3 Feb 2022 01:43:07 GMT, DamonGuy <duke at openjdk.java.net> wrote:
> > The JBS says "This is reproducible with the Mac default (Aqua) look and feel; using another LAF (Metal for instance) seems to position the ImageView correctly." so it seems to be a mac issue not generic, so fixing in shared code will have other repurcussions..You probably need to fix in Aqua specific class..
>
> @prsadhuk Sorry, I forgot to mention in the JBS issue that while testing if the issue was reproducible locally, I discovered that the issue exists for Aqua LAF as described, but also other LAFs (such as Metal and Basic).
>
Then it would be better to iterate through all installed L&F in the testcase to check this fix.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7310
More information about the client-libs-dev
mailing list