]
Michal Petrov resolved RF-13770.
--------------------------------
Assignee: Michal Petrov
Resolution: Done
The EventsKeyProps interface had badly defined event names, previously the components were
defining their own attributes and overriding it which I removed. (RF-13686)
Output panel: onkeydown, onkeyup and onkeypress don't work
----------------------------------------------------------
Key: RF-13770
URL:
https://issues.jboss.org/browse/RF-13770
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-output, regression
Affects Versions: 4.5.0.Alpha3
Reporter: Pavol Pitonak
Assignee: Michal Petrov
Priority: Critical
Attributes onkeypress, onkeydown and onkeyup of a:outputPanel stopped working. Affects
all browsers - it's not rendered in html.
It's a *regression* since it worked fine in 4.5.0.Alpha3.
It's questionable how useful these attributes are since it's not possible to fire
these events in common ways, only using JavaScript/Selenium.