[Webkit-unassigned] [Bug 64890] New: disabling scripts should not disable reporting of DOM events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 20 13:31:41 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64890

           Summary: disabling scripts should not disable reporting of DOM
                    events
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: grant_gayed at ca.ibm.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list