Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.8.2-EE-GA_P02
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Workaround Exists:Yes
-
Workaround Description:Hide- Change the modal panelPopup to just use the visible tag to show/hide the popup.
- If the panelPopup is inside a panelGroup then move it outside of this panelGroup. One thing to note is that the addition of a panelGroup is a workaround for an issue with using an inputRichText inside of the panelPopup (ICE-6001)
Show- Change the modal panelPopup to just use the visible tag to show/hide the popup. - If the panelPopup is inside a panelGroup then move it outside of this panelGroup. One thing to note is that the addition of a panelGroup is a workaround for an issue with using an inputRichText inside of the panelPopup ( ICE-6001 )
Description
A modal panelPopup is used inside a panelGroup on the page and the rendered attribute is used to show/hide the popup. When the popup is opened the underlying inputs have their tabindex set to -1. When this popup is closed these tabindex values are not reset which causes these components to not be selected.
This is not reproducible on the component showcase because the modal popup example uses a workaround described.
This is not reproducible on the component showcase because the modal popup example uses a workaround described.
-
Hide
- Case9597Example2.war
- 7.56 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../example/PopupBean.class 1 kB
- WEB-INF/faces-config.xml 0.6 kB
- WEB-INF/lib/FastInfoset.jar 285 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-discovery.jar 75 kB
- WEB-INF/lib/commons-el.jar 110 kB
- WEB-INF/lib/commons-fileupload.jar 56 kB
- WEB-INF/lib/commons-lang.jar 240 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-comps.jar 3.16 MB
- WEB-INF/lib/icefaces.jar 1.21 MB
- WEB-INF/lib/jsf-api-1.2.jar 355 kB
- WEB-INF/lib/jsf-impl-1.2.jar 837 kB
- WEB-INF/web.xml 3 kB
- index.jsp 0.1 kB
- main2.jspx 2 kB
-
Hide
- Case9597Example2.zip
- 17 kB
- Arran Mccullough
-
- Case9597Example2/build.xml 3 kB
- Case9597Example2/.../ant-deploy.xml 2 kB
- Case9597Example2/.../build-impl.xml 46 kB
- Case9597Example2/.../faces-config.NavData 0.3 kB
- Case9597Example2/.../genfiles.properties 0.5 kB
- Case9597Example2/.../private.properties 2 kB
- Case9597Example2/.../project.properties 2 kB
- Case9597Example2/nbproject/project.xml 0.9 kB
- Case9597Example2/src/conf/MANIFEST.MF 0.0 kB
- Case9597Example2/src/.../PopupBean.java 1.0 kB
- Case9597Example2/web/index.jsp 0.1 kB
- Case9597Example2/web/main2.jspx 2 kB
- Case9597Example2/web/.../context.xml 0.1 kB
- Case9597Example2/web/.../faces-config.xml 0.6 kB
- Case9597Example2/web/WEB-INF/web.xml 3 kB
Issue Links
- duplicates
-
ICE-6333 Links disabled after setting modal Popup to non-rendered
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
NetBeans test cases
Access URL: http://localhost:XXXX/Case9597Example2/main2.iface
Show
Arran Mccullough
added a comment - NetBeans test cases
Access URL: http://localhost:XXXX/Case9597Example2/main2.iface
Screen shots showing the changes to the tab index