Closed
Bug 102052
Opened 23 years ago
Closed 23 years ago
clicking in a frame should display focus ring
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: bugzilla, Assigned: bryner)
References
()
Details
(Keywords: access)
spun off from bug 42758. right now, i need to hit either F6/shift+F6 or
tab/shift+tab in order to display the focus ring that indicates the active frame.
recipe:
1. go to any url with frames, eg http://www.faqs.org/ or http://www.wired.com/
2. click in a frame.
result: no visual indication that that frame you clicked is active.
Reporter | ||
Comment 1•23 years ago
|
||
mebbe not accessibility wrt gov't standards, since i used the mouse to click
rather than the keyboard...but, should still get a visual indication to inform
the user. :)
in communicator 4.x, clicking in a frame would display the focus ring.
Reporter | ||
Comment 2•23 years ago
|
||
another observation: mouse clicks display the focus ring for the panes within
the mailnews 3pane window.
Comment 3•23 years ago
|
||
Would this only be for framed pages?
Reporter | ||
Comment 4•23 years ago
|
||
jesse, good question...i'd say, yeah, i'd just want this for framed pages. what
do others think?
Assignee | ||
Comment 5•23 years ago
|
||
After talking this over with german and sairuh, we think that this probably
would not be a good idea, because it would cause borders to be displayed on
frames when page authors are explicitly trying to create a no-borders look.
Since you already explicitly know where the focus is going when you click,
there's not really a compelling reason to make this tradeoff. (We're still
going to show the frame border when you tab, since in that case it's not obvious
where the focus is going).
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Comment 6•23 years ago
|
||
From the above comments I am marking it verified
Status: RESOLVED → VERIFIED
Comment 7•23 years ago
|
||
>We're still
>going to show the frame border when you tab, since in that case it's not obvious
>where the focus is going
What's the bug for this?
Doesn't it seem strange to people that whether the focus ring is shown will
depend on how the user focussed the frame? And doesn't the fact that you're still
going to draw the focus ring in some instances obviate the arguments against
drawing the focus ring on click-to-focus?
Assignee | ||
Comment 8•23 years ago
|
||
This is the current behavior, so there's not an open bug on it.
I think in the tabbing case, the accessibility need outweighs the page
designer's desire not to have any frame borders. Matt, can you elaborate on this?
Comment 9•23 years ago
|
||
How about some kind of animated focus ring that fades out after a second or two?
Comment 10•23 years ago
|
||
Could use a timer instead of the current scroll listener. My motto is: "If it
can't be done with a timer, then it just can't be done."
Comment 11•23 years ago
|
||
"How about some kind of animated focus ring that fades out after a second or two?
"
Simon, you've been using OS X too much ;-)
Maybe the ring could pulse and "slither" ala the genie effect to the next
focusable element when you hit tab. Gotta use the alitvec processor for something.
Assignee | ||
Comment 12•22 years ago
|
||
*** Bug 159046 has been marked as a duplicate of this bug. ***
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•