ComponentControl doesn not work if attachTiming="onavailable" under IE6-7.
--------------------------------------------------------------------------

                 Key: RF-5267
                 URL: https://jira.jboss.org/jira/browse/RF-5267
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: 3.3.0.BETA2, IE6-7
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski


Source code:
<h:form id="form">
                <rich:componentControl attachTo="testCID" for="cc" 
event="onclick"
                        operation="doExpand" attachTiming="onavailable" />
                        
                <rich:calendar popup="true" id="cc" />

                <f:verbatim>
                        <a href="#" id="testCID">Show Popup</a>
                        <br />
                </f:verbatim>
        </h:form>

# Open page in IE6-7
# Click "Show Popup" link
Result: popup is not shown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to