.updatedmarker is not styled without JavaScript.
Description
Details
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Split off basic styles from the JavaScript module 'mediawiki.action.history' | mediawiki/core | master | +12 -5 |
Related Objects
Event Timeline
I cannot reproduce this. It's set purely by CSS, AFAIK. Which skin/browser/site is this?
Hi @Nirmos, thanks for taking the time to report this!
Unfortunately this report lacks some information. If you have time and can still reproduce the problem, please add a more complete description to this report. Ideally, exact and clear steps to reproduce should allow any other person to follow these steps (without having to interpret those steps) and see the same results. Problems that others can reliably reproduce can get fixed faster. Thanks!
I can reproduce this. For users with JavaScript, there's a flash of unstyled content. This is a regression from T134515.
The new style rules were added to the 'mediawiki.action.history' module, which is only loaded via JavaScript, and previously contained only styles related to the JavaScript enhancements of the history page (mostly the radio fields for selecting revisions to compare). They should probably be moved to a new module.
Change 294701 had a related patch set uploaded (by Bartosz Dziewoński):
Split off basic styles from the JavaScript module 'mediawiki.action.history'
Change 294701 merged by jenkins-bot:
Split off basic styles from the JavaScript module 'mediawiki.action.history'