After testing I have found Disqus makes IE8 go into Compatibility Mode "Hard Assert". When I remove it it stops the behavior and stays in Standard Mode. Due to the fact that IE8 is tide to Windows XP IE8 will be around awhile. Worth fixing. Anybody know a fix for this? I already contacted Disqus support. I am not hopeful of a quick response.
Disqus makes IE8 go into Compatibility Mode "Hard Assert". Any fix?
Asked Answered
If you dont want to use CC's to target IE8 Disqus just say...
#disqus_thread {
display:none; /* IE8 */
}
:root #disqus_thread {
display:block;
}
That is not the case. Remove the css remove the issue.
© 2022 - 2024 — McMap. All rights reserved.
<!--[if gt IE 8]><!-->
). Would be nice to get a fix from Disqus though. – Crookes