Bug 64890

Summary: disabling scripts should not disable reporting of DOM events
Product: WebKit Reporter: Grant Gayed <grant_gayed>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: ap, bugs-noreply
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

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.