Hello,
I have developed an application that uses AJAX:
- to detect actions on certain fields ( capture entries in global variables ) with onClick and onChange
- and field AJAX ( on some other fields ) to update dependent listbox ( onChange event too I suppose ).
One of the field has both AJAX to update program variables, and AJAX to refresh a dependent listbox ( to be noted that the AJAX events are not looping from triggering perspective or inter-dependencies ). This opens two questions from my rookie edge :
- Could the problem result from a code conflict whilst generated by the scriptcase engine ?
- Does one know whether it's possible to have this configuration or should I refresh my dependent listbox with my AJAX procedure and no longer rely on the AJAX Field refresh configuration ?
On the other hand, I have tested the application, and it does what it has to, when run on Edge, Internet Explorer, or Chrome, and it shows very strange behaviours under firefox : AJAX does not refresh fields, nor the global variables I’m updating upon such events.
When I have a look at the console, I can spot : [INDENT]Use of captureEvents() is deprecated. To upgrade your code, use the DOM 2 addEventListener() method. For more help http://developer.mozilla.org/en/docs…dEventListener[/INDENT] on a file called [INDENT]digita.js :87:7[/INDENT]
Is there any chance the problem I have with AJAX on firefox comes from that deprecated function in use by Scriptcase engine ? Has anyone else already met such off behaviours and eventually has found solutions to solve the problem, or should this be reported as a bug to scriptcase ?
Thanks for help