[
https://issues.jboss.org/browse/RF-9872?page=com.atlassian.jira.plugin.sy...
]
Jiří Štefek reopened RF-9872:
-----------------------------
Assignee: (was: Anton Belevich)
# deploy Metamer and open
http://localhost:8080/metamer/faces/components/richInplaceInput/simple.xhtml
# set @showControls=true
# open console and run this command:
{code}$("[id='form:inplaceInputCancelbtn']").trigger('click');{code}
* have: an ajax request is sent
* expected: no request is sent
With this command it works as expected:
{code}$("[id='form:inplaceInputCancelbtn']").trigger('mousedown');{code}
Inplace input: ajax request sent when cancel button clicked
-----------------------------------------------------------
Key: RF-9872
URL:
https://issues.jboss.org/browse/RF-9872
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20201
Metamer 4.0.0-SNAPSHOT r.20203
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 7.0.517.44 @ Linux x86_64
Reporter: Pavol Pitonak
Priority: Critical
Fix For: 4.0.0.Milestone5
1. deploy Metamer and open
http://localhost:8080/metamer/faces/components/richInplaceInput/simple.xhtml
2. set showControls=true
3. click on inplace input, change value and click cancel button
result:
an ajax request is sent (status and time in header change)
--
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