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)

x86
Windows 95
defect

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.
Assignee: joki → kipp
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.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The block code now makes sure events make their way down to floaters.
Status: RESOLVED → VERIFIED
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.)
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.