PDA

View Full Version : Plug-in widgets always on top in QWebPage



serras
18th June 2009, 00:36
Hi,
I'm using QtWebKit to develop an application. The main widget is a QWebView where a page is displayed. I'm using custom widgets to show information, using the QtWebKit plug-in infrastructure for that matter.
However, the widgets are always on top of everything in the page. I would need them to be as any other HTML element: if something is shown with more z-index, that widget would be "under" it.
Is there any way to achieve this?

Thanks in advance

danielmaciel
25th May 2010, 19:18
I have the same problem here.
z-index won't affect it.

rickmellor
15th June 2011, 22:56
Any update on this issue? I'm still digging through the forum here to see if there's an answer somewhere.

-Rick

zllang
29th July 2011, 04:22
The same problem.
In other browser,the <object> element have a segament param named wmode

<param name=”wmode” value=”transparent” />
who know how do process the param in our plugin.