- From: <bugzilla@jessica.w3.org>
- Date: Mon, 06 Jul 2015 15:19:42 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20713 --- Comment #19 from Philip Jägenstedt <philipj@opera.com> --- I found the source of window.event in WebKit/Blink: https://projects.kde.org/projects/kde/kdelibs/repository/revisions/f7067e7d6d17aeece5d8bf4b12b73ae8af7c8f9a """ Discussing with tobias, we found a nice and easy way to implement "window.event". JSEventListener::handleEvent simply sets the event in the Window object, and from there we use Peter's magic (getDOMEvent()). This would fix #30780 if there wasn't a bug in the script itself :( """ The bug was https://bugs.kde.org/show_bug.cgi?id=30780 with reference to this site: http://web.archive.org/web/20010813082633/http://azzuma.com/HTML/antinea.html I don't know if the local binding for inline event listeners existed at the time. All in all, this didn't reveal anything interesting about the compat situation. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 6 July 2015 15:19:46 UTC