Project

General

Profile

Actions

Support #346

closed

Problem with IE8

Added by Anonymous almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
04/26/2010
Due date:
% Done:

0%

Estimated time:

Description

My page generated with WT is embedded in an iframe. Using IE8 it often happens that the page is not shown and IE shown an error in the status bar.

The error is on

<!--[if gte IE 6]>


<![endif]-->

in the line of the closing iframe tag.

The application is loaded as fcgi on a linux apache server. When I look into the log file I see that the error occurs if the request=script is listed before request=recource in in the log file.

If first the request for recource is listed and then the request for script it has worked.

Is there something I can do against this? Do you have some hints?

I did not see this problem, if the application was called directly without the iframe.

Actions #1

Updated by Koen Deforche almost 14 years ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche

The script was accessing 'document' which does not always exist when Wt was run from within an iframe on IE. This has been fixed in latest git.

Actions #2

Updated by Koen Deforche almost 14 years ago

  • Status changed from Resolved to Closed

Fixed in 3.1.3

Actions

Also available in: Atom PDF