Thank you Matej. The final solution for IE6 (should anyone else hit this lovely dom bug) is to toggle the style.display for the relevant component(s) via appendJavascript for the image.
Cheers, Scott On Fri, Sep 12, 2008 at 1:54 AM, Matej Knopp <[EMAIL PROTECTED]> wrote: > prepend/append javascript should work. > > -Matej > > On Thu, Sep 11, 2008 at 11:15 PM, Scott Swank <[EMAIL PROTECTED]> wrote: >> This is apparently an IE6 bug, in that inserting an image in the dom >> above the select screws up the tabindex/focus in some way. If I have >> the span/image already in the dom and I just toggle display:block vs. >> display:hidden then things work. >> >> Is there any way that I populate the <evaluate> tag of the wicket ajax >> response so that I can use dhtml to toggle my display? >> >> Thank you! >> >> Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
