Project

General

Profile

Actions

Tareas #76

closed

Tareas #64: Responsive design

AJAX calls compatible with IE

Added by Jesús Freire about 7 years ago. Updated about 7 years ago.

Status:
Cerrada
Priority:
Normal
Assignee:
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
8:00 h
Spent time:
Puntos de historia:
4

Description

Make AJAX calls compatible with Internet Explorer.
Encapsulate the next Javascript code into a function for all dialogs:

var xhttp;
if (window.XMLHttpRequest) {
    // code for IE7+, Firefox, Chrome, Opera, Safari
    xhttp = new XMLHttpRequest();
} else {
    // code for IE6, IE5
    xhttp = new ActiveXObject("Microsoft.XMLHTTP");
}

Actions #1

Updated by Jesús Freire about 7 years ago

  • Status changed from Nueva to En curso
Actions #2

Updated by Jesús Freire about 7 years ago

  • % Done changed from 20 to 50
  • Puntos de historia changed from 0 to 4
Actions #3

Updated by Jesús Freire about 7 years ago

  • Status changed from En curso to Resuelta
  • % Done changed from 50 to 90

Applied in changeset obd-server|r187.

Actions #4

Updated by Jesús Freire about 7 years ago

  • Status changed from Resuelta to Cerrada
  • % Done changed from 90 to 100

Modify .style by .style.display for IE compatibility purposes

Actions

Also available in: Atom PDF