Closed Bug 164302 Opened 22 years ago Closed 19 years ago

onmouseout and elements floating over iframes

Categories

(Core :: DOM: Events, defect, P3)

x86
Windows 2000
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: mef, Unassigned)

References

Details

(Keywords: testcase)

Attachments

(2 files)

When I have an element floating over an iframe (originating outside of the 
iframe), such as a drop down menu, no onmouseout event occurs when the mouse 
moves from the element to another point in the iframe. The only time an 
onmouseout event occurs is when either the mouse leaves the iframe or moves to 
another floating element on the iframe.

I'm using Mozilla 1.0. Build 2002053012.
Also, somewhat related, but not completely, the appearance or disappearance of 
those floating elements resets the scroll on the iframe.
Confirming build 2002-09-03-08
Status: UNCONFIRMED → NEW
Ever confirmed: true
I dont see mouse outs... the menu is displayed as long as I mouse over the
iframe. Can you please check with a newer build? I am using build
2002-12-20-08-trunk on Win 2k.
Keywords: testcase
Priority: -- → P3
I still experience the bug in build 20002121215 (1.3 alpha)
When the mouse leaves the menu, a mouseout should occur, but it's not happening
until the mouse leaves the iframe as well.
My bad, I misread the description. "NO mouseout", so there should be one. I see
this as well.
Attached file simpler testcase
Testcase demonstrating this with a div and an iframe. Mouseout is not fired on
the div inside the iframe, onlymouseover. However there is a mouseout when
crossing the border of the iframe, and that is bug 136527
dupe of bug 155276 ?
==========================================
Created an attachment (id=110054)
simpler testcase

Testcase demonstrating this with a div and an iframe. Mouseout is not fired on
the div inside the iframe, onlymouseover. However there is a mouseout when
crossing the border of the iframe, and that is bug 136527
==========================================
I think I can add notice about this(?) bug:
Lets concider situation where DIV is floating over IFRAME.
I put mouse over DIV ant get mouseover event fired(ok), then i move mouse down,
and get mouseout event when crossing the IFRAME border(ok), then second mouseout
event when crossing the DIV's border(ok), and mouseover event right after it (
when rossing the DIV's border and getting on IFRAME(not OK)), also get mouseout
event when getting back on DIV and mouseover right after it(not OK)!!!

this code visualizes that:

<HTML>
	<BODY topmargin="5">
		<DIV id="sub1" style="visibility: visible; position:
relative;top:10px;left:10px; z-index:10;"
onmouseover="window.status='mouseover';"    
onmouseout="window.status='>>mouseout<<';">
			<TABLE border="1" style="background-color:#aabbcc;" >
				<TR><TD height="100" width="40" style="border:1px black solid;"></TD></TR>
				
			</TABLE>
		</DIV>

		<IFRAME width="100" height="100" frameborder="1"></IFRAME>
	</BODY>
Sorry, forgot to mention: i'me expierencing this bug with:
Mozilla 1.3b
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/2003021008
also copy-pasted without </HTML> ;) 
I'm very disappointed to see that there's no activity concerning this bug; I can
confirm this bug on the Nightly Build 2003052708 (2003/05/27), I hope someone
fixes this.
Assignee: joki → events
QA Contact: vladimire → ian
I'm also experiencing this bug.  It caused problems for a friend's website
design to the point where he was forced to work around it, so we would also like
to see it fixed.

The onmouseout triggering as you cross the iframe border was making his login
box disappear.  He had to remove the onmouseout to get it to allow you to log in.

More obvious testcase available at:
http://exonyte.dyndns.org/testcase/164302/
I am experiencing this bug as well, Also in Firefox 1.0
Depends on: 136527
*** Bug 247401 has been marked as a duplicate of this bug. ***
*** Bug 155276 has been marked as a duplicate of this bug. ***
*** Bug 262194 has been marked as a duplicate of this bug. ***
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050412
Firefox/1.0+

I guess bug 125386 fixed this. Please reopen if you can reproduce with a trunk
build.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: