Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #65032


Ignore:
Timestamp:
04/07/2026 12:00:48 PM (2 months ago)
Author:
zieladam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65032 – Description

    initial v1  
    1 Since 7.0 enabled view transitions in wp-admin (#64470, [10699]),
    2 navigating between admin screens crossfades the entire admin sidebar
    3 into itself, even when its markup is identical between the two pages.
     1Since 7.0 enabled view transitions in wp-admin (#64470, [10699]), navigating between admin screens crossfades the entire admin sidebar into itself, even when its markup is identical between the two pages.
    42
    5 `src/wp-admin/css/view-transitions.css` gives each top-level menu item
    6 a stable `view-transition-name`, but `#adminmenu` itself does not — so
    7 the whole sidebar falls into the default root snapshot and crossfades
    8 on every navigation.
     3`src/wp-admin/css/view-transitions.css` gives each top-level menu item a stable `view-transition-name`, but `#adminmenu` itself does not — so the whole sidebar falls into the default root snapshot and crossfades on every navigation.
    94
    105Screencast: https://github.com/user-attachments/assets/7a48ae52-70d7-47ee-95e0-aec80463dcde
    116
    12 == Steps to reproduce ==
     7**Steps to reproduce**
    138
    1491. Run trunk in Chrome.
     
    16113. Click between two screens whose sidebars are nearly identical (e.g. Dashboard → Posts → Pages).
    1712
    18 == Expected ==
     13**Expected**
    1914
    2015Sidebar stays visually stable across the navigation — nothing in it has changed.
    2116
    22 == Actual ==
     17**Actual**
    2318
    2419The whole sidebar crossfades between two identical snapshots.