question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FullPage rule seems to mess up PageBreak rules

See original GitHub issue

With pagebreak rules set and a fullpage set, the flow appears erratic.

Bindery.PageBreak({ selector: ".hero-figure", position: "both", continue: "both" }),
Bindery.PageBreak({ selector: ".post-header", position: "both", continue: "both" }),

with Bindery.FullPage({ selector: ".hero-figure" }),

results in:

image

The purple image is from the previous post, the “1-inch Buttons” is part of .post-header and the image on the right is a .hero-figure.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
evnbrcommented, Aug 17, 2017

Pushed a build that should properly detect blank pages. Let me know if you’re still running into this.

0reactions
evnbrcommented, Aug 17, 2017

Feel free to reopen if it comes back 😨

Read more comments on GitHub >

github_iconTop Results From Across the Web

page-break-after - CSS: Cascading Style Sheets | MDN
Automatic page breaks (neither forced nor forbidden). Always force page breaks after the element. Avoid page breaks after the element. Force  ...
Read more >
Why your pages break in weird places - Legal Office Guru
Why your pages break in weird places · Hit CTRL-A to highlight the entire document · Go to the Paragraph dialog box (on...
Read more >
page-break - Properties - CSS-Tricks
The page-break-after property adds a page-break after the element to which it is applied. Note: this property is in progress of being replaced ......
Read more >
Avoid page breaks in \lstlistings - TeX - LaTeX Stack Exchange
Wrapping the lstlisting inside a minipage (of width \linewidth ) boxes the content making it unbreakable and avoids breaking across the page ...
Read more >
page-break-inside doesn't work in Chrome? - Stack Overflow
This doesn't seem to work in Chrome. Open the demo, right-click the page, choose "Print...". You'll see a print preview - the fifth...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found