Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !14446

Specified media type in media queries, fixes a bug in safari when printing

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/ghusse/safari-print into master Aug 24, 2014
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 9

Created by: ghusse

Fixes a bug in safari when printing content.

It seems some styles dedicated to screen applies in safari when printing.

Here is how to reproduce the bug:

  1. Create a simple HTML document like this one: http://ghusse.com/bootstrap-bug/
  2. Print it with safari, chrome, Firefox, IE

In Chrome, the result is similar to the result on screen:

chrome

In Safari, something weird happens:

  • The page is truncated on the right
  • Font sizes are smaller

bug-safari

With this fix, everything works great in safari too

safari-fixed

If you want to test, here is the buggy version: http://ghusse.com/bootstrap-bug/ And here the fixed one: http://ghusse.com/bootstrap-bug/nobug.html

The fix consists to specify the media type (screen) on each media query specifying a min-width.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/ghusse/safari-print