I'm experiencing an issue when printing pages containing multiple iFrames
, when the contents of the iFrame
are longer than the printed page, it doesn't display properly.
Here is a super boiled down version of what I'm seeing. Open this link, hit print preview: http://ringdev.com/code/inner.html You should see 7 pages of lorem ipsum fill.
Next open this link in IE 10, 11, or FF 38 and hit print preview: http://ringdev.com/code/outer.html You can see only the 1st page is printed. You can see the iFrame run off the bottom of the page, but it doesn't continue on to page 2 or beyond.
Interestingly, Chrome has no problems with this and prints perfectly fine. Unfortunately, the organization only supports IE and Firefox.
Anyone ever run into this before, or have any ideas with how to resolve it?
` tags semantically?
– Phil Ricketts Oct 25 '16 at 14:27