This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.
Main navigation:
Search reports by browser:
A scrollable element (overflow: auto) triggers a mouseout event on an overlaying layer, even when the mouse doesn't move outside the layer.
Test page Workaround is not included
Reported by: Stefan Jaeger.
Mozilla | Reported on 30 August 2005.
Posted by Johannes Lugmayr on 18 November 2005
2I positioned a workaround-layer, which had also a overflow-attribute:
http://dev.noeku.com/mozilla-bug-disappearing-layer_workaround.htm
Two things are important:
- the order of the div-layer in the source-code (workaround-layer has to be after the real scrollable div-layer)
- the use of "z-index"
In source-code you find also a workaround-layer, which is good for general use.
Commenting guidelines:
Posted by Ingo Chao on 30 August 2005
1Looks similar to
http://bugzilla.mozilla.org/show_bug.cgi?id=125386
(fixed in recent nightlies.)