Closed
Bug 205461
Opened 22 years ago
Closed 22 years ago
link is unusable with display set to block for hover pseudo class
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 102578
People
(Reporter: stefang, Unassigned)
Details
(Keywords: platform-parity, regression, testcase)
Attachments
(1 file)
85 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507
this is broken in 1.3 also
a link cannot be clicked when the display is set to 'block'
for hovering over the link
to produce:
<style>a:hover{display:block;}</style>
<a href="javascript:alert('g');">test</a>
Reproducible: Always
Steps to Reproduce:
1.<style>a:hover{display:block;}</style>
2.<a href="javascript:alert('g');">test</a>
Actual Results:
link is unusable
Expected Results:
followed the link
Comment 2•22 years ago
|
||
This is WORKSFORME on Windows 2000.
Assignee: dom_bugs → block-and-inline
Component: DOM Style → Layout: Block & Inline
Keywords: pp
Summary: link is unusable with display set to block for hover pseudo class → link is unusable with display set to block for hover pseudo class
Comment 3•22 years ago
|
||
Linux/Mozilla trunk 2002121522 works fine
Linux/Mozilla trunk 2002121708 crashes on hover (bug 185850)
Linux/Mozilla trunk 2002121812 exhibits this bug
apparent regression due to bug 103055
marking NEW
Comment 5•22 years ago
|
||
This problem occurs on Un*x and some window manager.
*** This bug has been marked as a duplicate of 102578 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•