Bug 172985
| Summary: | Align oncuechange event handler handling with other event handlers | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Domenic Denicola <d> |
| Component: | UI Events | Assignee: | Anne van Kesteren <annevk> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ahmad.saleem792, annevk, ap, bfulgham, cdumez, eric.carlson, hi, jer.noble, rniwa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Domenic Denicola
See tests at https://github.com/w3c/web-platform-tests/pull/6165. Unlike all other implemented GlobalEventHandlers, the IDL <-> content attribute reflection for oncuechange seems broken.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
Safari fails two tests related to this:
https://wpt.fyi/results/html/webappapis/scripting/events/event-handler-all-global-events.html?label=master&label=experimental&aligned&view=subtest&q=event-handler
1) oncuechange: the content attribute must be compiled into a function as the corresponding property
2) oncuechange: the content attribute must execute when an event is dispatched
It passes all other tests - https://wpt.fyi/results/html/semantics/embedded-content/media-elements/interfaces/TextTrack/oncuechange.html?label=master&label=experimental&aligned&view=subtest&q=oncuechange
Based on Github pull request mentioned in Comment 0.
I don't know whether these above two failures are tracked here or there is separate bug already. Appreciate if someone can update this bug accordingly. Thanks!
Radar WebKit Bug Importer
<rdar://problem/98254058>
Anne van Kesteren
Pull request: https://github.com/WebKit/WebKit/pull/32830
EWS
Committed 282977@main (d253da832c4c): <https://commits.webkit.org/282977@main>
Reviewed commits have been landed. Closing PR #32830 and removing active labels.