Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA
-
Fix Version/s: EE-3.2.0.GA
-
Component/s: None
-
Labels:None
-
Environment:Any
Description
There's a JS error when clicking on 'print table' or 'print both' ('ice' is undefined) in the showcase demo.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34376 | Fri Apr 12 10:34:24 MDT 2013 | art.zambrano | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34380 | Fri Apr 12 11:35:51 MDT 2013 | ken.fyten | |
Files Changed | ||||
![]() |
Fix Version/s | EE-3.2.0.GA [ 10332 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed fix at revision 34376.
When the printing action starts, the printing plug-in creates a temporary node in an iframe and copies all the markup in the target element to this temporary node, including script tags, and then prints the iframe. When the html is written to the iframe it cannot find our 'ice' object in our scripts, etc. So, I made sure to remove script tags from this copied markup.