Re: RFR: 8261840: Submenus close to screen borders are no longer repositioned

2021-04-20 Thread Kevin Rushforth
On Tue, 23 Feb 2021 15:32:17 GMT, Robert Lichtenberger wrote: > Reverting to the old way of showing the context menu but with application > of CSS prior to calling prefHeight(-1) / prefWidth(-1) to ensure correct > size measurement of the menu. Marked as reviewed by kcr (Lead). Thank you for

Re: RFR: 8261840: Submenus close to screen borders are no longer repositioned

2021-04-20 Thread Robert Lichtenberger
On Tue, 23 Feb 2021 15:32:17 GMT, Robert Lichtenberger wrote: > Reverting to the old way of showing the context menu but with application > of CSS prior to calling prefHeight(-1) / prefWidth(-1) to ensure correct > size measurement of the menu. I've finally managed to build JavaFX under

Re: RFR: 8261840: Submenus close to screen borders are no longer repositioned

2021-04-19 Thread Robert Lichtenberger
On Mon, 15 Mar 2021 09:11:41 GMT, Robert Lichtenberger wrote: >> Reverting to the old way of showing the context menu but with application >> of CSS prior to calling prefHeight(-1) / prefWidth(-1) to ensure correct >> size measurement of the menu. > > Yes I can try to look into this. > > On

Re: RFR: 8261840: Submenus close to screen borders are no longer repositioned

2021-04-19 Thread Kevin Rushforth
On Mon, 15 Mar 2021 09:11:41 GMT, Robert Lichtenberger wrote: >> Reverting to the old way of showing the context menu but with application >> of CSS prior to calling prefHeight(-1) / prefWidth(-1) to ensure correct >> size measurement of the menu. > > Yes I can try to look into this. > > On

Re: RFR: 8261840: Submenus close to screen borders are no longer repositioned

2021-03-15 Thread Robert Lichtenberger
On Fri, 12 Mar 2021 13:59:07 GMT, Kevin Rushforth wrote: >> Marked as reviewed by aghaisas (Reviewer). > > This fixes the bug in question, although I see a slight regression in > behavior on Windows with 125% pixel scaling (it doesn't reproduce with any > other scaling value that I tried).

Re: RFR: 8261840: Submenus close to screen borders are no longer repositioned

2021-03-12 Thread Kevin Rushforth
On Fri, 12 Mar 2021 10:03:53 GMT, Ajit Ghaisas wrote: >> Reverting to the old way of showing the context menu but with application >> of CSS prior to calling prefHeight(-1) / prefWidth(-1) to ensure correct >> size measurement of the menu. > > Marked as reviewed by aghaisas (Reviewer). This

Re: RFR: 8261840: Submenus close to screen borders are no longer repositioned

2021-03-12 Thread Ajit Ghaisas
On Tue, 23 Feb 2021 15:32:17 GMT, Robert Lichtenberger wrote: > Reverting to the old way of showing the context menu but with application > of CSS prior to calling prefHeight(-1) / prefWidth(-1) to ensure correct > size measurement of the menu. Marked as reviewed by aghaisas (Reviewer).

Re: RFR: 8261840: Submenus close to screen borders are no longer repositioned

2021-02-23 Thread Kevin Rushforth
On Tue, 23 Feb 2021 15:32:17 GMT, Robert Lichtenberger wrote: > Reverting to the old way of showing the context menu but with application > of CSS prior to calling prefHeight(-1) / prefWidth(-1) to ensure correct > size measurement of the menu.

RFR: 8261840: Submenus close to screen borders are no longer repositioned

2021-02-23 Thread Robert Lichtenberger
Reverting to the old way of showing the context menu but with application of CSS prior to calling prefHeight(-1) / prefWidth(-1) to ensure correct size measurement of the menu. - Commit messages: - 8261840: Submenus close to screen borders are no longer repositioned Changes: