Opened 13 years ago
Closed 11 years ago
#7583 closed defect (fixed)
BorderContainer: focus on splitters is not visible in Firefox
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | Accessibility | Version: | 1.1.1 |
Keywords: | Cc: | Sam Foster, nonken | |
Blocked By: | Blocking: |
Description
This was found in 1.2b1 as well as 09/02/08 nightly. Resizable splitters are in the tab order and get focus so the user can adjust the size of a pane via the arrow keys (although resizing is currently broken #7582). In Firefox 3 focus on the splitters is barely noticeable - it can only be seen on the very edges of the splitter. In high contrast mode focus can not be seen at all. This worked properly in 1.1 in Firefox 2 & 3 as well as IE (see http://download.dojotoolkit.org/release-1.1.1/dojo-release-1.1.1/dijit/tests/layout/test_BorderContainer.html). The problem currently only exists in Firefox 2&3, IE 7 is still fine.
Focus on the splitters needs to be visible in standard as well as Windows high contrast mode.
Attachments (1)
Change History (14)
comment:1 Changed 13 years ago by
Summary: | borderContainer: focus on splitters is not visible in Firefox → [regression] BorderContainer: focus on splitters is not visible in Firefox |
---|
comment:2 Changed 13 years ago by
Cc: | nonken added |
---|
comment:3 Changed 12 years ago by
Owner: | changed from Adam Peller to nonken |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 12 years ago by
comment:6 Changed 12 years ago by
(In [16064]) Give splitters a high z-index on FF, low on IE, so that FF correctly shows splitter focus, but that on IE the splitters don't cover up the borders of panes.
Also fixes problem seen in themeTester.html (non-active sizing) where the splitter being dragged appears behind the stationary splitters.
ISTM that FF/high-contrast focus on splitters is still very difficult to see though, both before and after this change.
comment:7 Changed 12 years ago by
Priority: | highest → low |
---|---|
Summary: | [regression] BorderContainer: focus on splitters is not visible in Firefox → BorderContainer: focus on splitters is not visible in Firefox |
Reopening this ticket since focus on firefox in high-contrast mode is still near impossible to see. Only the "short" ends of the splitter have the dotted border.
comment:8 Changed 12 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:9 Changed 12 years ago by
Milestone: | 1.2 → 1.4 |
---|
comment:10 Changed 11 years ago by
Milestone: | 1.4 → 1.5 |
---|
comment:11 Changed 11 years ago by
Milestone: | 1.5 → 1.5.1 |
---|---|
Owner: | changed from nonken to Becky Gibson |
Status: | reopened → new |
Changed 11 years ago by
Attachment: | 7583.patch added |
---|
comment:12 Changed 11 years ago by
Milestone: | 1.5.1 → 1.5 |
---|
Patch looks good to me, surely it won't break anything.
comment:13 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [15206]) Changed z-index of splitter to bring back border on focus, fixes #7583