[richfaces-issues] [JBoss JIRA] Created: (RF-6487) ToolTip shows old content in ajax mode.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Mon Mar 9 06:04:23 EDT 2009


ToolTip shows old content in ajax mode.
---------------------------------------

                 Key: RF-6487
                 URL: https://jira.jboss.org/jira/browse/RF-6487
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0, 3.3.1
         Environment: 3.3.0.GA
3.3.1.SNAPSHOT
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
            Priority: Minor


Source:
<h:outputText id="text" value="ToolTip should be here">
			<rich:toolTip mode="ajax" value="#{cComp.val}"></rich:toolTip>
		</h:outputText>
		<br />
		<a4j:commandButton action="#{cComp.action}"
			value="change" />

public void action() {
		val += "-add";
	}

# Point on text => toolTip is shown twice: the 1th time it was empty and placed in left upper corner; the 2th time it shows correct content.
# Click "change" button and point on text again.
Result: toolTip is shown twice: the 1th time it shows old content (from step 1); the 2th time all is OK.

Time interval between two appearances is short but is visible.

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