Changes between Initial Version and Version 1 of Ticket #8776, comment 5
- Timestamp:
- Aug 19, 2012, 1:30:46 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8776, comment 5
initial v1 1 This change seems to cause a spurious viewport resize event because after the iframe finishes loading, it does:1 I think this is the root cause of the double scrollbar I listed in #15865: 2 2 3 3 {{{#!js … … 11 11 dojo.style(document.documentElement, emptyStyle); 12 12 }}} 13 14 On Textarea.html (the robot test file), the viewport size is reduced from by a width of 17px (the width of the scrollbar).