-
Notifications
You must be signed in to change notification settings - Fork 185
Description
Important
If you are reporting a crash on Linux, please check if webkit is mentioned in the crash file.
If yes, please try to set WEBKIT_DISABLE_COMPOSITING_MODE=1 and/or WEBKIT_DISABLE_DMABUF_RENDERER=1 environment variables.
If they prevent crashes, don't report the bug please, it is already known as #843
Describe the bug
On Windows, when expand a combo, and use up or down arrow to navigate through, the item will be selected after click up or down arrow
To Reproduce
- Download the attached project
- Import into Eclipse
- Launch it
- Open the custom view
- Expand the combo
- Press down arrow
Expected behavior
The item should only be selected when enter is pressed, or clicked by mouse
Screenshots
combo_issue.mp4
Environment:
- Select the platform(s) on which the behavior is seen:
-
- All OS
-
- Windows
-
- Linux
-
- macOS
- Additional OS info (e.g. OS version, Linux Desktop, etc)
Edition Windows 11 Enterprise
Version 25H2
Installed on 2024/10/17
OS build 26200.6899
Experience Windows Feature Experience Pack 1000.26100.253.0
- JRE/JDK version
Version since
Eclipse or SWT version since when the behavior is seen [e.g. 4.23]
Workaround (or) Additional context
MacOS does not have this issue.