[Webkit-unassigned] [Bug 101022] New: Web Inspector: a small defect in "WorkersSidebarPanel.js"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 2 00:00:47 PDT 2012


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

           Summary: Web Inspector: a small defect in
                    "WorkersSidebarPanel.js"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peter.wang at torchmobile.com.cn
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


When click the label "Pause on start" of WorkerSidebarPane, in function

    _autoattachToWorkersClicked: function(event)
    {
        WorkerAgent.setAutoconnectToWorkers(event.target.checked);
    },

"event.target.checked" will cause a error report in "InspectorBackend.js:113":

Protocol Error: Invalid type of argument 'value' for method 'Worker.setAutoconnectToWorkers' call. It must be 'boolean' but it is 'undefined'.

Since in "Checkbox.js", the "label" element also registered "click" event, it has not a property named "checked". However, it's bind with CheckBox, so the "click" can be send to CheckBox finally. So this problem doesn't effect any function, just causes a error report.

-- 
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