Last modified: 2014-01-17 06:09:59 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T62153, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 60153 - Sidebar headings jump on page load
Sidebar headings jump on page load
Status: RESOLVED DUPLICATE of bug 25510
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
1.23.0
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-16 22:31 UTC by Dan Wolff
Modified: 2014-01-17 06:09 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dan Wolff 2014-01-16 22:31:10 UTC
Browsers tested: Firefox 28 and Chromium 29, both on Ubuntu 13.10.

What I did:

1. I went to https://en.wikipedia.org/

What happened:

1. For a split second:
   - The "Navigation" heading is displayed
   - The other headings are 
2. Then the "Navigation" heading disappears and the other headings get arrows and some of their content is collapsed

Expected result:

* No flickering, especially not just around the logo.


I realize that it's impossible to run all JS at once and that some flickering therefore is unavoidable. However, it should be easy to hide the "Navigation" heading instantly with something like:

   .client-js #p-navigation-label { display: none; }

And maybe even instead of:

   #mw-panel.collapsible-nav .portal

use

   .client-js #mw-panel .portal
Comment 1 Bartosz Dziewoński 2014-01-16 22:51:48 UTC

*** This bug has been marked as a duplicate of bug 25510 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links