Closed
Bug 123378
Opened 23 years ago
Closed 21 years ago
rossignol.com - no path for standard DOM, js problems
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: steve, Unassigned)
References
()
Details
The HTML menu in the left column on the page shows "Skis", "Bindings", "Boots",
etc. Each of those words is wrapped in an <a> tag with an onMouseOver()
attribute. On IE, the onMouseOver() handler causes a submenu to be displayed
when the text is rolled over. The same menu does not appear when the text is
rolled over in Mozilla. Build 2002013003.
Steps to reproduce:
1. Go to URL above.
2. Put cursor over text "Ski" in left column on page
3. Rollover menu should appear. It does not.
Comment 1•23 years ago
|
||
Firstly they are using a .txt as an external js, <script language="JavaScript"
src="fonction2.txt"></script>..
Second, their scripting for document.all and document.layers... no DOM
support... sounds like a job for evangelism
Comment 2•23 years ago
|
||
confirming -> tech evangelism, amending subject line, this has little to do with
"onmouseover"
Assignee: asa → doronr
Status: UNCONFIRMED → NEW
Component: Browser-General → US General
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: doronr → zach
Summary: onMouseOver() doesn't trigger → no path for standard DOM, js problems
Version: other → unspecified
Updated•23 years ago
|
Summary: no path for standard DOM, js problems → rossignol.com - no path for standard DOM, js problems
Comment 3•22 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
Comment 4•21 years ago
|
||
Page has changed. The site appears to render the same in both IE6 and FF1.0PR.
Please feel free to re-open a bug if there is futher problems.
-> WFM.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•