Closed
Bug 1046208
Opened 11 years ago
Closed 11 years ago
JavaScript code comments lacks line breaks in Print Preview
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
()
Details
(Keywords: reproducible)
STR
1. load URL
2. Print Preview
ACTUAL RESULTS
Most of the code comments in the JavaScript examples
have the next line appended. So for example:
// Add tab
gBrowser.addTab("http://www.google.com/");
becomes:
// Add tab gBrowser.addTab("http://www.google.com/");
in Print Preview.
I'm using Nightly 34.0a1 (2014-07-25) on Linux64.
Updated•11 years ago
|
Severity: normal → minor
Component: General → Wiki pages
Comment 1•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/a00d9644d4d4784384569f372d4c7afaafc93ca7
fix bug 1046208 - Prevent print oddities in Prism during print
https://github.com/mozilla/kuma/commit/c79525041526c0572d5f2b3d7058ab08f981b3e1
Merge pull request #2720 from darkwing/1046208-print-comment
fix bug 1046208 - Prevent print oddities in Prism during print
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•