Changes between Initial Version and Version 1 of Ticket #33228, comment 1
- Timestamp:
- 08/01/2015 01:34:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33228, comment 1
initial v1 1 The proposed patch tries to use JavaScript to move focus to the Customizer only when necessary, i.e. when the customizer loade dis used. The initial focus is moved on the overlay container, in a similar way WordPress already does for some modal dialogs.1 The proposed patch tries to use JavaScript to move focus to the Customizer only when necessary, i.e. when the customizer loader is used. The initial focus is moved on the overlay container, in a similar way WordPress already does for some modal dialogs. 2 2 No more need for `setTimeout()`, just use the customizer loader `loaded()` callback.