Closed
Bug 34537
Opened 25 years ago
Closed 25 years ago
visibility changes make HREF links unavailable
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: iyoung, Assigned: pierre)
References
()
Details
Attachments
(1 file)
|
738 bytes,
text/html
|
Details |
Using document.getElementById(name).style.visibility to show/hide <div> elements
through JavaScript makes <a href...> tags unavailable. Mouse does not show them
as available links, though they are still underlined and in the link color for
the page.
Comment 1•25 years ago
|
||
The URL is not available. I'll create a testcase based on the comments and
attach that. If the reporter can attach the original page as a testcase (or a
subset that shows the problem) that would help too.
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Though I cannot get to the testcase, I was able to create a testcase from the
excellent description of the problem. This is working fine in a build from
today.
Marking WORKSFORME. Please reopen if the original URL still exhibits the problem
- and if possible attach the page as a testcase.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 5•25 years ago
|
||
Works for me:
Platform: PC
OS: Windows 98
Mozilla Build: 2000101014 M18 Trunk Build
Marking as Verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•