Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(954)

Issue 3385005: Merge 67185 - 2010-09-09 Ilya Tikhonovsky <loislo@chromium.org>... (Closed)

Created:
10 years, 3 months ago by pfeldman
Modified:
9 years, 7 months ago
Reviewers:
loislo
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/517/
Visibility:
Public.

Description

Merge 67185 - 2010-09-09 Ilya Tikhonovsky <loislo@chromium.org>; Reviewed by Joseph Pecoraro. WebInspector: Selecting 'inspect element' always shows body in inspector instead of clicked element. 1. Open any page 2. Right-click on any element, select "Inspect Element" 3. Web Inspector is opened but the <body> element (for HTML) is focused rather than the selected element 4. Inspect the Web Inspector. An error message is logged in the console. The regression was introduced in http://trac.webkit.org/changeset/66012 - focusNode() is invoked in InspectorController::populateScriptObjects() before the main document is set for the InspectorDOMAgent instance (which makes focusNode() bail out prematurely). https://bugs.webkit.org/show_bug.cgi?id=45374 * inspector/InspectorController.cpp: (WebCore::InspectorController::populateScriptObjects): TBR=loislo@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67543

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M WebCore/inspector/InspectorController.cpp View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
pfeldman
10 years, 3 months ago (2010-09-15 08:57:52 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698