Opened 8 years ago
Closed 8 years ago
#2378 closed defect (bug) (fixed)
Underscores not appearing in SyntaxHighlighter
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | has-patch commit |
Cc: |
Description (last modified by )
Just like this: #1928
It's also happening in Handbooks, you can see here live: https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/
Happening on Firefox, and a screenshot is attached which underlines the issue.
Attachments (3)
Change History (11)
This ticket was mentioned in Slack in #docs by hardeepasrani. View the logs.
8 years ago
#2
@
8 years ago
I can't reproduce this. Looks correct to me in both Chrome and Firefox on Windows.
Windows 10
Chrome 57.0.2970.0 (Official Build) dev (64-bit)
Firefox 50.1.0
This ticket was mentioned in Slack in #docs by hardeepasrani. View the logs.
8 years ago
#4
@
8 years ago
- Keywords reporter-feedback added
Unable to reproduce as well.
@rinkuyadav999 (original reporter from Slack), if this is still an issue please provide more details: browser, browser version, operating system, etc.
#5
@
8 years ago
Hi @coffee2code
yes i still see, underscore does not appear.
Windows 7 ultimate 64 bit
Firefox v 50.1.0 (32-bit)
Works fine in chrome Version 55.0.2883.87 m (64-bit)
When i replace this css:
.syntaxhighlighter table td.code .line { padding: 0 1em !important; }
with this css:
.syntaxhighlighter table td.code .line { padding: 0 1em 1px 1em !important; }
it display underscore.
Issue is underlined.