Another (nasty) way to work round this is to dynamically create an IFrame 
containing a document with the popup content - the IE dropdown controls are 
then correctly hidden.

I've done this before (a long time ago) so that some JS dynamically builds the 
IFrame and attaches the content nodes to it automatically, just for IE - I 
don't know if any JS framework provides this out-of-the-box.

(Incidentally, the problem stems from the fact that IE uses native windows 
controls for combo boxes.)

> -----Original Message-----
> From: Dmitry Shyshkin [mailto:[EMAIL PROTECTED] 
> Sent: 18 March 2008 10:49
> To: Tapestry users
> Subject: Re: IE6 issue with dropdowns
> 
> It is not tapestry problem. In IE6 dropdown always display at 
> top of others page elements.
> 
> As work around you may use javascript dropdown. For example 
> you may look at dojo combobox 
> http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/form-va
> lidation-specialized-input/auto-completer
> 
> 
> sasidhar пишет:
> > Hi,
> >
> > In a web page,  when a menu / floating pane is displayed over a 
> > dropdown, dropdown overlaps the menu / floating pane. This 
> problem is 
> > observed only in
> > IE6 (works fine in IE7 and firefox)
> >
> > Note  : i am using @propertySelection component. Tapestry 
> version - 4.1.3.
> >
> >
> >
> > Is there a way to workaround this?
> >
> > Thanks in advance
> >
> > sasidhar
> >   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to