Running Wicket in Development mode and clicking on the Ajax Debug Window shows it over the modal window. Ajax Debug Window has zIndex = 1000000.
On Wed, Jan 12, 2011 at 1:17 AM, hok <ivanvasi...@gmail.com> wrote: > > Hello, > I'm trying to create a dijit tooltip > (http://docs.dojocampus.org/dijit/Tooltip) on a Modal window. However the > tooltip is displayed behind it (and behind the mask also). I checked > modal.css and modal.js and noticed the following: > the "mask" that disables everything on the page has a z-index 20000 and the > modal window itself has a z-index 20001 (I assume that by this the window > stays on top of the mask). I tried to set a much larger z-index value to > the > tooltip, but it's still displayed behind the mask and the window. > Also tried a simple <div> tag with larger z-index value on a random place > of > the page (outside the window) but it's still hidden behind the mask. > Is there a way to display something in front of the window and the mask > while the window is opened? Thanks in advance. > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/ModalWindow-and-z-index-tp3209922p3209922.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >