Actions
Bug #2917
closedSession error on IE7 and IE8
Start date:
19 October 2011
Due date:
% Done:
100%
Estimated time:
Description
The ajax calls result in session errors on IE7 and IE8. It works fine on IE9 and suspect jQuery incompatibilities.
Updated by krileon over 13 years ago
CB File works just fine, so review how it's performing its ajax calls and apply any necessary fixes to ajax text.
Updated by krileon over 13 years ago
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.
Updated by krileon over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Was failing due to missing method="post", once added it now functions
Actions