click EventListener on select box ignored in capturing phase

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:

Opera 7.54 seems to ignore a click EventListener on Select boxes in capturing phase.

The test case containers the smallest code needed to reproduce the bug. A workround is not possible in the capturing phase.

Test page Workaround is not included
Reported by: Jorgen Horstink.

Opera | Reported on 7 March 2005.

Comments

(Add your own)

Posted by Jorgen Horstink on 3 April 2005

1

After all this seems not to be a bug in Opera. This bug is actually a bug in FireFox.

"A capturing EventListener will not be triggered by events dispatched directly to the EventTarget upon which it is registered."

see: http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture

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