Make WordPress Core

Changes between Version 12 and Version 13 of Ticket #30028


Ignore:
Timestamp:
04/18/2016 08:16:34 PM (7 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30028 – Description

    v12 v13  
    55Another 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.
    66
    7 Fixes #23225
     7Fixes #23225 (Customizer is Incompatible with jQuery UI Tabs)
     8Also should fix #22037 (Customizer: Live preview fetches page but does not display)