Opened 12 years ago

Closed 12 years ago

#1910 closed defect (fixed)

Quick Plot: "Print" button never enables after the first launch up on IE 8

Reported by: wuma Owned by: Mars Wu
Priority: medium Milestone: 2.4
Component: General Version:
Severity: major Keywords:
Cc: External ID: 1440635.01

Description

The steps to reproduce the problem are:

  1. Using the Sheboygan dataset, add the Quick Plot widget to a Basic Web Layout.
  2. Open the map in the Browser (IE) and click the Quick Plot button.
  3. In the Quick Plot pane, set Advanced options and then click Generate. The preview window shows up with print preview. So everything is ok.
  4. After this, click the Cancel button in the preview dialog and without touching anything in the map click again the Generate button in the Quick Plot panel.

Result: the print preview won't load and the loading process will hang. You will have to close the browser window.

The problem occurs with Internet Explorer 8 and earlier version only. It happens with both Basic and Flexible web layout.

It's because the cache mechanism of IE before 9.0. If the second request image src is the same as the first one, IE will not send out the request but direclty fires the "ImageLoaded" event which messes up the logic of quick plot - because something supposed to happen later happens earlier. The solution is: append a timestamp to the image src url which makes the url different for each request. Then IE will not cache the image and the events will fire in the expected order.

Attachments (2)

quickplot_ie8_fusion.patch (1.2 KB ) - added by wuma 12 years ago.
quickplot_ie8_basic.patch (1.1 KB ) - added by wuma 12 years ago.

Download all attachments as: .zip

Change History (3)

by wuma, 12 years ago

Attachment: quickplot_ie8_fusion.patch added

by wuma, 12 years ago

Attachment: quickplot_ie8_basic.patch added

comment:1 by wuma, 12 years ago

Resolution: fixed
Status: newclosed

Basic: r6406

Fusion: r2509

Note: See TracTickets for help on using tickets.