Page MenuHomePhabricator

VisualEditor: Slugs don't animate when jumping from one to another
Closed, ResolvedPublic

Description

  1. Create a page with just a table
  2. Focus the top slug (it animates)
  3. Focus the bottom slug

Expected:
Top slug collapses, bottom slug expands

Observed:
Nothing

The logic for adding animation classes only checks to see if we've gone from in a slug to not in a slug, so we'll need to check if the slug has changed as well.


Version: unspecified
Severity: normal

Details

Reference
bz62783

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:59 AM
bzimport set Reference to bz62783.

Change 119287 had a related patch set uploaded by Esanders:
Check if newly focused slug is different to previous slug

https://gerrit.wikimedia.org/r/119287

Change 119287 merged by jenkins-bot:
Check if newly focused slug is different to previous slug

https://gerrit.wikimedia.org/r/119287