Mrkebubun / o3d

Automatically exported from code.google.com/p/o3d
0 stars 0 forks source link

Plugin o3d behind htmlcontrols (browser content) #218

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create div o3dcontainer z-index 0
2. Create any div with z-index 1
3. Render

What is the expected output? 

The second div over the o3drender

What do you see instead?

The second div behind o3drender

What version of the product are you using? 

0.1.38.0

On what operating system?

Windows 7

What hardware are you using:  
graphics card type?  
Geforce 7950 GTX

motherboard type?
Any

Please provide any additional information below.

Original issue reported on code.google.com by daniel.g...@gmail.com on 7 Apr 2010 at 2:47

GoogleCodeExporter commented 8 years ago
I think this is a typical issue with windowed controls and plugins. The window 
doesn't follow standard HTML z-ordering. This happens with Flash and other 
plugins 
that are "windowed".

Not sure if there is a "windowless" mode for this plugin... I doubt it... 
usually 
the special 3D hardware accelerated types of things like to have their own 
rendering 
surface instead of sharing one with other users.

Original comment by chris.bu...@gmail.com on 8 Apr 2010 at 12:08