RFR: 8090123: Items are no longer visible when collection is changed [v6]
Karthik P K
kpk at openjdk.org
Tue Mar 7 17:10:48 UTC 2023
On Tue, 7 Mar 2023 14:24:20 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Noticed a minor behavior issue, on Mac with multiple monitors. The secondary monitor (scale=1) is positioned above the primary retina screen (scale=2). When showing a popup in the case of 100 elements, the down arrow at the bottom cannot be seen.
>>
>> In the attached screenshot, one can see the popup clipped at the secondary monitor bottom edge, the gray bar is the top of the primary screen:
>>
>> 
>>
>> Perhaps the wrong Screen is used in computation, or not accounting for getVisualBounds()?
>>
>> Since this control is designed to work with a few items, I'd suggest addressing this issue in a separate PR. Karthik, would you please create a new bug?
>
> @andy-goryachev-oracle can you re-review?
@kevinrushforth / @andy-goryachev-oracle could you please sponsor the PR?
-------------
PR: https://git.openjdk.org/jfx/pull/1039
More information about the openjfx-dev
mailing list