toolBarGroup: events do not work for component.
-----------------------------------------------
Key: RF-3861
URL:
https://jira.jboss.org/jira/browse/RF-3861
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Alexander Dubovsky
Assignee: Andrei Markavtsov
Priority: Critical
Fix For: 3.2.2
Events do not work for toolBarGroup component.
Source:
<rich:toolBar>
<rich:toolBarGroup onclick="alert('!!!')"
ondblclick="alert('!!!')"
onkeydown="alert('!!!')"
onkeypress="alert('!!!')"
onkeyup="alert('!!!')"
onmousedown="alert('!!!')"
onmousemove="alert('!!!')"
onmouseout="alert('!!!')"
onmouseover="alert('!!!')"
onmouseup="alert('!!!')">
<h:outputText value="test" />
<h:inputText value="test" />
</rich:toolBarGroup>
</rich:toolBar>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: