nijogeorgep / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Deeply nested layouts cause stack overflow error on Canvas.showPrintPreview() in Internet Explorer #562

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When nesting many layouts, Internet Explorer 7 and 8 will show a "Stack 
overflow at line: 0" error message when invoking Canvas.showPrintPreview().

What steps will reproduce the problem?
1. Create many nested layouts.
2. Call the method Canvas.showPrintPreview() with the root layout.

What is the expected output? What do you see instead?
No error message should be shown before the print dialog is displayed. 

What version of the product are you using? On what operating system?
GWT 2.1.1 with SmartGWT 2.4 build from 2011-02-01.

What browser(s) does this happen in?  Are there any browsers where the
issue does not occur?

Happens in Internet Explorer 7 and 8, not in Chrome or Firefox.

Please provide any additional information below.

The print dialog is shown after the error and there seems to be nothing wrong 
with the results.

Original issue reported on code.google.com by f...@ubercode.de on 1 Feb 2011 at 2:08

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by charles....@gmail.com on 14 Mar 2011 at 7:44