Details
-
Type:
Bug
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: liferay-faces-portal
-
Labels:None
-
Similar Issues:
Description
In this Liferay JSP: /portal-web/docroot/html/taglib/ui/input_editor/page.jsp
There is some code applied to the <iframe> that looks like this:
BrowserSnifferUtil.isIe(request) && (BrowserSnifferUtil.getMajorVersion(request) <= 8) ? "frameborder=\"0\"" : StringPool.BLANK
Need to make the Facelet version IE aware like this as well.
