GNOME Bugzilla – Bug 166648
Best layout breaks on long pieces of text.
Last modified: 2005-02-09 12:33:56 UTC
Distribution/Version: Ubuntu Hoary When displaying results for this pdf file (will attach), best screws up the layout.
Created attachment 37151 [details] Screenshot
Created attachment 37152 [details] Gecko HTML source
Created attachment 37153 [details] PDF file causing problems
This happens with RTF documents as well. I am working on this, will post more findings soon.
This happens to all those filters that doesn't call "AppendStructuralBreak()" for every "new-line" that it used to replace with "whitespace". AND You search term is actually the name of that file without extension. Also, this occurs even you fix "AppendStructuralBreak()" when you have a single-huge-line. The content of the attached pdf document is extracted using "pdftotext" command and the whole content is dumped in to stdout as a "SINGLE" LINE. I have fixed this!! Will commit it soon.
Fixed in CVS.