Closed
Bug 375508
Opened 18 years ago
Closed 18 years ago
When outline-offset has a negative value, the whole outline does not appear
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ria.klaassen, Assigned: sharparrow1)
References
Details
(Keywords: regression, testcase)
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
When you set
:focus {outline: 1px dotted black !important; outline-offset: -1px !important;}
the whole dotted outline does not appear anymore.
It has no problem with 1px, only with -1px.
Was caused by bug 372037.
Test case: When you click on the link it should show a dotted outline.
Reporter | ||
Updated•18 years ago
|
Keywords: regression,
testcase
Comment 1•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a4pre) Gecko/2007032606 Minefield/3.0a4pre
testcase wfm (dotted border drawn on left click and right click on link)
Reporter | ||
Comment 2•18 years ago
|
||
Yeah, but the bug should be visible with the today's nightly (or hourlies).
Assignee | ||
Comment 4•18 years ago
|
||
Stupid bug... but easy to fix.
Attachment #259827 -
Flags: review?(roc)
Updated•18 years ago
|
Flags: in-testsuite?
Attachment #259827 -
Flags: superreview+
Attachment #259827 -
Flags: review?(roc)
Attachment #259827 -
Flags: review+
Assignee | ||
Comment 5•18 years ago
|
||
Checked in with simple reftest.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite? → in-testsuite+
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•