Bug 99165 - Web Inspector: Resume button in element inspector -> scripts has tooltip 'pause script execution'
Summary: Web Inspector: Resume button in element inspector -> scripts has tooltip 'pau...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 05:03 PDT by Vsevolod Vlasov
Modified: 2012-10-12 06:01 PDT (History)
11 users (show)

See Also:


Attachments
Patch (5.14 KB, patch)
2012-10-12 05:07 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-10-12 05:03:44 PDT
Chromium  bug: https://code.google.com/p/chromium/issues/detail?id=56116

User report:

What steps will reproduce the problem?
1. Insert a breakpoint somewhere on the main HTML page (element inspector -> scripts -> the main html file -> click the line number (I used 1951) to insert a break point)
2. Reload the page. It will stop loading when it reaches the breakpoint
3. Move your mouse over the resume button. The tooltip says 'pause script execution'. However it should say 'Resume script execution' as the script is already paused.

What is the expected result?
'Resume script execution' tooltip

What happens instead?
'Pause script execution' tooltip
Comment 1 Vsevolod Vlasov 2012-10-12 05:07:30 PDT
Created attachment 168399 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-12 06:01:18 PDT
Comment on attachment 168399 [details]
Patch

Clearing flags on attachment: 168399

Committed r131181: <http://trac.webkit.org/changeset/131181>
Comment 3 WebKit Review Bot 2012-10-12 06:01:22 PDT
All reviewed patches have been landed.  Closing bug.