Closed
Bug 1143711
Opened 10 years ago
Closed 9 years ago
.kt class does not have a style attached to it
Categories
(MozReview Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mconley, Unassigned)
References
()
Details
(Whiteboard: [to be fixed in core])
jrmuizel and botond noticed this - when we syntax highlight C++ code, terms like "bool" are not highlighted.
Pygments correctly wraps "bool" in a span, and applies a "kt" class, but Review Board does not have a style associated with the kt class.
This will probably need to get fixed upstream, assuming we're somehow not doing something dumb here.
STR:
1) Push a review request to MozReview that has a .cpp file with the term "bool" in it.
2) View the diff for that review request, and inspect the "bool" text node
ER:
The bool text node should be wrapped in a span with class "kt" and there should be a style associated with kt.
AR:
The bool text node is wrapped in a span with class "kt", but there is no style associated with it.
| Reporter | ||
Comment 1•10 years ago
|
||
Associated Review Board bug: https://code.google.com/p/reviewboard/issues/detail?id=3809
Updated•10 years ago
|
Whiteboard: [to be fixed in core]
| Assignee | ||
Updated•9 years ago
|
Product: Developer Services → MozReview
Comment 2•9 years ago
|
||
This appears to have been fixed at some point. I see that .kt has the style {font-weight: bold;} associated with it.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•