⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 167787 in webkit


Ignore:
Timestamp:
Apr 24, 2014, 5:54:05 PM (12 years ago)
Author:
timothy@apple.com
Message:

Web Inspector: Dashboard when paused in debugger shows some missing glyph boxes
https://bugs.webkit.org/show_bug.cgi?id=132113

Reviewed by Joseph Pecoraro.

  • UserInterface/Views/DebuggerDashboardView.css:

(.dashboard.debugger > .location .function-name::after): Fix the codepoint for nbsp.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r167781 r167787  
     12014-04-24  Timothy Hatcher  <timothy@apple.com>
     2
     3        Web Inspector: Dashboard when paused in debugger shows some missing glyph boxes
     4        https://bugs.webkit.org/show_bug.cgi?id=132113
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        * UserInterface/Views/DebuggerDashboardView.css:
     9        (.dashboard.debugger > .location .function-name::after): Fix the codepoint for nbsp.
     10
    1112014-04-24  Jonathan Wells  <jonowells@apple.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.css

    r165383 r167787  
    111111
    112112.dashboard.debugger > .location .function-name::after {
    113     content: '\0A00\2014\0A00'; /* &nbsp;&mdash;&nbsp; */
     113    content: '\00A0\2014\00A0'; /* &nbsp;&mdash;&nbsp; */
    114114}
    115115
Note: See TracChangeset for help on using the changeset viewer.