-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.x
-
Fix Version/s: 2.0.x, 2.0.0.35-deprecated
-
Component/s: Other
-
Labels:None
-
Git Pull Request:
Issue:
Browser specific HTML class is not identifying renderer and browser classes properly in IE11, while it is displaying properly in Chrome, Firefox, Opera, and IE9.
Step to reproduce:
1. Obtain 6.2 EE bundle with the latest patches
2. Open up the Portal in IE11
3. Press F12 to see the developer inspection mode - check the DOM explorer section. You'll see what it looks like on the IE11.png file that's been attached to this ticket.
Expected Result:
HTML class will include IE11-specific information.
aui ltr yui3-js-enabled trident ltr js ie ie11 ie11-0 win
Actual Results:
HTML class does not include IE11-specific information.
aui ltr yui3-js-enabled ltr js win
- relates
-
LPS-51008 6.2.x: Browser specific HTML class is not identifying renderer and browser classes properly in IE11
- Closed