Re: RFR: 8189282: JavaFX: Invalid position of candidate pop-up of InputMethod in Hi-DPI on Windows [v6]

2024-01-09 Thread Ambarish Rapte
On Fri, 5 Jan 2024 01:22:59 GMT, Martin Fox wrote: >> When reporting input method candidate position the code in >> GlassViewEventHandler is not applying the platform scale factors. This is >> causing incorrect IM positions to be reported to glass on hi-dpi monitors. >> >> This PR a no-op on M

Re: RFR: 8189282: JavaFX: Invalid position of candidate pop-up of InputMethod in Hi-DPI on Windows [v6]

2024-01-06 Thread Kevin Rushforth
On Fri, 5 Jan 2024 01:22:59 GMT, Martin Fox wrote: >> When reporting input method candidate position the code in >> GlassViewEventHandler is not applying the platform scale factors. This is >> causing incorrect IM positions to be reported to glass on hi-dpi monitors. >> >> This PR a no-op on M

Re: RFR: 8189282: JavaFX: Invalid position of candidate pop-up of InputMethod in Hi-DPI on Windows [v6]

2024-01-04 Thread Martin Fox
> When reporting input method candidate position the code in > GlassViewEventHandler is not applying the platform scale factors. This is > causing incorrect IM positions to be reported to glass on hi-dpi monitors. > > This PR a no-op on Mac since the platform scale factors are always 1.0. I > d