Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M5
-
Component/s: UI, UI > JavaScript & CSS, WCM > Localization
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Story Points:2
-
Similar Issues:
Description
Steps to reproduce
1. add the following line to portal-ext.properties
com.liferay.portal.servlet.filters.language.LanguageFilter=false
2. start portal
when you reach the login page, the JS error that appears occurs because the aui-io module does not attach .io to the returned AUI() object.
Issue Links
- relates
-
LPS-33031
AUI Javascript errors in IE8
-

PASSED Manual Testing following the steps in the description.
Reproduced on:
Tomcat 7.0 + MySQL 5. Portal 6.1.20 EE GA2.
Javascript pops up in IE8 when setting LanguageFilter to false in portal-ext.properties.
Fixed on:
Tomcat 7.0 + MySQL 5. Portal 6.1.x EE GIT ID: 069efb6ba8c9cf89acea033f6c017a742ad21392.
Tomcat 7.0 + MySQL 5. Portal 6.2.x GIT ID: 5faa85724cae5918962eb510134d254efc39c8a2.
There is no javascript in IE8 when LanguageFilter is set to false.