> But it is working correctly, if the browser doesn't have scrollbars.
> 
> If the browser is enabled with scrollbars by setting 
> ApplicationLayout
> as false, other components are accessible even if the Modal 
> property has
> been set as True.

Is it possible that the _blocker object of the ClientDocument is being
scrolled out of view? I would suggest that you put debugging code in
ClientDocument - search on _getBlocker and see what is going on. 

You can also see the blocker in Firebug using Inspect. It's a div which
is a sibling of the main div with all your controls in it. Normally it
has display: None but that is removed when a modal dialog is shown. Check
its location and dimensions and compare with the main div. 

Hugh

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to