#42211 closed defect (bug) (fixed)
Customizer: Scheduling: Delay button shake
Reported by: | melchoyce | Owned by: | bpayton |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-patch |
Focuses: | ui | Cc: |
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
@
2 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.
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.