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 On Wed, Sep 10, 2008 at 5:57 PM, Scott Swank <[EMAIL PROTECTED]> wrote: > 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 >>>> 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 form. >>>> >>>> This only occurs in IE6, and only if an element prior to the dropdown >>>> is updated. Here are the ajax logs from IE6 and Firefox3. I suspect >>>> that this behavior is related to the fact that I see details such as >>>> the following for FF3, but not for IE6. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]