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

Notification

Icon
Error

Options
Go to last post Go to first unread
cheekyadmin  
#1 Posted : Monday, September 27, 2010 5:25:55 PM(UTC)
cheekyadmin

Rank: Member

Groups: Member
Joined: 9/27/2010(UTC)
Posts: 23

Thanks: 1 times
Hi

When implementing the ImageUploader (java) in Firefox 3.6.10, there is a funny line at the top of the page.

I have debugged in Firebug and it is because of this line:

<script type="text/javascript" src="../aurigmaScripts/iuembed.js"></script>

With that line in, all script tags somehow move from the head tag to within the body (at least when viewed in Firebug) and this results in a line at the top of the page. I have uploaded two images to illustrate the issue - one with the script tag in and the result incorrect output and html. And one without the script tag showing the correct html output (but obviously no control)

In firebug, I notice the first line in the body tag is this:

<embed hidden="true" type="application/java-deployment-toolkit" id="deployJavaPlugin">

followed by all the script tags that SHOULD be in the head tag area.

When I delete that line <embed ...> the line at the top of the page disappears.

This is very strange - but it is definitely a result of this script tag:

<script type="text/javascript" src="../aurigmaScripts/iuembed.js"></script>

Once I remove it and refresh, all other script declarations appear in the correct head tag area like they should. Once I put that line back in, they all move to the body in the html output.

Attached are the two outputs. Pay attention to the line at the top of the page (just above the black). Also note the html (head and body) output in firebug in both screenshots.

Thanks

Edited by user Monday, September 27, 2010 5:32:00 PM(UTC)  | Reason: Not specified

cheekyadmin attached the following image(s):
withLine.jpg
withoutLine.jpg
Dmitry.Obukhov  
#2 Posted : Tuesday, September 28, 2010 7:57:57 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Paul,

It is a known problem. It will be fixed in the next release. As a workaround you need to update CSS, see the sample above:

Code:

<style type="text/css">
    #deployJavaPlugin
        {
            position: absolute;    left: -10px;
        }
</style>
Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

cheekyadmin  
#3 Posted : Wednesday, September 29, 2010 12:50:14 AM(UTC)
cheekyadmin

Rank: Member

Groups: Member
Joined: 9/27/2010(UTC)
Posts: 23

Thanks: 1 times
Thank you Dmitry. That solved it.
Dmitry.Obukhov  
#4 Posted : Wednesday, September 29, 2010 1:00:19 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Paul,

I am glad it has resolved the problem.

If you have any additional questions or problems, please feel free to let me know.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

Users browsing this topic
Guest
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.