Hi Folks,
Clarion 8 (last), Nettalk 7.25.
I've got a form with a button and a browse on it.
When clicked, the button calls a function which processes away, adding records to a memory file.
After it's finished, the browse is refreshed.
The processing is not simple, but it's not uber-hard either.
Sometimes (but not always) the button will "stay gray", and the browse is not refreshed.Usually that means, in my experience, badly coded xhtml (not compliant).
But firing up Firebug showed me a different story.
(images attached)
Basically the POST goes red with the status of "Aborted". Not "200 Aborted", just "Aborted".
Can't find anything too helpful on google/SO, except maybe this (
http://stackoverflow.com/questions/12116641/how-to-solve-firebugs-aborted-messages-upon-ajax-requests).
I know there's something wrong, because the button stays gray and the refresh etc doesn't happen.
BUT it cannot be 100% replicated. Sometimes it works okay. Sometimes not.
As the screen shows, it's 271ms in this instance. Could there be a time-out issue?
[Edit #1]
This behaviour happens in a browser that is run directly on the server, and on browsers inside the network, and browsers outside the network (ie, from anywhere).
[attachment deleted by admin]