Closed
Bug 42163
Opened 25 years ago
Closed 25 years ago
JavaScript statement disrupts style
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: mcgann, Assigned: jst)
Details
Attachments
(1 file)
2.79 KB,
text/html
|
Details |
In the attachment, you can see that the commented JavaScript line stops the
browser from displaying the style system from underlining the links, as
indicated in the A:hover rule. I was able to narrow the problem down to that
line in the script....changing the mouseOver and mouseExit statements inline
seems to fix the problem, so the problem is with the JavaScript.
The JavaScript is from Adobe GoLive's JavaScript library. The commented line is
part of the library and is executed when the script is loaded. I moved the code
into the page and commented out all of the "loose" statements until the problem
was solved (I left the CSAct statement because it's necessary to run the
script). I included all necessary functions needed to run the script, and left
the formatting intact.
Comment 2•25 years ago
|
||
updating component, setting default owner.
Assignee: rogerl → jst
Status: UNCONFIRMED → NEW
Component: Javascript Engine → DOM Level 0
Ever confirmed: true
QA Contact: pschwartau → desale
Assignee | ||
Comment 3•25 years ago
|
||
This is a dup of bug 38380, the problem is the "return true;" in the onmouseover
handler in the first link disables the default event processing...
*** This bug has been marked as a duplicate of 38380 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
OS: All
Summary: JavaScript staetment disrupts style → JavaScript statement disrupts style
You need to log in
before you can comment on or make changes to this bug.
Description
•