Bug 64890
Summary: | disabling scripts should not disable reporting of DOM events | ||
---|---|---|---|
Product: | WebKit | Reporter: | Grant Gayed <grant_gayed> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | ap, bugs-noreply |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Grant Gayed
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |