RESOLVED FIXED 116404
REGRESSION (r147261): Reloading page causes overlapping console logs
https://bugs.webkit.org/show_bug.cgi?id=116404
Summary REGRESSION (r147261): Reloading page causes overlapping console logs
Paul Miller
Reported 2013-05-18 15:54:23 PDT
1. Declare an object in console e.g. `var object = {a: 1, b: 2, c: {e: 5}, d: 3}; object` 2. Reload the page 3. Unwrap object from previous log. You’ll see layout bugs
Attachments
Radar WebKit Bug Importer
Comment 1 2013-05-18 15:54:36 PDT
Paul Miller
Comment 2 2013-05-18 15:56:14 PDT
BTW inspecting objects, especially big, looks not great currently. The whole line gets highlighted / selected and background becomes blue. Hard to read text on that.
Radar WebKit Bug Importer
Comment 3 2013-05-18 15:56:27 PDT
Timothy Hatcher
Comment 4 2013-05-19 08:40:50 PDT
I have a fix. Thanks for the bug report!
Timothy Hatcher
Comment 5 2013-06-14 07:43:38 PDT
Fixed 5/20/13 4:14 PM
Note You need to log in before you can comment on or make changes to this bug.