Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P poppler
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 664
    • Issues 664
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 46
    • Merge requests 46
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poppler
  • poppler
  • Issues
  • #404
Closed
Open
Issue created Dec 19, 2011 by Bugzilla Migration User@bugzilla-migration

Page::textList() sometimes returns text boxes out of order when a page has tables

Submitted by Mark Summerfield

Assigned to poppler-bugs

Link to original bug (#43948)

Description

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.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking