RESOLVED FIXED 56373
Web Inspector: expanding/collapsing object shouldn't affect outer console.group expansion state
https://bugs.webkit.org/show_bug.cgi?id=56373
Summary Web Inspector: expanding/collapsing object shouldn't affect outer console.gro...
Yury Semikhatsky
Reported 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
Attachments
Patch (1.83 KB, patch)
2011-03-15 07:36 PDT, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2011-03-15 07:36:00 PDT
Yury Semikhatsky
Comment 2 2011-03-15 07:39:36 PDT
Note You need to log in before you can comment on or make changes to this bug.