Closed
Bug 249184
Opened 21 years ago
Closed 21 years ago
Remove link <a> focus ring.
Categories
(Camino Graveyard :: OS Integration, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: camino, Assigned: mikepinkerton)
Details
Camino still uses a default Mozilla pref which shows a focus ring when ever
clicking on a link (text or image). On OS X no where in the system or other apps
do this when we click on an object. I would like to see Camino do the same. It's
one of those small things that still make Camino look like the odd duck as it is
something that comes from the win platform.
Adding this to our all-camino.js prefs would simply visually remove the ring.
// Removes the focus ring on links when clicked
pref("browser.display.focus_ring_width", 0);
Comment 1•21 years ago
|
||
Would that remove *all* focus rings, including the gfx control rings, or just
link rings?
Only link rings, so when you drag text or an image the ring will show. Try and
you will see :)
| Assignee | ||
Comment 3•21 years ago
|
||
hello? accessibility? you can tab through links, so they're behaving correctly.
recommend WONTFIX.
You are righ Mike, didn;'t think of that, makring WONTFIX. Putting it on the
list for tips and tricks.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•