After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 166648 - Best layout breaks on long pieces of text.
Best layout breaks on long pieces of text.
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
0.0.x
Other Linux
: Normal normal
: ---
Assigned To: Veerapuram Varadhan
Veerapuram Varadhan
Depends on:
Blocks:
 
 
Reported: 2005-02-08 10:10 UTC by Ruben Vermeersch
Modified: 2005-02-09 12:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot (160.82 KB, image/png)
2005-02-08 10:11 UTC, Ruben Vermeersch
Details
Gecko HTML source (8.79 KB, text/html)
2005-02-08 10:11 UTC, Ruben Vermeersch
Details
PDF file causing problems (52.17 KB, application/pdf)
2005-02-08 10:12 UTC, Ruben Vermeersch
Details

Description Ruben Vermeersch 2005-02-08 10:10:38 UTC
Distribution/Version: Ubuntu Hoary

When displaying results for this pdf file (will attach), best screws up the layout.
Comment 1 Ruben Vermeersch 2005-02-08 10:11:06 UTC
Created attachment 37151 [details]
Screenshot
Comment 2 Ruben Vermeersch 2005-02-08 10:11:31 UTC
Created attachment 37152 [details]
Gecko HTML source
Comment 3 Ruben Vermeersch 2005-02-08 10:12:01 UTC
Created attachment 37153 [details]
PDF file causing problems
Comment 4 Veerapuram Varadhan 2005-02-08 12:11:16 UTC
This happens with RTF documents as well.  I am working on this, will post more
findings soon.
Comment 5 Veerapuram Varadhan 2005-02-08 13:03:06 UTC
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.

Comment 6 Veerapuram Varadhan 2005-02-09 12:33:56 UTC
Fixed in CVS.