Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.1, EE-2.0.0.GA, 2.0.2, 3.0
-
Fix Version/s: 3.0.1, EE-3.0.0.GA
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Liferay Portal 6.0.6/Tomcat 6.0.29
Description
When opening a modal popup it sets the underlying input fields to have a tabindex or -1. This prevents the inputs from gaining focus when the user us tabbing. When the modal popup is closed it sets all these inputs back to 0 allowing them to gain focus and be selected.
In this case there are two modal popups being opened one after the other. A modal popup is opened via a button click, this popup contains another button which will hide the first popup and show a second modal popup. Upon closing of this second modal popup the tab indexes for the Liferay controls, Sign Out link, etc are not set back to 0 and remain at -1 which makes it not possible to select the links/inputs. All inputs on the portlet still work though.
This only occurs when two popups are opened consecutively and not an issue when a single popup is opened and closed.
In this case there are two modal popups being opened one after the other. A modal popup is opened via a button click, this popup contains another button which will hide the first popup and show a second modal popup. Upon closing of this second modal popup the tab indexes for the Liferay controls, Sign Out link, etc are not set back to 0 and remain at -1 which makes it not possible to select the links/inputs. All inputs on the portlet still work though.
This only occurs when two popups are opened consecutively and not an issue when a single popup is opened and closed.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Attachment | EmnosPopupTest.zip [ 14089 ] | |
| Attachment | EmnosPopupTestWAR.zip [ 14090 ] |
| Salesforce Case | [] | |
| Fix Version/s | EE-3.0.0.GA [ 10262 ] | |
| Fix Version/s | 3.0.1 [ 10282 ] | |
| Assignee Priority | P2 | |
| Assignee | Mircea Toma [ mircea.toma ] |
| Attachment | EmnosPopupTest.zip [ 14089 ] |
| Attachment | EmnosPopupTestWAR.zip [ 14090 ] |
| Attachment | PopupTest2.war [ 14114 ] |
| Attachment | PopupTest2.zip [ 14115 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #28182 | Tue Mar 06 08:13:47 MST 2012 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/compat/core/src/main/javascript/extras/extras.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #28183 | Tue Mar 06 08:14:16 MST 2012 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/compat/core/src/main/javascript/extras/extras.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #28234 | Thu Mar 08 14:33:26 MST 2012 | arran.mccullough | |
| Files Changed | ||||
MODIFY
/icefaces2/scratchpads/patches/EmnosBuild/icefaces/compat/core/src/main/javascript/extras/extras.js
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 |

Sample app that shows issue. Steps to reproduce:
After this if you open and close a single popup the link works again. Viewing the Sign out link in Firebug can show the changes of the tabindex value.