Bug 56373 - Web Inspector: expanding/collapsing object shouldn't affect outer console.group expansion state
Summary: Web Inspector: expanding/collapsing object shouldn't affect outer console.gro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-15 07:28 PDT by Yury Semikhatsky
Modified: 2011-03-15 07:39 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.83 KB, patch)
2011-03-15 07:36 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2011-03-15 07:28:50 PDT
What steps will reproduce the problem?
1. Ctrl+Shift+J.
2. Type console.group({k:"a"},[9,12])
3. Press Enter.
4. Click on the light gray arrow to collapse the "<- undefined" text.
5. Type other stuff and press Enter.

Clicking on the darker arrow of the Object, when it is on the same line as the light gray arrow, will trigger a click on the light gray arrow as well.

Original Chromium bug: http://code.google.com/p/chromium/issues/detail?id=62179
Comment 1 Yury Semikhatsky 2011-03-15 07:36:00 PDT
Created attachment 85803 [details]
Patch
Comment 2 Yury Semikhatsky 2011-03-15 07:39:36 PDT
Committed r81133: <http://trac.webkit.org/changeset/81133>