[JBoss JIRA] (RF-13677) InputNumberSlider & Spinner render does not work when nested in iteration components
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13677?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13677:
-----------------------------
Summary: InputNumberSlider & Spinner render does not work when nested in iteration components (was: InputNumberSlider & Spinner render does not work when nested iteration components)
> InputNumberSlider & Spinner render does not work when nested in iteration components
> ------------------------------------------------------------------------------------
>
> Key: RF-13677
> URL: https://issues.jboss.org/browse/RF-13677
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Assignee: Michal Petrov
> Labels: regression
> Fix For: 4.5.0.Alpha3
>
>
> When {{inputNumberSlider}} or {{inputNumberSpinner}} is nested in either of these iteration components:
> * uiRepeat
> * a4jRepeat
> * richExtendedDataTable
> * richCollapsibleSubTable
> * richDataGrid
> * richDataTable
> then the property of the bean bound to its {{value}} attribute is not updated by ajax request.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13677) InputNumberSlider & Spinner does not update value in bean when nested iteration components
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13677?page=com.atlassian.jira.plugin.s... ]
Michal Petrov commented on RF-13677:
------------------------------------
The value in the bean is updated, it's just the render that is not working correctly. In case of the example above the render is called on {{form:containerRichDataTable:0:output}} but it should be {{…:2:output}}.
I am also getting an error when switching templates.
> InputNumberSlider & Spinner does not update value in bean when nested iteration components
> ------------------------------------------------------------------------------------------
>
> Key: RF-13677
> URL: https://issues.jboss.org/browse/RF-13677
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Assignee: Michal Petrov
> Labels: regression
> Fix For: 4.5.0.Alpha3
>
>
> When {{inputNumberSlider}} or {{inputNumberSpinner}} is nested in either of these iteration components:
> * uiRepeat
> * a4jRepeat
> * richExtendedDataTable
> * richCollapsibleSubTable
> * richDataGrid
> * richDataTable
> then the property of the bean bound to its {{value}} attribute is not updated by ajax request.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13660) RichFaces 4.5 integration tests - error after test execution
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13660?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-13660:
----------------------------------
Assignee: Brian Leathem
> RichFaces 4.5 integration tests - error after test execution
> ------------------------------------------------------------
>
> Key: RF-13660
> URL: https://issues.jboss.org/browse/RF-13660
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 4.5.0.Alpha2
> Environment: AS: Wildfly
> Browser: PhantomJS
> Reporter: Matej Novotny
> Assignee: Brian Leathem
> Fix For: 4.5.0.Alpha3
>
>
> This issue originated from RF-13591.
> There is an error in server log after execution of [ITResourceMapping|https://github.com/richfaces/richfaces/blob/4.5.x/core/...].
> The test itself passes (use PhantomJS) and afterwards there is an error in server console. This does not affect the build as everything gets completed however it results in Jenkins job failure on some machines.
> Currently the Jenkins job passes (machine running the tests was changed) but before it was failing after execution of this particular test. See the [Jenkins job resulsts|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/...].
> The exception in server console is:
> {code}
> 12:36:37,481 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-1) Unexpected exception when attempting to tear down the Mojarra runtime: java.lang.NullPointerException
> at org.richfaces.application.ServiceTracker.release(ServiceTracker.java:135) [richfaces.jar:]
> at org.richfaces.application.InitializationListener.onStop(InitializationListener.java:93) [richfaces.jar:]
> at org.richfaces.application.InitializationListener.processEvent(InitializationListener.java:165) [richfaces.jar:]
> at javax.faces.event.SystemEvent.processListener(SystemEvent.java:108) [jboss-jsf-api_2.2_spec-2.2.5.jar:2.2.5]
> at com.sun.faces.application.ApplicationImpl.processListeners(ApplicationImpl.java:2187) [jsf-impl-2.2.5-jbossorg-3.jar:]
> at com.sun.faces.application.ApplicationImpl.invokeListenersFor(ApplicationImpl.java:2163) [jsf-impl-2.2.5-jbossorg-3.jar:]
> at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:303) [jsf-impl-2.2.5-jbossorg-3.jar:]
> at org.jboss.as.jsf.injection.weld.ForwardingApplication.publishEvent(ForwardingApplication.java:294) [wildfly-jsf-injection-8.0.0.Final.jar:8.0.0.Final]
> at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:314) [jsf-impl-2.2.5-jbossorg-3.jar:]
> at io.undertow.servlet.core.ApplicationListeners.contextDestroyed(ApplicationListeners.java:185) [undertow-servlet-1.0.0.Final.jar:1.0.0.Final]
> at io.undertow.servlet.core.DeploymentImpl.destroy(DeploymentImpl.java:216) [undertow-servlet-1.0.0.Final.jar:1.0.0.Final]
> at io.undertow.servlet.core.DeploymentManagerImpl.undeploy(DeploymentManagerImpl.java:557) [undertow-servlet-1.0.0.Final.jar:1.0.0.Final]
> at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.stopContext(UndertowDeploymentService.java:117)
> at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.stop(UndertowDeploymentService.java:100)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:2056)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:2017)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]
> at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13677) InputNumberSlider & Spinner does not update value in bean when nested iteration components
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13677?page=com.atlassian.jira.plugin.s... ]
Michal Petrov reassigned RF-13677:
----------------------------------
Assignee: Michal Petrov
> InputNumberSlider & Spinner does not update value in bean when nested iteration components
> ------------------------------------------------------------------------------------------
>
> Key: RF-13677
> URL: https://issues.jboss.org/browse/RF-13677
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Assignee: Michal Petrov
> Labels: regression
> Fix For: 4.5.0.Alpha3
>
>
> When {{inputNumberSlider}} or {{inputNumberSpinner}} is nested in either of these iteration components:
> * uiRepeat
> * a4jRepeat
> * richExtendedDataTable
> * richCollapsibleSubTable
> * richDataGrid
> * richDataTable
> then the property of the bean bound to its {{value}} attribute is not updated by ajax request.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13640) Autocomplete with custom layout: cant select item by mouse
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13640?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13640.
--------------------------------
Labels: needs-backport needs-qe regression (was: needs-qe regression)
Resolution: Done
> Autocomplete with custom layout: cant select item by mouse
> ----------------------------------------------------------
>
> Key: RF-13640
> URL: https://issues.jboss.org/browse/RF-13640
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.6, 4.5.0.Alpha3
> Environment: Firefox 29.0.1
> Chrome 35.0.1916.114
> Reporter: liumin hu
> Assignee: Brian Leathem
> Labels: needs-qe, regression, needs-backport
> Fix For: 4.3.8, 4.5.0.Alpha3
>
>
> When the autocomplete component is used with a custom layout, n item in the suggestion list can not be selected by mouse, always the first one selected.
> This bug was not observable before 4.3.6.Final.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13677) InputNumberSlider & Spinner does not update value in bean when nested iteration components
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13677?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13677:
-------------------------------
Sprint: 4.5.0.Alpha3 - Sprint 4
> InputNumberSlider & Spinner does not update value in bean when nested iteration components
> ------------------------------------------------------------------------------------------
>
> Key: RF-13677
> URL: https://issues.jboss.org/browse/RF-13677
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Labels: regression
> Fix For: 4.5.0.Alpha3
>
>
> When {{inputNumberSlider}} or {{inputNumberSpinner}} is nested in either of these iteration components:
> * uiRepeat
> * a4jRepeat
> * richExtendedDataTable
> * richCollapsibleSubTable
> * richDataGrid
> * richDataTable
> then the property of the bean bound to its {{value}} attribute is not updated by ajax request.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months