Bug 107824
Summary: | Web Inspector: [REGRESSION r140296] pause / resume button is not rendered in Sources panel | ||
---|---|---|---|
Product: | WebKit | Reporter: | Pavel Feldman <pfeldman> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | aandrey, apavlov, keishi, loislo, pfeldman, pmuellr, simon.fraser, tkent, tony, vsevik, web-inspector-bugs, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Pavel Feldman
- Open inspector
- Go to Sources panel
- Hit Pause (top right)
- Do something to force JS execution
- Hit Resume
Expected: things work
Actual: after Resume is pressed, Pause button is not rendered.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andrey Adaikin
Yeah, I too observed some text disappearing from DOM elements. I reverted those lines from r140296 - and everything works again for me.
Note, that this regression is not specific only to Web Inspector. I changed component to Layout and Rendering.
Tony Chang
That's weird since the patch in bug 104997 should only be doing more layouts then before. If you could make a reduction, that would be helpful. Feel free to revert if this is blocking work.
Tony Chang
The patch was rolled out in bug 107857, I'm going to dupe this against that bug.
*** This bug has been marked as a duplicate of bug 107857 ***