Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31196, comment 1


Ignore:
Timestamp:
02/01/2015 09:54:09 AM (10 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31196, comment 1

    initial v1  
    11+1
    22
    3 This is also a problem when navigating around the site within the preview: you click on a link and nothing seems to happen for awhile, especially if the site or the connection is slow. So there should be a loading indicator when the preview first loads, and then the loading indicator should appear when navigating to another URL.
     3So there should be a loading indicator when the preview first loads, when the preview refreshes, and when navigating to another URL.
    44
    5 I implemented something for the latter situation of showing a loading indicator when navigating around the site in the preview.
     5I implemented something for the latter situation of showing a loading indicator when navigating around the site in the preview (and this would also work when refreshing, if we send an `unload` message when the refresh logic is invoked):
    66
    77In `customize-controls.js`, we can add: