Re: ajax dropdowns

2008-09-12 Thread Matej Knopp
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

Re: ajax dropdowns

2008-09-12 Thread Scott Swank
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

Re: ajax dropdowns

2008-09-11 Thread Scott Swank
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

Re: ajax dropdowns

2008-09-10 Thread Scott Swank
Thank you Matej. I already tried that. I get the same behavior either way. Oddly, I only get the problem if an update occurs as the onblur for the field preceding the select (drop down) element. At that point I am focused on the select and can change it's value. However in IE6 I still tab out

Re: ajax dropdowns

2008-09-10 Thread Scott Swank
Matej, I duplicated this scenario in a simple Wicket page and I do not see the problem, so this seems to be the result of some other interaction rather than a Wicket javascript bug. I will post back once I have a better sense of the issue. Thank you, Scott On Wed, Sep 10, 2008 at 11:51 AM,

ajax dropdowns

2008-09-09 Thread Scott Swank
Possible bug in Wicket 1.3.4 JavaScript I am seeing a focus issue when an AjaxFormComponentUpdatingBehavior(onblur) is fired from a form component and the next form component is a drop down. When I then tab out of the drop down I go to the 1st item on the page rather than the next item on the