[richfaces-issues] [JBoss JIRA] Commented: (RF-6542) colorPicker: component functionality crash after ajax rerender in FF 3.0.7 only.

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Fri Apr 3 09:14:22 EDT 2009


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

Tsikhon Kuprevich commented on RF-6542:
---------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<!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"
	xmlns:html="http://www.w3.org/1999/xhtml">


	<f:view>
		<head>
		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
		</head>
		<body>
		<a4j:status startText="wait..." stopText="Done."></a4j:status>
		<h:form id="formID">
			<rich:colorPicker id="cp"></rich:colorPicker>

			<a4j:commandButton value="reRender" reRender="cp"></a4j:commandButton>

		</h:form>
		</body>

	</f:view>

</ui:composition>

> colorPicker: component functionality crash after ajax rerender in FF 3.0.7 only.
> --------------------------------------------------------------------------------
>
>                 Key: RF-6542
>                 URL: https://jira.jboss.org/jira/browse/RF-6542
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>         Environment: FF 3.0.7(3.3.1-SNAPSHOT)
>            Reporter: Mikhail Vitenkov
>            Assignee: Gleb Galkin
>             Fix For: 3.3.1
>
>
> #1. Add rich:colorPicker with following button on the page:
>  <a4j:commandButton value="submit" reRender="<colorPicker id>"></a4j:commandButton>
> #2. Navigate to this page and call component popup.
> #3. Choose any color - r,g,b,h,s,b - change their values during color selection.
> #4. Click "submit" button and then call component popup.
> #5. Try to select any color.
> Actual behavior:
> Color cannot be selected, r,g,b,h,s,b parameters aren't changed. In FF 2 everything works fine.

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