Opened 11 years ago
Closed 10 years ago
#10792 closed bug (no change required)
Windows with default button handle keyboard incorrectly
Reported by: | KapiX | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Steps to reproduce:
- Open any window with default button (i.e. Backgrounds preflet).
- Select desired button with Tab (it highlights with blue color).
- Press Enter.
Result: Default button gets pressed (even though it was not highlighted).
Expected result: Highlighted button gets pressed.
Attachments (2)
Change History (8)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
patch: | 0 → 1 |
---|
by , 11 years ago
Attachment: | 0001-Fix-window-behavior-when-default-button-is-present.patch added |
---|
comment:4 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
by , 11 years ago
Attachment: | 0001-Fix-for-my-previous-patch-default-button-shouldn-t-b.patch added |
---|
comment:5 by , 11 years ago
I don't mind if this change gets reverted (as there is some opposition on the mailing lists), I just made the patch before I realized that's how it is supposed to work.
comment:6 by , 10 years ago
Resolution: | → no change required |
---|---|
Status: | reopened → closed |
The change was reverted, I think the current behavior is ok as you can invoke other controls with space, making enter effectively a "validate window" action (just as escape is "abort and close window").
Note:
See TracTickets
for help on using tickets.
I have found where the problem is, I will provide patch when I will test it.