Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.0.0
-
Fix Version/s: None
-
Component/s: Framework
-
Labels:None
-
Environment:All
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:If possible use a redirect navigation. Alternatively, wrap the entire page content inside the body tag with <h:panelGroup id="bodyGroup">
Description
After doing a forward navigation the body tag that is rendered gets its values set as "undefined". This causes a default browser tooltip to be displayed on the page. The body tag is rendered as the following:
Before:
<body>
After:
<body class="undefined" lang="undefined" style="" title="undefined" dir="">
This does not happen in a basic JSF (2.1.1 and 2.1.6 tested) test case.
Before:
<body>
After:
<body class="undefined" lang="undefined" style="" title="undefined" dir="">
This does not happen in a basic JSF (2.1.1 and 2.1.6 tested) test case.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion