Re: ModalWindow tabindex bug

2008-09-17 Thread Scott Swank
Confirmed: the 1.3.5 modal.js fixes my problem. Thanks again. > On Tue, Sep 16, 2008 at 7:20 PM, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: >> On Tue, 16 Sep 2008, Scott Swank wrote: >>> Wicket 1.3.4 >>> >>> I have noticed that in ie 6 & 7 the tab order no longer corresponds to >>> the tabindex o

Re: ModalWindow tabindex bug

2008-09-16 Thread Scott Swank
Brilliant. Thank you Timo, I'll give it a try in the morning. Scott On Tue, Sep 16, 2008 at 7:20 PM, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: > On Tue, 16 Sep 2008, Scott Swank wrote: >> Wicket 1.3.4 >> >> I have noticed that in ie 6 & 7 the tab order no longer corresponds to >> the tabindex o

Re: ModalWindow tabindex bug

2008-09-16 Thread Timo Rantalaiho
On Tue, 16 Sep 2008, Scott Swank wrote: > Wicket 1.3.4 > > I have noticed that in ie 6 & 7 the tab order no longer corresponds to > the tabindex order for form fields after a ModalWindow is opened and > then closed. It is not the case that the tabindex attributes have > been modified via dhtml, b

ModalWindow tabindex bug

2008-09-16 Thread Scott Swank
Wicket 1.3.4 I have noticed that in ie 6 & 7 the tab order no longer corresponds to the tabindex order for form fields after a ModalWindow is opened and then closed. It is not the case that the tabindex attributes have been modified via dhtml, but rather the tabindex is simply no longer obeyed.