掲示板

Popup IE 8 error

13年前 に Kalam Azad によって更新されました。

Popup IE 8 error

New Member 投稿: 8 参加年月日: 10/08/24 最新の投稿
I am using Popup in my liferay application.

function ShowErrorDetailPopup() {

var popup = Liferay.Popup({
title: "Error Detail-1",
position:[300,80],
modal:true,
width:635
});

jQuery(popup).load('/html/error_report.html');
}


Firefox, chrome works well but IE-8 shows the following error:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729)
Timestamp: Tue, 24 Aug 2010 08:53:50 UTC


Message: Expected identifier
Line: 27
Char: 499
Code: 0
URI: http://192.168.20.34:9080/web/guest;jsessionid=1E2F8CB3882F46FD9A69ACB74942EFFA


Message: 'null' is null or not an object
Line: 1
Char: 106
Code: 0
URI: http://192.168.20.34:9080/web/guest;jsessionid=1E2F8CB3882F46FD9A69ACB74942EFFA



Can anybody help to fix this problem. Thanks.
13年前 に Kalam Azad によって更新されました。

RE: Popup IE 8 error

New Member 投稿: 8 参加年月日: 10/08/24 最新の投稿
Again I found that before Popup error when the page loads then the following script error happen:


Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729)
Timestamp: Wed, 25 Aug 2010 08:05:49 UTC

Message: Expected identifier
Line: 27
Char: 356
Code: 0
URI: http://192.168.20.34:9080/web/guest



After that Popup error as above post.

Anybody any idea about this error emoticon
thumbnail
13年前 に Andreas Netter によって更新されました。

RE: Popup IE 8 error

Junior Member 投稿: 32 参加年月日: 06/05/19 最新の投稿
Which Liferay Version do you use?
In 6.0.4 there was a bug with Popups and IE8/IE7.
see this post

It is fixed in 6.0.5
13年前 に Kalam Azad によって更新されました。

RE: Popup IE 8 error

New Member 投稿: 8 参加年月日: 10/08/24 最新の投稿
Thanks Andreas, I am using Liferay 5.2.3.

Any idea that was this bug in this version also?
thumbnail
13年前 に Andreas Netter によって更新されました。

RE: Popup IE 8 error

Junior Member 投稿: 32 参加年月日: 06/05/19 最新の投稿
Hi Kalam,
the bug was not present in 5.2.3.