Opened 15 years ago
Closed 15 years ago
#3920 closed defect (fixed)
pressing enter should select a color in color palette
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
currently pressing space will select a color in the color palette - pressing enter should also select a color.
this could probably use onklick (or whatever it gets renamed to) which will capture click, space and enter
Change History (3)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [9913]) fixes #3920 - update color palette to use onklick event to process click and keyboard enter and space key press in one hanlder fixes #3532 - need to add stopEvent to onklick handler