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

Notification

Icon
Error

Options
Go to last post Go to first unread
Claudia  
#1 Posted : Tuesday, August 15, 2006 2:57:20 AM(UTC)
Claudia

Rank: Member

Groups: Member
Joined: 8/15/2006(UTC)
Posts: 19

I'm changing the MultipleDescriptions sample disabling the ActiveX component and using only the Java Applet. When I add a photo to Upload Pane, the browser freezes on this line of code:

document.getElementById("UploadPane").appendChild(div);

in the script.js file

Could you please help me solver this?
Alex Makhov  
#2 Posted : Tuesday, August 15, 2006 1:25:04 PM(UTC)
Alex Makhov

Rank: Advanced Member

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

Hello,

Does this problem occur only after some changes made to the standard sample? What changes have you made?
Also we would like to know which operating system and browser you use.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
Claudia  
#3 Posted : Tuesday, August 15, 2006 11:34:17 PM(UTC)
Claudia

Rank: Member

Groups: Member
Joined: 8/15/2006(UTC)
Posts: 19

I'm using Windows XP and Internet Explorer 6.0.2900.2180.xpsp_sp2_gdr.050301-1519

I can't use the ActiveX because I also have Macintosh clients.

Here is the function that I changed from the script.js file. The rest of the code has no changes.

Code:
function addUploadFileHtml(index)
{		
	var guid = imageUploader1.getUploadFileGuid(index);
	var fileName = imageUploader1.getUploadFileName(index);	
	var h = "<table cellspacing=\"5\"><tbody>";
	h += "<tr>";
	h += "<td class=\"Thumbnail\" align=\"center\" valign=\"middle\">";
	var tn = new ThumbnailWriter("Thumbnail" + uniqueId, 96, 96);
	tn.activeXControlEnabled = false;
	tn.javaAppletEnabled = true;
	tn.javaAppletCached = iu.javaAppletCached;
	tn.javaAppletVersion = iu.javaAppletVersion;	
	tn.addParam("ParentControlName", "ImageUploader1");
	tn.addParam("Guid", guid);					
	h += tn.getHtml();
	h += "</td>";
	h += "<td valign=\"top\" class=\"Label\">";	
	h += "Personajes:<br />";
	h += "<input id=\"Title" + uniqueId + "\" class=\"Title\" type=\"text\" /><br />";
	h += "Caption:<br />";
	h += "<textarea id=\"Description" + uniqueId + "\" class=\"Description\"\"></textarea>";
	h += "</td>";
	h += "</tr>";
	h += "<tr>";
	h += "<td align=\"center\"><a href=\"#\" onclick=\"return Remove_click('" + guid + "');\" class=\"Liga\">Remove</a></td>";
	h += "<td></td>";
	h += "</tr>";
	h += "</tbody></table>";	
	var div = document.createElement("div");
	div.className = "UploadFile";
	div.innerHTML = h;
	div._fileName = fileName;
	div._guid = guid;
	div._uniqueId = uniqueId;		
	document.getElementById("UploadPane").appendChild(div);	
	uniqueId++;
}


The line in bold is where the browser freezes.

Thanks for your attention,

Claudia.

Edited by user Tuesday, December 18, 2007 4:25:13 PM(UTC)  | Reason: Not specified

Claudia  
#4 Posted : Tuesday, August 15, 2006 11:39:20 PM(UTC)
Claudia

Rank: Member

Groups: Member
Joined: 8/15/2006(UTC)
Posts: 19

Let me clarify on my last replay. My site runs on Apache. My client is running Windows XP.
Fedor  
#5 Posted : Saturday, August 19, 2006 10:53:18 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
I am sorry for delay. I will check this problem right after weekends.

It seems it is browser bug, but we need to find the workaround.
Best regards,
Fedor Skvortsov
Claudia  
#6 Posted : Tuesday, August 22, 2006 2:59:10 AM(UTC)
Claudia

Rank: Member

Groups: Member
Joined: 8/15/2006(UTC)
Posts: 19

Thank you Fedor.

I’ll be waiting for the next release.
Claudia  
#7 Posted : Friday, November 10, 2006 8:44:07 AM(UTC)
Claudia

Rank: Member

Groups: Member
Joined: 8/15/2006(UTC)
Posts: 19

Hi!

Do you have any progress on this?

Regards.
Claudia  
#8 Posted : Thursday, March 15, 2007 4:36:02 PM(UTC)
Claudia

Rank: Member

Groups: Member
Joined: 8/15/2006(UTC)
Posts: 19

I have the newest version and I'm still having the same problem. It works fine in Firefox but not in IE 7.

Could you please tell me if this problem was addressed in this version?
Claudia  
#9 Posted : Thursday, March 15, 2007 4:46:03 PM(UTC)
Claudia

Rank: Member

Groups: Member
Joined: 8/15/2006(UTC)
Posts: 19

Please reproduce it using the MultipleDescriptions sample files.

I didn’t change iuembed.js

I only added this line to the index.php file:

iu.activeXControlEnabled = false;

and in the script.js file I added the next line of code:

tn.activeXControlEnabled = iu.activeXControlEnabled;




Alex Makhov  
#10 Posted : Sunday, March 18, 2007 6:11:12 PM(UTC)
Alex Makhov

Rank: Advanced Member

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

Hello,

I have checked different variants of Thumbnail insertion, there is no good result. So it looks like there are some implementation issues in Java plugin which is a reason of such problems.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
Claudia  
#11 Posted : Tuesday, March 20, 2007 12:37:17 AM(UTC)
Claudia

Rank: Member

Groups: Member
Joined: 8/15/2006(UTC)
Posts: 19

Hi,

Is there an upcoming release to solve these issues?
What do you suggest in the meantime?

Regards,

Claudia.
Claudia  
#12 Posted : Thursday, April 19, 2007 12:11:31 AM(UTC)
Claudia

Rank: Member

Groups: Member
Joined: 8/15/2006(UTC)
Posts: 19

Hi!

Do you have any progress on this?

Regards.
Alex Makhov  
#13 Posted : Friday, April 20, 2007 2:22:57 PM(UTC)
Alex Makhov

Rank: Advanced Member

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

Hello,

No, the only decision is to wait until such an issue is fixed in the particular browser.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
Similar Topics
Problem with MultipleDescriptions sample (Discussions – ActiveX/Java Uploader)
by Claudia 6/12/2007 1:40:54 AM(UTC)
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.