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

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 f

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