Changes between Version 12 and Version 13 of Ticket #30028
- Timestamp:
- 04/18/2016 08:16:34 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30028 – Description
v12 v13 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 6 7 Fixes #23225 7 Fixes #23225 (Customizer is Incompatible with jQuery UI Tabs) 8 Also should fix #22037 (Customizer: Live preview fetches page but does not display)