Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Component/s: ICE-Components
-
Labels:None
-
Environment:IE7, FF 3.0.10
-
Workaround Exists:Yes
-
Workaround Description:Use visible instead of rendered.
Description
When the page first renders, you are able to tab through form fields in the correct order. After having rendered and unrendered the modal panelPopup, you are no longer able to tab to any of the other form fields. Focusing on the first inputText and hitting tab causes the focus to jump outside of the app and into the browser.
<ice:panelPopup
modal="true"
rendered="#{backingBean.popUpWindowVisible}"
autoCentre="true"
clientOnly="true"
styleClass="coreConfirmPopup">
<ice:panelPopup
modal="true"
rendered="#{backingBean.popUpWindowVisible}"
autoCentre="true"
clientOnly="true"
styleClass="coreConfirmPopup">
http://localhost:8084/SC8262/main.iface