Open
Bug 225422
Opened 22 years ago
Updated 3 years ago
i2s-bookscanner.com - DHTML menu system site doesn't work
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
NEW
People
(Reporter: segfault, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
1.20 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
The menu system used on this site doesn't work in mozilla/firebirds (no builds
from 1.3 to nightlies as of 2003-11-09) the menu disapears when you try to
choose the submenu item.
The only workaround is to use another browser.
This is evengalism I guess, should I really report this?
Reproducible: Always
Steps to Reproduce:
This looks similar to (for example) bug 197908. There was something similar a
few days ago (I don't remember the site).
Summary: The DHTML menu systemof this site doesn't work → The DHTML menu systemof this site doesn't work
Comment 2•22 years ago
|
||
Comment 3•22 years ago
|
||
We fire onmouseout when we enter a <MAP> area which seems wrong so this looks
like a valid bug to me.
Assignee: other → events
Severity: minor → normal
Component: Layout → Event Handling
Keywords: testcase
![]() |
||
Comment 4•22 years ago
|
||
Well... when you are over the <area>, the <area> node is what has the :hover
state. We have to fire a mousein on the <area> node (since pages depend on it).
But the <area> is not a child of the <a>, so there is no way to mousein the
<area> without mousing out on the <a>....
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006
Firefox/1.4.1
This is still about. I suspect this is TE, but I'm not 100% so I won't
re-assign. The bug looks okay to me in the sense it is reproducable and clear,
so I'll confirm it.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: The DHTML menu systemof this site doesn't work → i2s-bookscanner.com - DHTML menu system site doesn't work
Updated•16 years ago
|
Assignee: events → nobody
QA Contact: ian → events
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•