Closed
Bug 1310
Opened 26 years ago
Closed 26 years ago
Mouse events don't fire when over float'd image
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: buster)
Details
Here's the test case:
<img src="netscape.gif"
style="float: left;"
onmouseover="alert('ssssssssssss');">
I'm using an 11-8-98 optimized build on my win95 box.
Updated•26 years ago
|
Assignee: joki → kipp
Comment 1•26 years ago
|
||
Kipp, Troy said that you guys want to be able to manage your own frame lists to
get different behavior for hittesting and painting and such. So I'm going to
pass this bug off to you. If the default implementation of
nsContainerFrame::GetFrameForPoint is overridden to get access to float child
lists the rest of the functionality (cursors, clicks, etc) should just work.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Verified fixed on 12.1.98 build of xpviewer, checked on Win NT 4.0
SP3 and Win98. (Specifically, mouseover on top of the image displayed yields a
system beep.)
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•