Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39430, comment 13


Ignore:
Timestamp:
03/15/2017 04:59:10 AM (8 years ago)
Author:
dlh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39430, comment 13

    initial v1  
    552. Removes the calls to `stop()` inside `Container.onChangeActive()`.
    66
    7 (2) exists to try to address behavior that I saw after applying (1): If I go to `Test Panel > Test Section N` (from the demo plugin above), then navigate away from front page in the preview, the sections and panels close as expected, but then the entire `.wp-full-overlay-sidebar-content` disappears. The only way to get it back is to click an inline edit link.
     7(2) exists to try to address behavior that I saw after applying (1): If I go to `Test Panel > Test Section N` (from the demo plugin above), then navigate away from the front page in the preview, the section and panel close as expected, but then the entire `.wp-full-overlay-sidebar-content` disappears. The only way to get it back is to click an inline edit link.
    88
    99I can't explain yet why `stop()` would cause this behavior except for a general guess that it interferes with the animation-related changes in [38648].