[wp-trac] [WordPress Trac] #44946: "post locked" info animation doesn't work as expected
WordPress Trac
noreply at wordpress.org
Fri Sep 14 12:56:43 UTC 2018
#44946: "post locked" info animation doesn't work as expected
----------------------------+-----------------------------
Reporter: afercia | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.6
Severity: normal | Keywords: has-screenshots
Focuses: ui |
----------------------------+-----------------------------
Follow up to #24553
The CSS animation added in #24553 doesn't work as expected for a couple
reasons:
- height "auto" can't be animated with CSS
- jQuery `delay()` works only for the jQuery effects queue, not for other
methods like `empty()`
The original intent of this animation was to make the "user is currently
editing" info smoothly slide in and out, avoiding "jumps" in the UI that
could be disturbing for users.
[[Image(https://cldup.com/PQ-g8mGRYw.png)]]
I'd say either the leftover code related to the animation should be
removed or the animation should be fixed.
Created at WordCamp Roma 2018 contributors day.
/Cc @johnbillion
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44946>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list