Changes between Initial Version and Version 6 of Ticket #30028
- Timestamp:
- 01/23/2015 05:31:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30028
-
Property
Milestone
changed from
Awaiting Review
to4.2
-
Property
Milestone
changed from
-
Ticket #30028 – Description
initial v6 4 4 5 5 Another gotcha here, perhaps another reason why `document.write()` was chosen for populating a blank iframe, is maintaining the scroll position when a refresh happens. Doing a `location.reload()` in the preview window may not have a seamless preservation of the scroll position. We may need to make sure the Customizer preview gets sent back with output buffering so that the entire document is sent all at once so that incremental rendering does not interfere with the prior scroll position. 6 7 Fixes #23225