Help:Internet Explorer: Difference between revisions

Content deleted Content added
Gadget850 (talk | contribs)
<q>: resolved (leave issue for a while)
Gadget850 (talk | contribs)
No backlinks for citations
Line 17:
** [[Help:CharInsert|CharInsert]] toolbar which adds symbols
* Fix: none; except upgrading to IE8 or higher or using a different browser.
 
==No backlinks for citations==
{{#section:Help:Printable|ieprintfix}}
IE9 does not show backlinks ({{dummy backlink|a b}}) in the references section.
 
* Accessibility changes to the {{cite.php}} CSS added <code>user-select: none;</code>.[https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FCite/530ef0ab9ccda7a5adef8547b2f5c644e156e636/modules%2Fext.cite.css] This is not supposed to be supported by IE9 but, apparently it causes this to fail oddly. Add this to your CSS and refresh:
 
<syntaxhighlight lang="css">
.mw-cite-backlink, .cite-accessibility-label {display: inline !important;}
</syntaxhighlight>
 
==Blank pages when printing==