[Poppler-bugs] [Bug 43948] New: Page::textList() sometimes returns text boxes out of order when a page has tables

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 19 03:40:29 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=43948

             Bug #: 43948
           Summary: Page::textList() sometimes returns text boxes out of
                    order when a page has tables
    Classification: Unclassified
           Product: poppler
           Version: unspecified
          Platform: All
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: mark at qtrac.eu


Sometimes the Page::textList() method returns the text boxes out of order when
one or more tables are present (esp. if the page has 2 or more columns).

For example:

blah 1     blah 4
blah 2     Table 2
Table 1    blah 5
blah 3

The order I expect is:

blah 1, blah 2, Table 1, blah 3, blah 4, Table 2, blah 5

But the order I (sometimes) get is:

blah 1, blah 2, Table 1, blah 3, Table 2, blah 4, blah 5

I've tried with with 0.16 and 0.18.4.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list