[
https://issues.jboss.org/browse/RF-13158?page=com.atlassian.jira.plugin.s...
]
Juraj Húska updated RF-13158:
-----------------------------
Steps to Reproduce:
# deploy metamer
# load
http://localhost:8080/metamer/faces/components/richInplaceSelect/simple.x...
# set attribute {{saveOnSelect}} to {{false}}
# set attribute {{showControlls}} to {{true}}
# click on the {{inplaceSelect}} so the options popup is shown
# choose something from the option list
# click on the button with value "cancel"
# see the JS error being thrown
was:
# deploy metamer
# load
http://localhost:8080/metamer/faces/components/richInplaceSelect/simple.x...
# click on the button with value "cancel"
# see the JS error being thrown
r:inplaceSelect - cancel method from JS API is undefined
--------------------------------------------------------
Key: RF-13158
URL:
https://issues.jboss.org/browse/RF-13158
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-selects
Affects Versions: 5.0.0.Alpha1
Reporter: Juraj Húska
I have tried to invoke {{cancel}} method of {{inplaceSelect}}.
I am getting undefined JS error, when doing so:
{code}
Uncaught TypeError: Cannot read property 'value' of undefined
{code}
The method is defined in {{inplaceBase.js}},
[
here|https://github.com/richfaces/richfaces/blob/master/framework/src/mai...],
however, it does not work.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira