[Webkit-unassigned] [Bug 134786] New: Web Inspector: Debugger Continue button is incorrectly sized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 9 17:33:52 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=134786

           Summary: Web Inspector: Debugger Continue button is incorrectly
                    sized
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


Created an attachment (id=234674)
 --> (https://bugs.webkit.org/attachment.cgi?id=234674&action=review)
[IMAGE] Issue

* STEPS TO REPRODUCE
1. Inspect <http://bogojoker.com/shell/>
2. Set a breakpoint at easySlider.js:56:21
3. Click down arrow on page to trigger breakpoint
  => Debugger Continue button looks sized incorrect

Is this because the Dashboard View (LCD) has the debugger continue button? Do they generate a shared image with different sizes?

* NOTES
- This is a CSS canvas image with an explicit background size.
.navigation-bar .item.debugger-pause-resume.toggle.button > .glyph {
    background-image: -webkit-canvas(navigation-item-debugger-pause-resume-normal);
    background-size: 16px 16px;
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list