Bug 45806 - Web Inspector: console.group(object) does not allow object to be expanded.
Summary: Web Inspector: console.group(object) does not allow object to be expanded.
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: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-14 23:32 PDT by Pavel Feldman
Modified: 2010-09-16 03:41 PDT (History)
10 users (show)

See Also:


Attachments
[PATCH] Fix. (2.01 KB, patch)
2010-09-14 23:36 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2010-09-14 23:32:55 PDT
What steps will reproduce the problem?
1. Load the attached HTML file.
2. Open Console.
3. Try to expand the object associated with the group.

What is the expected result?

The ability to explore the object.

What happens instead?

The group collapses and/or expands (depending upon current state).

(Upstreamed from http://code.google.com/p/chromium/issues/detail?id=53942)
Comment 1 Pavel Feldman 2010-09-14 23:36:00 PDT
Created attachment 67645 [details]
[PATCH] Fix.
Comment 2 WebKit Commit Bot 2010-09-16 03:41:38 PDT
Comment on attachment 67645 [details]
[PATCH] Fix.

Clearing flags on attachment: 67645

Committed r67601: <http://trac.webkit.org/changeset/67601>
Comment 3 WebKit Commit Bot 2010-09-16 03:41:43 PDT
All reviewed patches have been landed.  Closing bug.