WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 65283
Please remove proprietary Event extensions
https://bugs.webkit.org/show_bug.cgi?id=65283
Summary
Please remove proprietary Event extensions
Anne van Kesteren
Reported
2011-07-27 14:28:32 PDT
See
http://lists.w3.org/Archives/Public/www-dom/2011JulSep/0039.html
for details. See
https://bugzilla.mozilla.org/show_bug.cgi?id=674696
for the corresponding Gecko bug.
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2024-05-03 12:40:25 PDT
Test Case (from link) -
https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=1087
*** Safari *** log: isTrusted: true log: type: load log: target: [object HTMLDocument] log: currentTarget: [object Window] log: eventPhase: 2 log: cancelBubble: false log: bubbles: false log: cancelable: false log: defaultPrevented: false log: composed: false log: timeStamp: 469 log: srcElement: [object HTMLDocument] log: returnValue: true log: composedPath: function composedPath() { [native code] } log: stopPropagation: function stopPropagation() { [native code] } log: stopImmediatePropagation: function stopImmediatePropagation() { [native code] } log: preventDefault: function preventDefault() { [native code] } log: initEvent: function initEvent() { [native code] } log: NONE: 0 log: CAPTURING_PHASE: 1 log: AT_TARGET: 2 log: BUBBLING_PHASE: 3 rendering mode: CSS1Compat document has no title *** Chrome Canary 126 *** log: isTrusted: true log: type: load log: target: [object HTMLDocument] log: currentTarget: [object Window] log: eventPhase: 2 log: bubbles: false log: cancelable: false log: defaultPrevented: false log: composed: false log: timeStamp: 480 log: srcElement: [object HTMLDocument] log: returnValue: true log: cancelBubble: false log: NONE: 0 log: CAPTURING_PHASE: 1 log: AT_TARGET: 2 log: BUBBLING_PHASE: 3 log: composedPath: function composedPath() { [native code] } log: initEvent: function initEvent() { [native code] } log: preventDefault: function preventDefault() { [native code] } log: stopImmediatePropagation: function stopImmediatePropagation() { [native code] } log: stopPropagation: function stopPropagation() { [native code] } rendering mode: CSS1Compat document has no title
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug