Bug 19419 - Select change events don't propagate to containing elements (breaking penny-arcade :( )
Summary: Select change events don't propagate to containing elements (breaking penny-a...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Major
Assignee: Nobody
URL: http://penny-arcade.com/archive/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-06-06 16:18 PDT by Oliver Hunt
Modified: 2022-08-11 13:17 PDT (History)
8 users (show)

See Also:


Attachments
Test case (163 bytes, text/html)
2008-06-06 16:19 PDT, Oliver Hunt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2008-06-06 16:18:14 PDT
When a select element changes the change event is not propagated up the DOM.  This behaviour is provided by at least Firefox and Opera but i have no idea what the spec says about it.
Comment 1 Oliver Hunt 2008-06-06 16:19:05 PDT
Created attachment 21537 [details]
Test case

And here's a simple test case
Comment 2 Daniel Bates 2010-11-26 11:58:22 PST
For completeness, see bug #24516 which also discusses Change Event bubbling.
Comment 3 Alexey Proskuryakov 2010-11-26 17:44:21 PST
Sounds like a duplicate to me.
Comment 4 Ahmad Saleem 2022-08-11 13:17:36 PDT
I am not able to reproduce this bug in Safari 15.6 on macOS 12.5 and it shows "PASS" whenever I select any other option from drop-down. It is same across all other browsers (Chrome Canary 106 and Firefox Nightly 105) as well.

Since all browsers match each other and it seems to be fixed along the way, I am going to tag this as "RESOLVED CONFIGURATION CHANGED". If you are able to reproduce this bug, please reopen and share updated test case. Thanks!