[ https://issues.jboss.org/browse/RF-9872?page=com.atlassian.jira.plugin.sy... ]
Jiří Štefek closed RF-9872.
---------------------------
Resolution: Done
recreated in https://issues.jboss.org/browse/RF-13410
> Inplace input: when triggering 'click' event on control buttons a wrong request is made
> ---------------------------------------------------------------------------------------
>
> 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
> 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
[ https://issues.jboss.org/browse/RF-13410?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek updated RF-13410:
-----------------------------
Summary: Inplace components (select, input): when triggering 'click' event on control buttons a wrong request is made (was: Inplace input: when triggering 'click' event on control buttons a wrong request is made)
> Inplace components (select, input): when triggering 'click' event on control buttons a wrong request is made
> ------------------------------------------------------------------------------------------------------------
>
> Key: RF-13410
> URL: https://issues.jboss.org/browse/RF-13410
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.4, 5.0.0.Alpha1
> Reporter: Jiří Štefek
>
> # 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 HTTP request is sent
> * expected: no request is sent (canceling the value, when confirming an ajax request should be made)
> With this command it works as expected:
> {code}$("[id='form:inplaceInputCancelbtn']").trigger('mousedown');{code}
--
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
[ https://issues.jboss.org/browse/RF-13410?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek updated RF-13410:
-----------------------------
Description:
# 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 HTTP request is sent
* expected: no request is sent (canceling the value, when confirming an ajax request should be made)
With this command it works as expected:
{code}$("[id='form:inplaceInputCancelbtn']").trigger('mousedown');{code}
was:
# 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 HTTP request is sent
* expected: ajax request is sent
With this command it works as expected:
{code}$("[id='form:inplaceInputCancelbtn']").trigger('mousedown');{code}
> Inplace input: when triggering 'click' event on control buttons a wrong request is made
> ---------------------------------------------------------------------------------------
>
> Key: RF-13410
> URL: https://issues.jboss.org/browse/RF-13410
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.4, 5.0.0.Alpha1
> Reporter: Jiří Štefek
>
> # 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 HTTP request is sent
> * expected: no request is sent (canceling the value, when confirming an ajax request should be made)
> With this command it works as expected:
> {code}$("[id='form:inplaceInputCancelbtn']").trigger('mousedown');{code}
--
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
[ https://issues.jboss.org/browse/RF-13410?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek updated RF-13410:
-----------------------------
Description:
# 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 HTTP request is sent
* expected: ajax request is sent
With this command it works as expected:
{code}$("[id='form:inplaceInputCancelbtn']").trigger('mousedown');{code}
was:
# 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: when triggering 'click' event on control buttons a wrong request is made
> ---------------------------------------------------------------------------------------
>
> Key: RF-13410
> URL: https://issues.jboss.org/browse/RF-13410
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.4, 5.0.0.Alpha1
> Reporter: Jiří Štefek
>
> # 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 HTTP request is sent
> * expected: ajax request is sent
> With this command it works as expected:
> {code}$("[id='form:inplaceInputCancelbtn']").trigger('mousedown');{code}
--
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
[ https://issues.jboss.org/browse/RF-13410?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek updated RF-13410:
-----------------------------
Environment: (was: 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)
> Inplace input: when triggering 'click' event on control buttons a wrong request is made
> ---------------------------------------------------------------------------------------
>
> Key: RF-13410
> URL: https://issues.jboss.org/browse/RF-13410
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.4, 5.0.0.Alpha1
> Reporter: Jiří Štefek
>
> 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
[ https://issues.jboss.org/browse/RF-13410?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek updated RF-13410:
-----------------------------
Description:
# 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}
was:
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)
> Inplace input: when triggering 'click' event on control buttons a wrong request is made
> ---------------------------------------------------------------------------------------
>
> Key: RF-13410
> URL: https://issues.jboss.org/browse/RF-13410
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.4, 5.0.0.Alpha1
> Reporter: Jiří Štefek
>
> # 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}
--
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
[ https://issues.jboss.org/browse/RF-13410?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek updated RF-13410:
-----------------------------
Affects Version/s: 5.0.0.Alpha1
4.3.4
(was: 4.0.0.Milestone4)
> Inplace input: when triggering 'click' event on control buttons a wrong request is made
> ---------------------------------------------------------------------------------------
>
> Key: RF-13410
> URL: https://issues.jboss.org/browse/RF-13410
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.4, 5.0.0.Alpha1
> 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: Jiří Štefek
>
> 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
[ https://issues.jboss.org/browse/RF-13410?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek updated RF-13410:
-----------------------------
Fix Version/s: (was: 4.0.0.Milestone5)
> Inplace input: when triggering 'click' event on control buttons a wrong request is made
> ---------------------------------------------------------------------------------------
>
> Key: RF-13410
> URL: https://issues.jboss.org/browse/RF-13410
> 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: Jiří Štefek
>
> 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
Jiří Štefek created RF-13410:
--------------------------------
Summary: Inplace input: when triggering 'click' event on control buttons a wrong request is made
Key: RF-13410
URL: https://issues.jboss.org/browse/RF-13410
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: Jiří Štefek
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
[ https://issues.jboss.org/browse/RF-13409?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13409:
-----------------------------
Description:
{{PlotClickEvent}} {{toString}} method needs some improvements:
* there is missing space in returned value
* it is not platform independent - uses {{\n}} as line separator.
Steps to reproduce:
1. load latest showcase chard demo for event handling:
This can be seen in showcase:
http://showcaselatest-richfaces.rhcloud.com/richfaces/component-sample.js...
2. click on some point
3. See the missing space in the msg.
was:
{{PlotClickEvent}} {{toString}} method needs some improvements:
* there is missing space in returned value
* it is not platform independent - uses {{\n}} as line separator.
> PlotClickEvent - toString method return value needs better formatting and is not platform independent
> -----------------------------------------------------------------------------------------------------
>
> Key: RF-13409
> URL: https://issues.jboss.org/browse/RF-13409
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 5.0.0.Alpha2
> Reporter: Juraj Húska
> Assignee: Juraj Húska
>
> {{PlotClickEvent}} {{toString}} method needs some improvements:
> * there is missing space in returned value
> * it is not platform independent - uses {{\n}} as line separator.
> Steps to reproduce:
> 1. load latest showcase chard demo for event handling:
> This can be seen in showcase:
> http://showcaselatest-richfaces.rhcloud.com/richfaces/component-sample.js...
> 2. click on some point
> 3. See the missing space in the msg.
--
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