Project

General

Profile

Actions

Bug #2917

closed

Session error on IE7 and IE8

Added by krileon over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
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.

Actions #1

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.

Actions #3

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.

Actions #4

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 #5

Updated by krileon over 13 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF