johnrajbd / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

error in templates (buttons; IE only) #302

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Templates had incorrect html for buttons.
Error was had to find, as only occurred in IE & depending on IE settings.
basically it had:
    <button />tekst</button>
should be:
    <button >tekst</button>

Original issue reported on code.google.com by hjebb...@gmail.com on 8 Apr 2014 at 1:45

GoogleCodeExporter commented 8 years ago
Problem is NOT solved with this. (did fix a bug in the html though ;-))
Problem has to do with the compatibility-settings of IE (tools->compatibility 
view settings). Text from Microsoft: Websites that were designed for earlier 
versions of Internet Explorer might not display correctly in IE8, IE9, or IE10. 
When you turn on Compatibility View, the webpage you're viewing, as well as any 
other webpages within the website's domain, will be displayed as if you were 
using an earlier version of Internet Explorer.
So: if the compatibility view is used this error occurs, else it goes OK.
Solution: do not this the compatibility view in IE, or use another browser. 

Original comment by hjebb...@gmail.com on 23 Jun 2014 at 1:34