#42211 closed defect (bug) (fixed)
Customizer: Scheduling: Delay button shake
| Reported by: | melchoyce | Owned by: | bpayton |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9 |
| Component: | Customize | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | ui |
Description
The "Schedule" button currently shakes immediately after selecting "Schedule" in Publish Settings, but there should be a delay. Right now it's drawing attention away from actually setting a time to schedule your changes to go live. I don't think we should shake the button until after the Publish Settings panel has been closed, maybe with a second's delay.
Change History (6)
#4
@
9 years ago
@westonruter, I created a PR since we've worked well with them. It is ready for review here:
https://github.com/xwp/wordpress-develop/pull/291
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I have a patch for this based on work for #42114 (which includes a reusable function for bouncing things after a delay if they aren't focused first). I'm managing the work under a single PR for discussion since there is shared, unreviewed code.
https://github.com/xwp/wordpress-develop/pull/284
I'll continue discussion under #42114 and provide a separate patch here if necessary.