Closed
Bug 78839
Opened 24 years ago
Closed 18 years ago
focus in checkbox is barely visible when I tab within html widgets
Categories
(Core :: Layout: Form Controls, defect, P5)
Tracking
()
RESOLVED
DUPLICATE
of bug 251198
Future
People
(Reporter: shrir, Assigned: rods)
References
()
Details
(Keywords: access, testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
found by the tucson QA guys !
seen on 0503 windows trunk
steps:
Go to the above url
click in the first textfield to get focus
TAB to go to the next textfield
TAB again so that the focus goes to the checkbox
Observe that like in 4.x , the focus does not go to the text b the checkbox but
the checkbox gets bordered from the inside which is barely visible to the user.
Expected: Text should get focussed or checkbox should get highlighted from
outside so that user can actually see that it IS focussed.
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 1•23 years ago
|
||
IE's solution, putting a focus outline around the checkbox, has an additional
advantage: the target area is larger, making it easier to toggle the checkbox
with the mouse.
Assignee | ||
Updated•23 years ago
|
Priority: -- → P4
Comment 2•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Priority: P4 → P5
Comment 3•23 years ago
|
||
*** Bug 113220 has been marked as a duplicate of this bug. ***
Comment 4•21 years ago
|
||
I see a dotted outline on the checkbox in winxp with a build from this morning.
fixed or wfm ?
Whiteboard: [fixed?]
Comment 5•21 years ago
|
||
The focus outline is now visible on the bottom and right but invisible on the
top and left.
Updated•21 years ago
|
Whiteboard: [fixed?]
Comment 6•19 years ago
|
||
The behaviour described in last comment appears to be fixed in Firefox 1.5 on Windows XP - focus is now drawn as a dotted orange line on top of all four sides of the box.
However because the dotted line goes on top of the black, it's rather difficult to see against the black. This compares to Internet Explorer, which displays a clear, large, and extremely ugly focus rectangle at some distance from the checkbox.
Perhaps it would be possible to make the focus outline appear just outside the box instead of on top of it? This would make it much clearer.
Comment 7•19 years ago
|
||
I see the same as in comment 5, using Firefox trunk on Windows XP. Where are you getting the color orange?
Comment 8•19 years ago
|
||
Correction - this problem (focus on two sides only) still seems to occur on Windows XP **when display is set to Classic grey mode** (so that the checkbox is 3d effect).
when using the default blue Windows XP theme, the checkbox has only a plain 1-pixel black border. In that case focus displays correctly (but almost invisibly) as an orange dotted line, as described in my previous comment.
Comment 9•18 years ago
|
||
*** This bug has been marked as a duplicate of 142898 ***
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Comment 10•18 years ago
|
||
The testcase here doesn't involve labels, so this isn't really a dup. Did you mark it as a dup because you're working on a patch that fixes both or something like that?
Comment 11•18 years ago
|
||
You're right. Focus rings in general are hard to see, especially on checkboxes with no label. However, this is then really covered by bug 251198 (or bug 53927 if you're on a Mac). Those bugs are getting attention for the general case of focus outlines whereas this is specific just to checkboxes.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 12•18 years ago
|
||
*** This bug has been marked as a duplicate of 251198 ***
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•