Andrew Robinson schrieb: > I just looked into the code, and the table ajax suggest renderer has no > IFRAME. > > I did find an IFRAME in InputSuggestRenderer, but it does set the src > property correctly (javascript:false). > > The only other sandbox code that has an IFRAME is ModalDialogRenderer. > > Are you using the ModalDialogRenderer? > > If not, what is your sandbox version? >
Actually it probably really has an iframe, the ie6 bleed through bug can only be resolved via iframes, so everything which renders drop downs or popups uses iframes to cover the controls of ie6 which otherwise would shine through...

