Opened 19 months ago
Last modified 9 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 Changed 19 months ago by
Description: | modified (diff) |
---|
comment:2 Changed 19 months ago by
Description: | modified (diff) |
---|
comment:3 Changed 19 months ago by
comment:4 Changed 19 months ago by
Might be a mac specific issue then. Since it definitely isn't working for me.
comment:5 Changed 19 months ago by
Keywords: | macosx added |
---|
comment:6 Changed 19 months ago by
Description: | modified (diff) |
---|
Yep. Mac specific. It worked for me on Linux with i3.
comment:7 follow-up: 8 Changed 19 months ago by
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 Changed 19 months ago by
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 Changed 15 months ago by
Keywords: | macos added; macosx removed |
---|
comment:10 Changed 10 months ago by
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: