On Thu, 3 Feb 2022 01:43:07 GMT, DamonGuy <d...@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