Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
overlay.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jun 2010 at 16:33 UTC
Updated:
27 Nov 2013 at 07:43 UTC
Jump to comment: Most recent
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.