View Single Post
Old 11-01-2015, 03:18 PM   #123
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,870
Karma: 6120478
Join Date: Nov 2009
Device: many
Hi jugaor,

This bug is now fixed in Sigil master. The fix will appear in the upcoming Sigil-0.9.0.

Thank you for your bug report and test case!

KevinH

Quote:
Originally Posted by jugaor View Post
Hi.
Thank you very much for keeping alive the Sigil project!

1. I think I've found a serious problem with Pretty Print Gumbo (0.8.901, Win7-x64): it joins contiguous labels, creating false "long" words.
Ex:
Code:
<p><u>Prueba</u> <i>de</i> <b>texto</b> <span class="nosep">junto</span></p>
becames
Code:
<p><u>Prueba</u><i>de</i><b>texto</b><span class="nosep">junto</span></p>
It reads: Pruebadetextojunto.
(Besides the use of deprecated < u > tags )
BTW, the Google Gumbo-Parser is fine (although I don't want changes to the code --as I understand it is equivalent to the previous HTML Tidy).

2. It's possible maintain two versions of Sigil, with independent Preferences folders? I prefer to keep active the 0.87 Pretty Print Tidy option for the daily work, but launching 0.89 it becomes the now erroneous PPGumbo.


Thank you very much!
(and sorry for my terrible English.)
KevinH is offline