Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XFA - Fix lot of layout issues #13402

Merged
merged 1 commit into from
May 25, 2021
Merged

Commits on May 25, 2021

  1. XFA - Fix lot of layout issues

      - I thought it was possible to rely on browser layout engine to handle layout stuff but it isn't possible
        - mainly because when a contentArea overflows, we must continue to layout in the next contentArea
        - when no more contentArea is available then we must go to the next page...
        - we must handle breakBefore and breakAfter which allows to "break" the layout to go to the next container
      - Sometimes some containers don't provide their dimensions so we must compute them in order to know where to put
        them in their parents but to compute those dimensions we need to layout the container itself...
      - See top of file layout.js for more explanations about layout.
      - fix few bugs in other places I met during my work on layout.
    calixteman committed May 25, 2021
    Configuration menu
    Copy the full SHA
    7cebdbd View commit details
    Browse the repository at this point in the history