View Issue Details

IDProjectCategoryView StatusLast Update
0003031OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reportertjungcl Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product VersionPast development 
Fixed in Version4.5.1 revision 38045 
Summary0003031: syntax error in oxdropdown.js
Descriptionthere is a comma too much in:

[...]
 isDisabled : function() {
            return this.head.hasClass( this.options.sDisabledClass );
        },
    }
[...]

ie7 cant handle it that way (newer browsers auto correct that syntax error by default)
TagsNo tags attached.
ThemeBoth
BrowserInternet Explorer 7.x
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2011-07-06 08:43

reporter   ~0004823

already fixed