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

Notification

Icon
Error

Options
Go to last post Go to first unread
mmount  
#1 Posted : Wednesday, January 9, 2013 12:54:23 PM(UTC)
mmount

Rank: Advanced Member

Groups: Member
Joined: 11/30/2012(UTC)
Posts: 61

Thanks: 6 times
Hi,

I have a problem that is not directly related to the Java Uploader. I have a menu system on my page just above the Java Uploader. It has a few drop down menus. The drop down menus are rendered in a iframe. They work fine except for on Firefox where they are apparently drawn underneath the Java Uploader :( I have found a recommended "fix" that suggests setting the wmode parameter on the embedded object to a value of opaque:

<object ... >

<param name="wmode" value="opaque" />

</object>

I am using ASP.NET so am not using the object tags. How would I set the wmode param in ASP?

Thanks,

Mike

vitaly  
#2 Posted : Wednesday, January 9, 2013 11:37:46 PM(UTC)
vitaly

Rank: Advanced Member

Groups:
Joined: 12/19/2012(UTC)
Posts: 164

Was thanked: 8 time(s) in 8 post(s)
Hello Mike,

Unfortunately, it is not possible to cover Image Uploader. All ActiveX controls and Java applets have z-index value to infinity, and placed on the top always. There is no way to change it.

Best regards,

Vitaly Kustov

Aurigma Technical Support

Best regards,

Vitaly Kustov

Aurigma Technical Support

mmount  
#3 Posted : Thursday, January 10, 2013 5:05:37 AM(UTC)
mmount

Rank: Advanced Member

Groups: Member
Joined: 11/30/2012(UTC)
Posts: 61

Thanks: 6 times
But it works in IE and Chrome (as long as I use iframes for the popups), just not in Firefox?

Mike

vitaly  
#4 Posted : Friday, January 11, 2013 1:13:57 AM(UTC)
vitaly

Rank: Advanced Member

Groups:
Joined: 12/19/2012(UTC)
Posts: 164

Was thanked: 8 time(s) in 8 post(s)
Hi Mike,

This is how FireFox works. I tried to google about this problem and found out that many people faced similar issues, in particular with FireFox, but no one have found a solution. So I afraid we have nothing to do about it. Perhaps the only solution is to redesign this page to avoid overlaps.

Best regards,

Vitaly Kustov

Aurigma Technical Support

Best regards,

Vitaly Kustov

Aurigma Technical Support

mmount  
#5 Posted : Friday, January 11, 2013 5:40:35 AM(UTC)
mmount

Rank: Advanced Member

Groups: Member
Joined: 11/30/2012(UTC)
Posts: 61

Thanks: 6 times
Thank you. For the time that is what I have done. I have javascript detect that the browser is firefox and hide the menus that popup. They are just to set the sort and view mode so those options are still available in the context menu.

Mike

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.