Integrated: 8253935: [testbug] ComboBoxTest.testEditorKeyInputsWhenPopupIsShowing fails on Mac, Linux
Ambarish Rapte
arapte at openjdk.java.net
Wed Oct 14 05:22:08 UTC 2020
On Mon, 12 Oct 2020 19:37:41 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> The test fails on Mac and Linux.
> Cause of failure:
> - Linux: Unlike Windows, on Linux CTRL + Arrow keys move the caret to end/beginning of current word and not to
> beginning/end of next word.
> - Mac: On Mac correct keys to traverse through words is ALT + Arrow and not CTRL + Arrow. And like on Linux, ALT + Arrow
> keys move the caret to end/beginning of current word and not to beginning/end of next word.
>
> Fix is to use correct keys and asserts according to platform.
This pull request has now been integrated.
Changeset: eaabfc5e
Author: Ambarish Rapte <arapte at openjdk.org>
URL: https://git.openjdk.java.net/jfx/commit/eaabfc5e
Stats: 32 lines in 2 files changed: 9 ins; 0 del; 23 mod
8253935: [testbug] ComboBoxTest.testEditorKeyInputsWhenPopupIsShowing fails on Mac, Linux
Reviewed-by: kcr
-------------
PR: https://git.openjdk.java.net/jfx/pull/317
More information about the openjfx-dev
mailing list