Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • pagedjs pagedjs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 196
    • Issues 196
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pagedjs
  • pagedjspagedjs
  • Issues
  • #332

Closed
Open
Created Jul 19, 2021 by Boris Budini@kominoshja🛡Owner

Road to Pagedjs 1.0

About tables

  • splitting cells https://gitlab.pagedmedia.org/tools/pagedjs/issues/85
  • check the tables files here: https://gitlab.pagedmedia.org/tools/pagedjs-table-update
  • repeat colgroup / caption: https://gitlab.pagedmedia.org/tools/pagedjs/issues/238
  • repeat table header https://gitlab.pagedmedia.org/tools/pagedjs/issues/84
  • empty row when the break token is inside an element inside a cell: https://gitlab.pagedmedia.org/tools/pagedjs/issues/240
  • css counters in tables: https://gitlab.pagedmedia.org/tools/pagedjs/issues/225
  • a splitted table that don’t respect page margin: https://gitlab.pagedmedia.org/tools/pagedjs/issues/209
  • break-after: avoid doesnt work on thead element: https://gitlab.pagedmedia.org/tools/pagedjs/issues/135 
  • Preview crashes with TypeError: undefined is not iterable in Layout.findOverflow: #331
  • Table break when cut in inline element: #360
  • Tables ok on screen, not good on print #344

seems fixed / can’t replicate:

  • lost cells when split https://gitlab.pagedmedia.org/tools/pagedjs/issues/227

About flex and grid

  • Using flex and grid break the rendering as it finds an overflow as soon as the first column hit the bottom of the page. We need to stop the overflowing if the latest element is either flex or grid, and move the breakToken accordingly (see: https://gitlab.pagedmedia.org/tools/pagedjs/-/issues/276 or https://gitlab.pagedmedia.org/tools/pagedjs/-/issues/242 and https://gitlab.pagedmedia.org/tools/pagedjs/-/issues/328)

web component elements

Web component doesn’t show correctly: https://gitlab.pagedmedia.org/tools/pagedjs/-/issues/231 and https://gitlab.pagedmedia.org/tools/pagedjs/-/issues/148 On the same note, tables in custom-elements: https://gitlab.pagedmedia.org/tools/pagedjs/issues/289

Edited Mar 21, 2022 by julientaq
Assignee
Assign to
Time tracking