Closed
Bug 193006
Opened 23 years ago
Closed 23 years ago
stylesheet problem with <a> tag
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 188525
People
(Reporter: edwin, Assigned: dbaron)
Details
Attachments
(1 file, 1 obsolete file)
|
222 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021128 Netscape/7.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b)
If we have a stylesheet similar to the one below, <A> tag will become non
clickable under Mozilla 1.3b:
a:hover { position: relative; top 1px; left: 1px
Reproducible: Always
Steps to Reproduce:
1. Type in the above style in an HTML page
2. Type in a link, ie) <a href='abcd.html'>testing</a>
3.When clicking on "testing", mozilla does not go to abcd.html
Actual Results:
Mozilla does NOT go to abcd.html as expected
Expected Results:
Mozilla should go to abcd.html
| Reporter | ||
Comment 1•23 years ago
|
||
Tested on Mozilla 1.3b BuildID 2003021120 RedHat 8 gtk2 xft RPMS
Comment 2•23 years ago
|
||
Attachment #114241 -
Attachment is obsolete: true
Comment 3•23 years ago
|
||
Confirming on Linux, 20030208 CVS build. Over to Style System.
Assignee: asa → dbaron
Status: UNCONFIRMED → NEW
Component: Browser-General → Style System
Ever confirmed: true
QA Contact: asa → ian
| Assignee | ||
Comment 4•23 years ago
|
||
*** This bug has been marked as a duplicate of 188525 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•