Bug 116404
Summary: | REGRESSION (r147261): Reloading page causes overlapping console logs | ||
---|---|---|---|
Product: | WebKit | Reporter: | Paul Miller <paul+bugs> |
Component: | Web Inspector | Assignee: | Timothy Hatcher <timothy> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | graouts, joepeck, timothy, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Paul Miller
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/13932826>
Paul Miller
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
<rdar://problem/13932832>
Timothy Hatcher
I have a fix. Thanks for the bug report!
Timothy Hatcher
Fixed 5/20/13 4:14 PM