Inputs are deactivated after opening and closing several layers of popups
-------------------------------------------------------------------------
Key: TOBAGO-1103
URL: https://issues.apache.org/jira/browse/TOBAGO-1103
Project: MyFaces Tobago
Issue Type: Bug
Components: Facelets
Affects Versions: 1.5.4
Environment: Firefox 5.0 (works as expected on IE 6, IE 8)
Reporter: Ralph Jacobs
Priority: Minor
1. Open a popup by Ajax:
<tc:button label="Open Popup" immediate="true">
<tc:popupReference for=":main:popupDemo" />
<tc:attribute name="renderedPartially"
value="popupDemo" />
</tc:button>
2. The referenced popup contains a date component:
<tx:date label="Date" />
3. Open another popup (the calendar popup) on top of the first popup
4. Cancel the calendar popup
5. Cancel the first popup
Now the input elements are deactivated (i.e. text input, buttons). Links are
not affected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira