Bug 32480 - Regression: Web Inspector "Error dispatching" messages
Summary: Regression: Web Inspector "Error dispatching" messages
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2009-12-12 23:16 PST by Daniel Bates
Modified: 2010-03-09 11:22 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2009-12-12 23:16:51 PST
Since Windows nightly r51876, the Styles, Metrics, and Properties panes of the sidebar in the elements panel do not display any information and write "Error dispatching" messages to the console. Moreover, attempting to expand these panes does nothing (i.e. you cannot expand them from their collapsed state).

For example, launch the Windows nightly r51876 or greater. Visit http://www.apple.com. Then inspect some element on the page. Notice, the following error messages are written to the console:

Error dispatching: searchCanceled
Error dispatching: searchCanceled
Error dispatching: getStyles
Error dispatching: getComputedStyle
Error dispatching: getInlineStyle
Error dispatching: getPrototypes
Error dispatching: addInspectedNode
Error dispatching: getStyles
Error dispatching: getComputedStyle
Error dispatching: getInlineStyle
Error dispatching: getPrototypes
Error dispatching: addInspectedNode
Comment 1 Pavel Feldman 2009-12-13 05:44:01 PST
I see layout tests passing on Windows bots. There are some tests checking InjectedScript calls that fail for you. Could it be deployment error? Do you extract the build into the clean folder?
Comment 2 Pavel Feldman 2010-03-09 11:22:48 PST
Works for me.