Opened 3 years ago
Last modified 21 months ago
#22055 assigned defect
Drop down selection boxes no longer respond to arrow keys
Reported by: | taylor.smock | Owned by: | taylor.smock |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | regression, macos, javabug, aqualaf | Cc: |
Description (last modified by )
Attachments (0)
Change History (11)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Description: | modified (diff) |
---|
comment:3 by , 3 years ago
comment:4 by , 3 years ago
Might be a mac specific issue then. Since it definitely isn't working for me.
comment:5 by , 3 years ago
Keywords: | macosx added |
---|
comment:6 by , 3 years ago
Description: | modified (diff) |
---|
Yep. Mac specific. It worked for me on Linux with i3.
follow-up: 8 comment:7 by , 3 years ago
According to https://www.ibm.com/docs/en/sdk-java-technology/8?topic=applications-default-swing-key-bindings you have to press Alt+Down to open the dropdown.
comment:8 by , 3 years ago
Replying to marcello@…:
According to https://www.ibm.com/docs/en/sdk-java-technology/8?topic=applications-default-swing-key-bindings you have to press Alt+Down to open the dropdown.
Nope. Not working.
Anyway, I've been debugging this, and it looks like the textbox eats the pressed DOWN
event on Mac ("line end event"), but does not on Windows/Linux.
comment:9 by , 2 years ago
Keywords: | macos added; macosx removed |
---|
comment:10 by , 22 months ago
Keywords: | javabug aqualaf added |
---|
It looks like this can be fixed by switching to Metal LaF. So this is yet another Aqua LaF problem. :(
Works for me (but I may be a few changes ahead):
Steps I used: