[
https://issues.apache.org/jira/browse/OFBIZ-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrian Crum updated OFBIZ-1648:
-------------------------------
Attachment: ofbiz_ajax.patch
Updated ofbiz_ajax.patch.
I'm stuck and I need help from someone familiar with JavaScript. The code in
this patch is ready for committing, but there is one problem I can't solve -
multiple Ajax requests work great in Firefox, but not in IE.
In the Ajax Example screen in the Example component, when a user submits the
New Example form, the list and the form should get updated. Two Ajax requests
are sent out. IE updates the list, but not the form.
I confirmed IE calls the ajaxUpdateAreas function in selectall.js (line 226).
The string argument is correct. I thought maybe the multiple Ajax.Updater
instances were erasing each other, so I assigned each one to an array element -
that didn't fix it.
I'm sure it's some weird quirk in how IE handles variable or function scoping,
but I don't know what the problem is.
Any help would be appreciated!
> Sandbox: Improved Screen Widgets, adding 3rd party rendering library support
> ----------------------------------------------------------------------------
>
> Key: OFBIZ-1648
> URL: https://issues.apache.org/jira/browse/OFBIZ-1648
> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Reporter: Adrian Crum
> Priority: Minor
> Attachments: ofbiz_ajax.patch, ofbiz_ajax.patch, ofbiz_ajax.patch,
> ofbiz_ajax.patch, widget_improvements.patch
>
>
> Discuss screen widget modifications and enhancements that will make the
> screen widgets more robust. Everyone is welcome to review and comment.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.