overflow: auto elements and mouseout on layers

Atom RSS

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.

Comments

(Add your own)

Posted by Ingo Chao on 30 August 2005

1

Looks similar to
http://bugzilla.mozilla.org/show_bug.cgi?id=125386
(fixed in recent nightlies.)

Posted by Johannes Lugmayr on 18 November 2005

2

I 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.

Post a comment

Commenting guidelines:

  1. When quoting specs, articles or your own research, please include a URL of the document.
  2. Test your stuff. When reporting browser behaviour, make sure that your report is correct.

Yes