Last modified: 2014-03-18 19:21:12 UTC
For example, try clicking [edit] at [[Glossary of chess#G]]. The text just goes gray, there is no indication that anything is happening. This is because the progress indicator always appears at the top of the page.
Argh, missed this one in the bunch of other fixes; sorry. Thanks for the spot!
*** Bug 51785 has been marked as a duplicate of this bug. ***
*** Bug 51830 has been marked as a duplicate of this bug. ***
So we just want to fix the loading bar at a certain position on the screen? I'm thinking of something like this in modules/ve-mw/init/styles/ve.init.mw.ViewPageTarget.css under ".ve-init-mw-viewPageTarget-loading {": - float: right; + position: fixed; + right: 5%; + top: 16%;
Seems reasonable, although we might want to make it stand out against non-flat-white backgrounds.
(In reply to comment #5) > Seems reasonable, although we might want to make it stand out against > non-flat-white backgrounds. Put it in with a pure-white background with a 2px margin, then? Maybe Trevor has a view re. design?
(In reply to comment #6) > (In reply to comment #5) > > Seems reasonable, although we might want to make it stand out against > > non-flat-white backgrounds. > > Put it in with a pure-white background with a 2px margin, then? Maybe Trevor > has a view re. design? I tried this but it still appeared over the top of text. :/