Youtube iFrame z-index problem

2011-07-07 Thread tobirius
I am struggling to put UI elements above an embedded youtube iframe.
No z-index seems large enough to get on top of the iframe.
Only when using a PopupPanel it seems to be possible to show content
above the iframe. I wonder how this is done. What is so special about
the PopupPanel that it is always on top?

Greetings, Tobias

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



How do you share css resources across multiple modules?

2010-05-28 Thread tobirius
Hi all,

In my application I need to include several gwt modules into a page.
They all inherit from the same base module which provides some
CssResources.
Is it possible to inject the css of these resources only once using it
across all included modules?
Currently I need to inject the same styles for each module as the
obfuscated class names differe from one module to the other.
Is there any way to ensure the same class names at different compile
times?

Greetings, Tobias

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Darg and drop problem within PopupPanel and IE

2010-04-28 Thread tobirius
I have implemented a drag and drop feature which woks fine. Only
within a PopupPanel on IE7/8 the draggable item gets 'lost' on fast
mouse movements.
I use DOM.setCapture to direct all mouse events to the dragged item,
but this stops working in IE7/8 as soon a PopupPanel is shown. I
assume this is connected to the event preview handler the PopupPanel
registers.

Is there any way to keep capturing those events with a PopupPanel
shown?

By the way, there no problem in firefox.


Greetings, T

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.