EasyUI Forum

General Category => Bug Report => Topic started by: surfpeak on November 03, 2014, 01:45:38 AM



Title: print cause collapsible button disappear/vanish/can't display
Post by: surfpeak on November 03, 2014, 01:45:38 AM
my easyui version is 1.3.4
when I click the print button and open a new page(print page),the collapsible button disappear.

my print code is as:
    var newWindow=window.open("print window","_blank");
    var docStr = "<table><tr><td>print error</td></tr></table>";
    newWindow.document.write(docStr);
    newWindow.document.close();
    newWindow.print();

The sub images are the process of the disappear of the collapsible button:

(http://)


Title: Re: print cause collapsible button disappear/vanish/can't display
Post by: surfpeak on November 03, 2014, 01:47:53 AM
when I use the version of 1.4.1, the problem is still exist.


Title: Re: print cause collapsible button disappear/vanish/can't display
Post by: surfpeak on November 09, 2014, 11:06:54 PM
no body can help me?


Title: Re: print cause collapsible button disappear/vanish/can't display
Post by: aswzen on November 11, 2014, 07:40:48 PM
try to set your layout to
Code:
fit="false"
width="500px"
height="500px"

and see what happen