[JBoss JIRA] (RF-13395) Showcase 4.5.x, input number slider
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13395?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-13395.
-----------------------------
Resolution: Done
Resource library corrected.
> Showcase 4.5.x, input number slider
> -----------------------------------
>
> Key: RF-13395
> URL: https://issues.jboss.org/browse/RF-13395
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.5.0.Alpha1
> Environment: JBoss AS 7.1
> Firefox 25
> Reporter: Matej Novotny
> Assignee: Lukáš Fryč
> Priority: Blocker
> Fix For: 4.5.0.Alpha1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> This is a follow-up issue to [https://issues.jboss.org/browse/RF-13186].
> It is about a RF 4.5.x Showcase.
> The bug only occurs when _resource optimization_ is set to _False_ and I was also using a different _project stage_ to avoid JSF bug mentioned in RF-13186.
> {code}
> <context-param>
> <param-name>javax.faces.PROJECT_STAGE</param-name>
> <param-value>Production</param-value>
> </context-param>
> {code}
> Using these settings go to [inputs->inputNumberSlider|http://localhost:8080/showcase/richfaces/component-sample.jsf?demo=inputNumberSlider&skin=blueSky] and try to interact with the component. There is no response and in a web console is a JS type error (with a //TODO note attached to that line of code).
> {code}
> Uncaught TypeError: Object [object Object] has no method 'setPosition' inputNumberSlider.js;jsessionid=YuqiPJsXtBxYRSB91vgCso2m.undefined:145
> {code}
> The error refers to [this|https://github.com/richfaces4/components/blob/4.5.x/rich/src/main/re...] line on GitHub.
> Otherwise I found no problems/errors/warnings.
--
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
11 years
[JBoss JIRA] (RF-13395) Showcase 4.5.x, input number slider
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13395?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13395:
---------------------------------
In the console, I can se:;
{code}
19:04:53,404 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "richfaces-showcase.war" (runtime-name : "richfaces-showcase.war")
19:05:01,245 WARNING [javax.enterprise.resource.webcontainer.jsf.application] (http-localhost/127.0.0.1:8080-3) JSF1064: Unable to find or serve resource, jquery.position.js.
19:08:19,785 WARNING [javax.enterprise.resource.webcontainer.jsf.application] (http-localhost/127.0.0.1:8080-6) JSF1064: Unable to find or serve resource, jquery.position.js.
{code}
> Showcase 4.5.x, input number slider
> -----------------------------------
>
> Key: RF-13395
> URL: https://issues.jboss.org/browse/RF-13395
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.5.0.Alpha1
> Environment: JBoss AS 7.1
> Firefox 25
> Reporter: Matej Novotny
> Assignee: Lukáš Fryč
> Priority: Blocker
> Fix For: 4.5.0.Alpha1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> This is a follow-up issue to [https://issues.jboss.org/browse/RF-13186].
> It is about a RF 4.5.x Showcase.
> The bug only occurs when _resource optimization_ is set to _False_ and I was also using a different _project stage_ to avoid JSF bug mentioned in RF-13186.
> {code}
> <context-param>
> <param-name>javax.faces.PROJECT_STAGE</param-name>
> <param-value>Production</param-value>
> </context-param>
> {code}
> Using these settings go to [inputs->inputNumberSlider|http://localhost:8080/showcase/richfaces/component-sample.jsf?demo=inputNumberSlider&skin=blueSky] and try to interact with the component. There is no response and in a web console is a JS type error (with a //TODO note attached to that line of code).
> {code}
> Uncaught TypeError: Object [object Object] has no method 'setPosition' inputNumberSlider.js;jsessionid=YuqiPJsXtBxYRSB91vgCso2m.undefined:145
> {code}
> The error refers to [this|https://github.com/richfaces4/components/blob/4.5.x/rich/src/main/re...] line on GitHub.
> Otherwise I found no problems/errors/warnings.
--
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
11 years