View Issue Details

IDProjectCategoryView StatusLast Update
0004659OXID eShop (all versions)4.07. Source code, Testpublic2018-12-05 14:31
Reportervanilla thunder Assigned To 
PrioritylowSeveritytweakReproducibilityalways
Status closedResolutionno change required 
Summary0004659: Internet Explorer changes to quirks mode
DescriptionIn OXID backend IE (at least IE9) always changing to quirks mode, so it makes backend module developmers very angry. Very very angry! ;-)

I also found some bad HTML im backend, e.g.: in out/admin/tpl/order_overview.tpl there are three forms with same id "myedit2". Thats really bad html, cause id should be unique.
Steps To Reproduce1: open IE9
2: press F12
3: open some OXID backend
4: login
Additional InformationHow to fix:
use frameset doctype in out/admin/tpl/start.tpl:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
TagsIE
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2018-12-05 14:31

administrator   ~0012724

IE 9 is not supported anymore and has a very low market share in the meanwhile (0,34%): https://en.wikipedia.org/wiki/Internet_Explorer_9

-MK