Our app is making use of the DrawPane, and when we print it via its parent using Canvas.showPrintPreview(), it renders fine in most browsers except IE 9/8/7. It also exports to PDF via RPCManager.exportContent() in all browsers, including IE.
We are seeing DrawLabel and DrawLine components showing up at the top left when they should be in the DrawPane on the bottom right. I've attached example code that you can run to reproduce the problem.
I'm running Isomorphic SmartClient/SmartGWT Framework (SNAPSHOT_v8.3d_2012-09-14/Enterprise Deployment 2012-09-14).
This is a problem for our IE users.
Thanks,
Chris
We are seeing DrawLabel and DrawLine components showing up at the top left when they should be in the DrawPane on the bottom right. I've attached example code that you can run to reproduce the problem.
I'm running Isomorphic SmartClient/SmartGWT Framework (SNAPSHOT_v8.3d_2012-09-14/Enterprise Deployment 2012-09-14).
This is a problem for our IE users.
Thanks,
Chris
Comment