Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 1.8.2-EE-GA
-
Fix Version/s: None
-
Component/s: Bridge, ICE-Components
-
Labels:None
-
Environment:N/A
Description
When using a modal popup in the regular ICEfaces component-showcase, you are unable to tab through elements under the modal window. In the ICEpack icefaces-composite-comps-showcase, this is not the case, you are able to tab through elements under the modal window.
There are two previous issues related to thisICE-3563 and ICE-4120.
I performed some javascript debugging on the icefaces-composite-comps showcase and it appears that in style.js Ice.modal.running boolean is initialized properly the first time you use a modal popup (and you cannot tab underneath). However, I do not see the 'stop' function called that sets the 'running' boolean back to false.
When the javascript debugging is used on the regular component-showcase the 'stop' method is always called when the modal popup is closed.
There are two previous issues related to this
I performed some javascript debugging on the icefaces-composite-comps showcase and it appears that in style.js Ice.modal.running boolean is initialized properly the first time you use a modal popup (and you cannot tab underneath). However, I do not see the 'stop' function called that sets the 'running' boolean back to false.
When the javascript debugging is used on the regular component-showcase the 'stop' method is always called when the modal popup is closed.
The ICEpack issue is
IPCK-55.