[v4 beta-3] bug: d-print-inline causes stacking!
See original GitHub issueThis bug report here: https://github.com/twbs/bootstrap/issues/25322
was closed wrongly because it actually had 2 separate issues only one of which was fixed here:
https://github.com/twbs/bootstrap/issues/25221
The unfixed issue is related specifically to the “inline” part of the d-print-inline
class.
So, while the d-print-* issue was fixed in 25221, the “inline” part of the d-print-inline
class should send the inline form to the printer which does NOT happen. Instead, the form that’s being sent to the printer is stacked.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Migrating to v4 - Boosted · Orange
Moving from Beta 3 to our stable v4.x release, there are no breaking changes, but there are some notable changes. Printing. Fixed broken...
Read more >Migrating to v4 - Bootstrap
Moving from Beta 3 to our stable v4.0 release, there are no breaking changes, but there are some notable changes. Printing. Fixed broken...
Read more >iOS 16 Public Beta 3 Review: 10 New Features, Bugs & More
Check out new iOS 16 Public Beta 3 features and changes that we've uncovered while testing it out for 24 hours.This version is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here is a basic code snippet where Email label appears in the same row as the email input:
When printing it appears as a horizontal form.
Here is a blog post of someone that wrote up some quick CSS to fix it for BS 3 that works pretty well. Hopefully this can be done for BS 4 as well! https://blog.donnierayjones.com/2014/10/fix-bootstrap3-printing/
Great! If you look at my referenced PR, you should be able to copy-paste from v4 to v3 some of those print style changes if you don’t want to do a full upgrade just for that.
Closing out this issue for now though since this appears resolved.