Just a quick heads up for anyone struggling with Chrome not printing all pages.
There are some known issues with Chrome
If you're affected please log in to the Chrome bug tracker and star any of the following issues
(but please don't post redundant me too comments)
Printing cut off when using bootstrap grid
Print page scaling cuts off content
Print selection is missing some contents / pages
getBoundingClientRect() wrong when printing
Showing posts with label chrome. Show all posts
Showing posts with label chrome. Show all posts
Sunday, September 03, 2017
Chrome is cutting off pages when printing
Thursday, March 03, 2016
How to expand all child nodes in the Chrome Dev Tools Elements Panel
Labels:
chrome,
javascript
Here is the chromium bug to expose this super useful feature via the UI@zackster @ChromeDevTools Alt+<right arrow>, or Alt+<click expand> to expand recursively.
— Sam Li (@samdotli) February 29, 2016
Monday, October 19, 2015
Some notes about developing offline web apps with Chrome
Labels:
chrome,
javascript,
offline
I have been doing a fair bit of work developing offline support in web apps lately, I thought I'd share a few problems I've learnt along the way.
- Chrome's emulate offline mode doesn't trigger online/offline events
- If you have Virtual box installed, Chrome won't detect if you are offline
- Chrome's network throttling doesn't affect uploads
- The workflow for toggling offline mode in Chrome is painful, Firefox is much better and there is a nice extension Work Offline which gives you a toggle offline toolbar icon
Hopefully this info might save you a bit of time
Subscribe to:
Posts (Atom)