Closed
Bug 63912
Opened 24 years ago
Closed 24 years ago
GUI not displaying properly [outline, link, image]
Categories
(Core :: DOM: Selection, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: eleone, Assigned: mjudge)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
BuildID: 2001108
Browser: Netscape 6.0
Role: tester
Organization: n/a
Course: n/a
Pages/Area: see screen shot below
Date and Time: see email time stamp
Error: After selecting a link on the Navigation Bar, a small
box appears at the bottom of the link selected. Html code below screen shot.
Reproducible: Always
Steps to Reproduce:
1.click on any link and the box will appear
2.
3.
Actual Results: a box appeared, please see attached screen shot and HTML code
Expected Results: the box should not have appeared
Selection boxes are standard procedure. Designers are not allowed to prevent
them. Usually they should surround whatever you activate.
Component: Browser-General → Selection
Comment 6•24 years ago
|
||
Aactually they are,
:active { -moz-outline: none; }
...should do it.
Comment 7•24 years ago
|
||
over to selection. do you see this on a new build?
Assignee: asa → mjudge
Component: Browser-General → Selection
QA Contact: doronr → blakeross
Comment 8•24 years ago
|
||
Marking WORKSFORME due to lack of response. Reopen if this is still a problem in
the latest nightlies.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 9•24 years ago
|
||
Is there a bug for the focus outline not surrounding the image? (It's
currently always the same height as text.)
Comment 10•24 years ago
|
||
I think the bug about focus outline not surrounding images is bug 58456.
Summary: GUI not displaying properly → GUI not displaying properly [outline, link, image]
Comment 11•23 years ago
|
||
-moz-outline: does indeed kill the focus indicator, but unless I (and Eric
Meyer) have woefully misunderstood the CSS rec, the page author should be able
to control it using outline-style, outline-width, outline-color and outline
properties. None of them work on my test case at:
http://www.function.de/test/bugzilla_tests/outline_demo.html
Looks like a bug to me--at least on 0.9.4 on Mac OS X.0.4 (the build/OS I'm
running).
You need to log in
before you can comment on or make changes to this bug.
Description
•