[
https://issues.jboss.org/browse/RF-11343?page=com.atlassian.jira.plugin.s...
]
Ján Jamrich edited comment on RF-11343 at 5/11/12 8:04 AM:
-----------------------------------------------------------
Tried on JBoss AS 7.0.2.Final and on JBoss AS 7.1.1.Final
RichFaces 4.2.2.Final
Metamer 4.2.2.20120509-Final
Unknown version of JSF
JBoss AS 7.1.1.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Chrome 18.0.1025.151 @ Linux i686
was (Author: jjamrich):
RichFaces 4.2.2.Final
Metamer 4.2.2.20120509-Final
Unknown version of JSF
JBoss AS 7.1.1.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Chrome 18.0.1025.151 @ Linux i686
tooltip: does not work attached to parent input
-----------------------------------------------
Key: RF-11343
URL:
https://issues.jboss.org/browse/RF-11343
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Final
Environment: Firefox 6, IE 8, MyFaces 2.0.3, Websphere AS 8
Reporter: Dmitry Volkov
Assignee: Ján Jamrich
Tooltip does not work:
{code:xml}
<h:form>
<a4j:outputPanel id="pn">
<h:inputText>
<rich:tooltip>
Hello world!
</rich:tooltip>
</h:inputText>
<a4j:commandButton value="rerender" render="pn"/>
</a4j:outputPanel>
</h:form>
{code}
But works after ajax rerender("rerender" button click).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira