[
https://issues.apache.org/jira/browse/OFBIZ-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902752#action_12902752
]
Sascha Rodekamp commented on OFBIZ-3863:
----------------------------------------
To the product jump issue. jQuery and Prototype have a slightly different API.
for example Prototype gets a value by simply use the .value method, jQuery in
case uses .attr('value') or val(). Another point was, that the script try to
reach the input field by ID, but the IDs for Lookups and autocomplete fields
are auto generated, so i had to change the way how the input field is called.
That was the case why it was not working. I just changed the
> selectall.js jquery transformation
> ----------------------------------
>
> Key: OFBIZ-3863
> URL: https://issues.apache.org/jira/browse/OFBIZ-3863
> Project: OFBiz
> Issue Type: Sub-task
> Components: ALL COMPONENTS
> Affects Versions: jQuery
> Reporter: Sascha Rodekamp
> Assignee: Jacques Le Roux
> Fix For: jQuery
>
> Attachments: errorjQuery.png, jeditable.zip,
> OFBIZ-3863_ajaxSubmitFormUpdateAreas.patch, OFBIZ-3863_autocomplete.patch,
> OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete_inplaceedit.patch,
> OFBIZ-3863_dateTimeField.patch, OFBIZ-3863_selectallUpdate.patch,
> OFBIZ-3863_selectallUpdate.patch, OFBIZ-3863_selectallUpdate.patch,
> OFBIZ-3863_selectallUpdate.patch, OFBIZ-3863_toggleScreenlet.patch
>
>
> Hi,
> i started to change the selectall.js methods.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.