Bug 64890 - disabling scripts should not disable reporting of DOM events
Summary: disabling scripts should not disable reporting of DOM events
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-20 13:31 PDT by Grant Gayed
Modified: 2017-03-11 10:47 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Gayed 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.