Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
io  
#1 Posted : Friday, August 31, 2007 9:33:42 PM(UTC)
io

Rank: Member

Groups: Member
Joined: 6/25/2006(UTC)
Posts: 20

An EventListener is not working in Opera, i have Opera 8.54.
No errors.
Empty JavaScript console.
No error messages in Java console.
Just nothing happens.

IE, FireFox with the samer code are working OK.
Code:
...
var iu = new ImageUploaderWriter("ImageUploader", iux, iuy);
iu.javaAppletVersion = "2.5.35.0";
...
iu.addEventListener("UploadFileCountChange", "ImageUploader_UploadFileCountChange");
iu.addEventListener("ViewChange", "ImageUploader_ViewChange");
iu.addEventListener("Progress", "ImageUploader_Progress");
...
But, say, UploadFileCountChange could be fired manually with success:
<INPUT type="Button" onclick="ImageUploader_UploadFileCountChange()" value="UploadFileCountChange">

In http://www.aurigma.com/docs/iu/HelperScriptReference.htm "Adding Event Handlers" i found nothing related to cross-browser handling of addEventListener() method

Edited by user Wednesday, October 29, 2008 3:27:06 AM(UTC)  | Reason: Not specified

Alex Makhov  
#2 Posted : Sunday, September 2, 2007 12:46:28 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

It looks like there is some restriction on the Opera browser side. Try to check the options, especially regarding JavaScript and security settings.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.