User talk:Jjon: Difference between revisions
(css bug with class mw-indicator) |
No edit summary |
||
Line 1: | Line 1: | ||
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: | 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 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 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> | ||
</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. | 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 | 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 |
Revision as of 02:34, 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: 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