If someone wants to print they're list of modules, they can't. Probably not a heavy use case, but it would be nice to see your list on printed paper.
- click print
- i expect a printed sheet showing everything in the browser
- instead I got a list of about half of the items, but did see the bottom of the page behind the overlay.
Comments
Comment #1
kristofvanroy commentedIf you want to print out the module page, you can always turn off the overlay module and go to the full module page /admin/build/modules.
Comment #2
casey commentedIE supports the onbeforeprint events and it looks like it possibly is going to be part of HTML5 (http://www.w3.org/TR/html5/webappapis.html#events, http://www.w3.org/TR/html5/timers.html#printing)
I think that event will be the only way to fix this; fingers crossed for HTML5 support then.
In the meantime I'll work on a patch that at least fixes this issue for IE.
Comment #4
AlanQ commentedUpdate
Bug still exists for Overlay/Drupal7.19 on Firefox 18.0
Comment #5
David_Rothstein commentedNot sure it's possible to backport this, but I guess it is a bug so in theory it should be...
Comment #6
casey commentedhttps://developer.mozilla.org/en-US/docs/DOM/window.onbeforeprint
https://bugs.webkit.org/show_bug.cgi?id=19937
Comment #7
nod_Overlay is dead to D8 #2088121: Remove Overlay.