[
https://issues.jboss.org/browse/RF-13720?page=com.atlassian.jira.plugin.s...
]
Brian Leathem edited comment on RF-13720 at 8/6/14 3:39 PM:
------------------------------------------------------------
On the desktop version the file _richfaces-csv.js_ is downloaded separately when the page
loads. On the mobile version, there is no page load, but rather the sample is rendered
via an ajax request. We can't add resources to the page via an ajax request
(RF-12270) so the _richfaces-csv.js_ file is absent.
This file should be included in packed.js so that it is available in the mobile showcase.
was (Author: bleathem):
On the desktop version the file _richfaces-csv.js_ is downloaded separately when the page
loads. On the mobile version, there is no page load, but rather the sample is rendered
via an ajax request. We can't add resources to the page via an ajax request
(RF-12427) so the _richfaces-csv.js_ file is absent.
This file should be included in packed.js so that it is available in the mobile showcase.
Mobile Showcase - CSV demo with JS error and does not work
----------------------------------------------------------
Key: RF-13720
URL:
https://issues.jboss.org/browse/RF-13720
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-validators
Affects Versions: 4.5.0.Alpha3
Environment: mobile devices
Reporter: Juraj Húska
Labels: mobile, regression
Fix For: 4.5.0.Beta1
Original Estimate: 4 hours
Remaining Estimate: 4 hours
Showcase demo for _client side validation_ is not working on mobile devices.
There is a JS error thrown, stating:
{code}
TypeError: RichFaces.csv.validate is not a function
if(clientHandler){clientHandler.call(this,event)
{code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)