Page MenuHomePhabricator

Position in page is not preserved when switching between preferences sections in Chrome
Closed, ResolvedPublic

Description

To reproduce:

  • Navigate to Special:Preferences on Google Chrome (tested version 46)
  • Click on various tabbed sections
  • Observe "jumpy" behavior

This behavior does not occur in Firefox. Adding the following code to switchPrefTab() in mediawiki.special.preferences.js appears to fix the issue:

window.setTimeout(function() {
        $( window ).scrollTop( scrollTop );
      }, 0);

Event Timeline

llbraughler raised the priority of this task from to Needs Triage.
llbraughler updated the task description. (Show Details)
llbraughler subscribed.
matmarex subscribed.

The preferences tabs interface has been rewritten in T117781 (2018). I do not see jumpy behavior in the current interface (although I'm not totally sure what to look for). If you still see the problem, please re-open with more details.