Note that there are some explanatory texts on larger screens.

plurals
  1. POListbox owerflows when printing from IE
    text
    copied!<p>When I print a page with a listbox from IE the content owerflows. This only happens in IE and it's only the actual print, the print preview looks good.</p> <p>Here's a code sample:</p> <pre><code> &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;/head&gt; &lt;body&gt; &lt;form name="form1" method="post" action="/IePrintTest.aspx" id="form1"&gt; &lt;select size="4" name="Listbox" id="Listbox"&gt; &lt;option value="item1"&gt;item1&lt;/option&gt; &lt;option value="item2"&gt;item2&lt;/option&gt; &lt;option value="item3"&gt;item3&lt;/option&gt; &lt;option value="item4"&gt;item4&lt;/option&gt; &lt;option value="item5"&gt;item5&lt;/option&gt; &lt;option value="item6"&gt;item6&lt;/option&gt; &lt;option value="item7"&gt;item7&lt;/option&gt; &lt;option value="item8"&gt;item8&lt;/option&gt; &lt;option value="item9"&gt;item9&lt;/option&gt; &lt;option value="item10"&gt;item10&lt;/option&gt; &lt;option value="item11"&gt;item11&lt;/option&gt; &lt;option value="item12"&gt;item12&lt;/option&gt; &lt;option value="item13"&gt;item13&lt;/option&gt; &lt;option value="item14"&gt;item14&lt;/option&gt; &lt;option value="item15"&gt;item15&lt;/option&gt; &lt;option value="item16"&gt;item16&lt;/option&gt; &lt;option value="item17"&gt;item17&lt;/option&gt; &lt;/select&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>This renders just fine, but if i try to print this from IE it will look like this:</p> <p><a href="http://i42.tinypic.com/2q1i8mq.jpg">Image of print</a></p> <p>Does anyone know how to fix this. Thanks!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload