Opened 13 years ago
Closed 9 years ago
#9573 closed defect (wontfix)
Grid misleading keyboard focus indicator - dojo latest svn(090720)/FF3, IE7, Chrome2, Safari4
Reported by: | Evan | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Accessibility | Version: | 1.3.0 |
Keywords: | ibm oci grid a11y | Cc: | [email protected]…, [email protected]…, [email protected]…, [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description
Grid shows that a particular row/cell has the focus when in fact it was the outer window that had the focus.
Reproduce steps:
- Open http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_data_grid.html ,
- Select a row,
- Click outside the grid on the page.
- The cell will still show focus indication but that's not where it'll be. Up/Down? will now affect the scroll position rather than the keyboard focus within the grid.
Attachments (1)
Change History (7)
comment:1 Changed 13 years ago by
Milestone: | tbd → 1.4 |
---|
comment:2 Changed 13 years ago by
Changed 13 years ago by
Attachment: | 9573inProgress.patch added |
---|
in progress patch that fixes part of issue
comment:3 Changed 13 years ago by
Milestone: | 1.4 → 1.5 |
---|
comment:4 Changed 12 years ago by
Milestone: | 1.5 → future |
---|
comment:5 Changed 11 years ago by
Owner: | changed from Becky Gibson to Bryan Forbes |
---|
reassign due to inactive committer. please triage accordingly.
comment:6 Changed 9 years ago by
Cc: | [email protected],[email protected],[email protected],[email protected],[email protected] → [email protected], [email protected], [email protected], [email protected], [email protected] |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Given the decline of IE7, probably this won't be fixed.
Note: See
TracTickets for help on using
tickets.
Well, I thought this would be an easy fix since there is an onblur handler on the grid.domNode. I figured I could just make sure to clear the styles in that handler. Unfortunately that handler doesn't seem to get called. This might not make 1.4. I could add an onblur to the cell with focus but I'm worried that might affect performance....