Bug #2917
closed
Session error on IE7 and IE8
Added by krileon over 13 years ago.
Updated over 13 years ago.
Start date:
19 October 2011
Description
The ajax calls result in session errors on IE7 and IE8. It works fine on IE9 and suspect jQuery incompatibilities.
CB File works just fine, so review how it's performing its ajax calls and apply any necessary fixes to ajax text.
File field works because it has no spoof checking. It adds the spoof check fields, but then it doesn't go to check them in fieldClass. However, the ajax text field does check them because it does parent::fieldClass. So need to understand why the ajax POST isn't going anywhere (none of the inputs post with the form, which is why the spoof check fails) and also fix the vulnerability in the file field.
- Status changed from New to Resolved
- % Done changed from 0 to 100
Was failing due to missing method="post", once added it now functions
- Status changed from Resolved to Closed
Also available in: Atom
PDF