click EventListener on select box ignored in capturing phase

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.

This site is no longer maintained. I’m sorry, but it’s just too much work for too little return. You can continue to browse old bug reports, though.




Search reports by browser:

Atom RSS

Comments

(Add your own)

1 Posted by Jorgen Horstink on 3 April 2005 | Permalink

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