Author: abelevich
Date: 2011-01-25 10:30:23 -0500 (Tue, 25 Jan 2011)
New Revision: 21215
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml
Log:
https://issues.jboss.org/browse/RF-10044 Inplace input: attribute onchange ignored
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml 2011-01-25
15:30:09 UTC (rev 21214)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richInplaceInput/simple.xhtml 2011-01-25
15:30:23 UTC (rev 21215)
@@ -55,7 +55,7 @@
noneClass="#{richInplaceInputBean.attributes['noneClass'].value}"
onblur="#{richInplaceInputBean.attributes['onblur'].value}"
onclick="#{richInplaceInputBean.attributes['onclick'].value}"
-
onchange="#{richInplaceInputBean.attributes['onclick'].value}"
+
onchange="#{richInplaceInputBean.attributes['onchange'].value}"
ondblclick="#{richInplaceInputBean.attributes['ondblclick'].value}"
onfocus="#{richInplaceInputBean.attributes['onfocus'].value}"
oninputclick="#{richInplaceInputBean.attributes['oninputclick'].value}"