Bug 107824 - Web Inspector: [REGRESSION r140296] pause / resume button is not rendered in Sources panel
Summary: Web Inspector: [REGRESSION r140296] pause / resume button is not rendered in ...
Status: RESOLVED DUPLICATE of bug 107857
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-24 07:08 PST by Pavel Feldman
Modified: 2013-01-24 14:58 PST (History)
12 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2013-01-24 07:08:10 PST
- 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.
Comment 1 Andrey Adaikin 2013-01-24 07:53:33 PST
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.
Comment 2 Tony Chang 2013-01-24 11:13:13 PST
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.
Comment 3 Tony Chang 2013-01-24 14:58:21 PST
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 ***