Bug 132113 - Web Inspector: Dashboard when paused in debugger shows some missing glyph boxes
Summary: Web Inspector: Dashboard when paused in debugger shows some missing glyph boxes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL: http://graougraou.com/tests/inspector...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-04-24 01:16 PDT by Antoine Quint
Modified: 2014-04-24 17:54 PDT (History)
6 users (show)

See Also:


Attachments
Screenshot showing the issue. (300.18 KB, image/png)
2014-04-24 01:16 PDT, Antoine Quint
no flags Details
Patch (1.40 KB, patch)
2014-04-24 16:57 PDT, Timothy Hatcher
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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'; /*  —  */
}
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.