Bug 132113

Summary: Web Inspector: Dashboard when paused in debugger shows some missing glyph boxes
Product: WebKit Reporter: Antoine Quint <graouts>
Component: Web InspectorAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: burg, commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://graougraou.com/tests/inspector-debugger/debug.html
Attachments:
Description Flags
Screenshot showing the issue.
none
Patch none

Antoine Quint
Reported 2014-04-24 01:16:40 PDT
Created attachment 230063 [details] Screenshot showing the issue. See the attached screenshot showing the debugger UI on my OS X 10.9.3 system with nightly r167733 and notice the missing glyph empty boxes next to the dash. This is coming from this bit of CSS: DebuggerDashboardView.css:112 .dashboard.debugger > .location .function-name::after { content: '\0A00\2014\0A00'; /* &nbsp;&mdash;&nbsp; */ }
Attachments
Screenshot showing the issue. (300.18 KB, image/png)
2014-04-24 01:16 PDT, Antoine Quint
no flags
Patch (1.40 KB, patch)
2014-04-24 16:57 PDT, Timothy Hatcher
no flags
Radar WebKit Bug Importer
Comment 1 2014-04-24 01:17:12 PDT
Brian Burg
Comment 2 2014-04-24 15:30:01 PDT
Oh, those should be U+00A0 (NO BREAK SPACE), not U+0A00 (an invalid codepoint). I wonder how this ever looked correct on my machine..
Timothy Hatcher
Comment 3 2014-04-24 16:57:02 PDT
Joseph Pecoraro
Comment 4 2014-04-24 17:22:39 PDT
Comment on attachment 230119 [details] Patch r=me
WebKit Commit Bot
Comment 5 2014-04-24 17:54:36 PDT
Comment on attachment 230119 [details] Patch Clearing flags on attachment: 230119 Committed r167787: <http://trac.webkit.org/changeset/167787>
WebKit Commit Bot
Comment 6 2014-04-24 17:54:39 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.