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

Description Antoine Quint 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; */
}
Comment 1 Radar WebKit Bug Importer 2014-04-24 01:17:12 PDT
<rdar://problem/16710046>
Comment 2 Brian Burg 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..
Comment 3 Timothy Hatcher 2014-04-24 16:57:02 PDT
Created attachment 230119 [details]
Patch
Comment 4 Joseph Pecoraro 2014-04-24 17:22:39 PDT
Comment on attachment 230119 [details]
Patch

r=me
Comment 5 WebKit Commit Bot 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>
Comment 6 WebKit Commit Bot 2014-04-24 17:54:39 PDT
All reviewed patches have been landed.  Closing bug.