User talk:Jjon: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
update/edit: | update/edit: | ||
(really!? no way to enter code blocks except the html tag <pre>) | |||
Also, it seems I'm not the only one to notice this. Three years ago someone [https://www.reddit.com/r/Guildwars2/comments/medbq4/comment/gt4q3dq/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button commented on it in Redit] | Also, it seems I'm not the only one to notice this. Three years ago someone [https://www.reddit.com/r/Guildwars2/comments/medbq4/comment/gt4q3dq/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button commented on it in Redit] |
Revision as of 02:45, 16 July 2024
I've recently created this user account on TTA mainly to report a bug, but so far I've not found a convenient place to do this. It's a fairly trivial matter, but annoying. It probably is a bug in the "skin" being used to render the TTA's MediaWiki instance. Frequently when I look up a tune, or really any page in the wiki, there will be a small animated icon in the upper right hand corner. Hovering over it renders this message: "running an examiner in the background". Sometimes this icon disappears quickly, but sometimes it hangs around a long time. The CSS of this icon is such that the entire #bodyContent div of the page bobs up and down in time to the animated icon. The offending HTML block is quoted below:
<div id="mw-indicator-smw-entity-examiner" class="mw-indicator"> <div class="smw-entity-examiner smw-indicator-vertical-bar-loader" data-subject="Jenny's_Welcome_to_Charlie#0##" data-dir="ltr" data-uselang="" title="Running an examiner in the background"> </div> </div>
In my browser console I can set the css for the div #mw-indicator-smw-entity-examiner "display: none", but this should be handled somewhere in the global css.
I don't imagine anyone will see this, and so far I've failed to find some sort of community forum where I can ask questions like this
update/edit:
(really!? no way to enter code blocks except the html tag
) Also, it seems I'm not the only one to notice this. Three years ago someone commented on it in Redit