#13273 closed defect (fixed)
EDG.printer - the who html document is printed rather than Grid content in IE
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.7.0b1 |
Keywords: | edg, printer, ie | Cc: | |
Blocked By: | Blocking: |
Description
This issue can be reproduced in dojox/grid/tests/enhanced/test_enhanced_grid_print_export.html
When testing in IE, the whole html document content are printed rather than the Grid content occasionally.
But this issue doesn't occur every time.
Change History (5)
comment:1 Changed 11 years ago by
Component: | General → DojoX Grid |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Component: | DojoX Grid → General |
---|---|
Milestone: | tbd → 1.7 |
comment:4 Changed 11 years ago by
Component: | General → DojoX Grid |
---|
comment:5 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
(In [25567]) Fixes #13273 patch from Oliver(IBM, CCLA)
By totally controlling the css file loading - doc.write(str) - when str contains some links referring to external css files which will be loaded asynchronously, win.print() will get the whole doc content printed if css files not 100% loaded.