Page MenuHomePhabricator

Regression: Collapse chevron indicators on mobile web initialized incorrectly
Closed, ResolvedPublic

Description

The chevrons are initialised pointing downward, but that should be upward. After manual uncollapsing they do not change and recollapsing they are have the right direction again. This seems to be a recent regression introduced by I38c17eacc452942aea8942328c7b26cff0e50d99.

Screen Shot 2015-11-03 at 19.32.47.png (498×472 px, 60 KB)
Screen Shot 2015-11-03 at 19.32.53.png (437×477 px, 97 KB)
Screen Shot 2015-11-03 at 19.33.02.png (330×476 px, 51 KB)

Event Timeline

TheDJ raised the priority of this task from to Needs Triage.
TheDJ updated the task description. (Show Details)
TheDJ subscribed.
Jdlrobson renamed this task from Collapse chevron indicators on mobile web initialized incorrectly to Regression: Collapse chevron indicators on mobile web initialized incorrectly.Nov 3 2015, 7:39 PM

Change 250838 had a related patch set uploaded (by Jhobs):
Fix collapsible header arrows

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

The commit before the regression the arrow was:

  • pointing down when collapsed
  • pointing up when expanded.

With your commit it's the opposite:

  • pointing up when collapsed
  • pointing down with expanded.

I clarified the description. It seems they've always pointed downwards when collapsed.
See this early screenshot for example :)
https://www.mediawiki.org/wiki/File:MobileFrontendSectionPage.png

jhobs triaged this task as Medium priority.Nov 4 2015, 6:10 PM

Change 250838 merged by jenkins-bot:
Fix collapsible header arrows

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