[richfaces-issues] [JBoss JIRA] Commented: (RF-5267) ComponentControl doesn not work if attachTiming="onavailable" under IE6-7.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Dec 20 12:10:55 EST 2008


    [ https://jira.jboss.org/jira/browse/RF-5267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12443736#action_12443736 ] 

Nick Belaevski commented on RF-5267:
------------------------------------

Calendar script modifies DOM in constructor, so component control cannot find appropriate element to attach to

> 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
>          Components: planning_all
>    Affects Versions: 3.3.0
>         Environment: 3.3.0.BETA2, IE6-7
>            Reporter: Alexander Dubovsky
>            Assignee: Nick Belaevski
>             Fix For: 3.3.0
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> 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

        



More information about the richfaces-issues mailing list