UNCONFIRMED 64890
disabling scripts should not disable reporting of DOM events
https://bugs.webkit.org/show_bug.cgi?id=64890
Summary disabling scripts should not disable reporting of DOM events
Grant Gayed
Reported 2011-07-20 13:31:41 PDT
When JS is disabled with 'g_object_set(settings, "enable-scripts", false)', listeners that were hooked with webkit_dom_event_target_add_event_listener() no longer receive incoming events from the DOM. This differs from the OS X WebKit port, as well as from other embeddable browsers that offer similar functionality. Receiving of DOM events should not need to be dependent on JS being enabled.
Attachments
Note You need to log in before you can comment on or make changes to this bug.