[ 
https://issues.apache.org/jira/browse/OFBIZ-4120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-4120:
-----------------------------------

    Description: 
By using more an more javascript we forget sometimes that it may not available 
and OFBiz features should continue to work even it's not as easier than wih 
javascript.

The 1st thing I'd like to do is also to not depend on the javascripEnabled=Y 
parameter passed from the login URL (it's stored in the session) to determine 
if we use javascrip or not. But to use jQuery cookie plugin to test if we can 
create a cookie, else we know that javascrip is not available

  was:By using more an more javascript we forget sometimes that it may not 
available and OFBiz features should continue to work even it's not as easier 
than wih javascript 


> Umbrella task for features which use javascript to degrade gracefully 
> ----------------------------------------------------------------------
>
>                 Key: OFBIZ-4120
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4120
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>
> By using more an more javascript we forget sometimes that it may not 
> available and OFBiz features should continue to work even it's not as easier 
> than wih javascript.
> The 1st thing I'd like to do is also to not depend on the javascripEnabled=Y 
> parameter passed from the login URL (it's stored in the session) to determine 
> if we use javascrip or not. But to use jQuery cookie plugin to test if we can 
> create a cookie, else we know that javascrip is not available

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to