Opened 15 years ago
Closed 15 years ago
#3061 closed defect (fixed)
drop down menu should not be associated with the default combo button
Reported by: | Becky Gibson | Owned by: | davidb |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
setting focus to the default portion (NOT the arrow) of a combo button and pressing the down arrow opens up the associated menu - it should not. The default action part of the button should act like a regular push button (activated via space and enter). Only the arrow portion of the combobutton should cause the menu to be activated.
Currently pressing space on the arrow part of the button does NOT open the menu and it should.
Attachments (6)
Change History (15)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Status: | new → assigned |
---|
Changed 15 years ago by
Attachment: | 3061and3062.diff added |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This also may be a regression due to the change to using a table to create the combo button. The drop down is being displayed when press space or enter on default portion of the button - it should only be dropping down with focus on the arrow portion.
comment:6 Changed 15 years ago by
Status: | reopened → new |
---|
comment:7 Changed 15 years ago by
Status: | new → assigned |
---|
Changed 15 years ago by
Attachment: | 3061-after-regression.3.diff added |
---|
proposed fix (minor changes to comments)
Changed 15 years ago by
Attachment: | 3061-after-regression.4.diff added |
---|
added local workaround for 3281
comment:8 Changed 15 years ago by
I haven't tested this but looks fine to me; I assume Becky is going to check it in.
Changed 15 years ago by
Attachment: | 3061-after-regression-after-bills-related-checkin.diff added |
---|
updated fix to recent trunk changes.
Changed 15 years ago by
Attachment: | 3061-works-around-3281-plus-ie-fixes.diff added |
---|
fix. tested with mouse and keyboard on FF2 and IE7
comment:9 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
patch to go in (tested on FF, IE, WK)