RFR: 8189282: JavaFX: Invalid position of candidate pop-up of InputMethod in Hi-DPI on Windows [v6]
Ambarish Rapte
arapte at openjdk.org
Wed Jan 10 05:16:36 UTC 2024
On Fri, 5 Jan 2024 01:22:59 GMT, Martin Fox <mfox at openjdk.org> 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 Mac since the platform scale factors are always 1.0. I don't think it affects the current Linux XIM code at all but XIM is so out-of-date it has become difficult to test. PR #1080 will replace the old XIM code and needs this fix to work properly on hi-dpi screens.
>
> Martin Fox has updated the pull request incrementally with one additional commit since the last revision:
>
> Removed superfluous import
Looks good , tested on Windows 11
-------------
Marked as reviewed by arapte (Reviewer).
PR Review: https://git.openjdk.org/jfx/pull/1311#pullrequestreview-1812421050
More information about the openjfx-dev
mailing list