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

Tsikhon Kuprevich commented on RF-6686:
---------------------------------------

The same result with the code below:

<h:form id="formID">
<rich:colorPicker id="cp" ></rich:colorPicker>
<a4j:commandButton value="reRender" reRender="cp"></a4j:commandButton>
</h:form> 

> colorPicker: ajax buzzes on rerendering the component
> -----------------------------------------------------
>
>                 Key: RF-6686
>                 URL: https://jira.jboss.org/jira/browse/RF-6686
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>         Environment: 3.3.1.BETA2
> facelets
> sun ri 1.2.12
> Jboss server 3.2.3
>            Reporter: Tsikhon Kuprevich
>            Assignee: Nick Belaevski
>            Priority: Critical
>
> Try the following steps for the code sample below.
> 1. Click "reRender" button
> => ajax status sticks in "wait..." state
> ---------------------------------
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> <ui:composition xmlns="http://www.w3.org/1999/xhtml";
>       xmlns:ui="http://java.sun.com/jsf/facelets";
>       xmlns:h="http://java.sun.com/jsf/html";
>       xmlns:f="http://java.sun.com/jsf/core";
>       xmlns:a4j="http://richfaces.org/a4j";
>       xmlns:rich="http://richfaces.org/rich";>
>       <meta http-equiv="Content-Type" content="application/xhtml+xml; 
> charset=UTF-8" />
>       <body>
>       <f:view>
>               <a4j:status startText="wait..." stopText="Done."></a4j:status>
>               <h:form id="formID">
>                       <rich:colorPicker ></rich:colorPicker>
>                               <a4j:commandButton value="reRender" 
> reRender="formID"></a4j:commandButton>
>               </h:form>
>       </f:view>
>       </body>
> </ui:composition>

-- 
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