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

kristofvanroy’s picture

If 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.

casey’s picture

IE 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.

AlanQ’s picture

Version: 7.x-dev » 7.19

Update
Bug still exists for Overlay/Drupal7.19 on Firefox 18.0

David_Rothstein’s picture

Version: 7.19 » 8.x-dev
Issue tags: +Needs backport to D7

Not sure it's possible to backport this, but I guess it is a bug so in theory it should be...

nod_’s picture

Version: 8.x-dev » 7.x-dev
Issue summary: View changes

Overlay is dead to D8 #2088121: Remove Overlay.