Closed GoogleCodeExporter closed 9 years ago
After downgrading to version 2009-12-03, prettyPrintOne() adds line breaks as
expected.
Original comment by mjs7...@gmail.com
on 12 Jun 2011 at 4:43
Same issues here, on all webkit browsers. Same solution as well
Original comment by eric%her...@gtempaccount.com
on 19 Jun 2011 at 9:48
Can I assume you're having the problem on recent stable versions of Safari and
Chrome?
Can you paste the call to prettyPrintOne that you're using? Are you using the
numberLines option?
Original comment by mikesamuel@gmail.com
on 21 Jun 2011 at 11:01
I'm having this same issue. It seems like the version from 2009-12-03 was
assuming whitespace if the tagName == PRE. The current version seems to just
rely on the computed style. 2009-12-03 has the following useful comment on line
302: "Firefox makes a best guess if node is disconnected whereas Safari returns
the empty string."
Original comment by nchap...@gmail.com
on 30 Jul 2011 at 5:26
I'm having the same issue. Ive tested on webkit browsers and its removing line
breaks on me when I use prettyPrintOne(). Did anyone find a fix for this yet?
Original comment by codeoffi...@gmail.com
on 13 Sep 2011 at 7:43
Also having the same issue and would very much like a fix!
Original comment by karl.kul...@gmail.com
on 17 Nov 2011 at 12:04
The same problem. Solved by downgrading to version december 2009.
Original comment by Zilderm...@gmail.com
on 1 Feb 2012 at 9:43
This should be fixed by removing the reliance on getComputedStyle (detached
elements don't get styles) or by temporarily adding the 'container' to the
document.body in 'prettyPrintOne'
Original comment by jaffathe...@gmail.com
on 19 Feb 2012 at 2:55
Here's a patch that fixes the issue by adding the container temporarily to the
dom
Original comment by jaffathe...@gmail.com
on 19 Feb 2012 at 3:05
Attachments:
This issue was fixed recently by
http://code.google.com/p/google-code-prettify/source/detail?r=201
Original comment by mikesamuel@gmail.com
on 30 Mar 2012 at 6:40
It still doesn't work. orettyPrintOne removes line breaks not matter what.
Using Chrome 19.0.1084.56 m.
Original comment by hkpa...@gmail.com
on 28 Jun 2012 at 5:08
Ok. So its fixed in r201 (I think looking at the Url) but the latest download
is built off r187. That lead me to believe it wasn't working. Manually grabbing
the latest source seems to have fixed this.
Original comment by hkpa...@gmail.com
on 28 Jun 2012 at 5:34
I will do a release shortly.
Original comment by mikesamuel@gmail.com
on 29 Jun 2012 at 2:57
seems to still be happening on the current 'stable' build
prettify-1-Jun-2011.tar.bz2
prettify-small-1-Jun-2011.tar.bz2
Original comment by jpill...@gmail.com
on 17 Sep 2012 at 12:02
Original issue reported on code.google.com by
mjs7...@gmail.com
on 12 Jun 2011 at 4:33