Rank: Newbie Groups: Member
Joined: 12/19/2007 Posts: 2
|
Hi I have a page (Delphi 2006) with two controls: System.Web.UI.WebControls.DropDownList with TabIndex=1 and EO.Web.DatePicker with TabIndex=2. I have a problem with DatePicker focus.
When DropDownList is focused: Step 1: I press Tab key, DatePicker get silver frame around, without cursor. input is disabled. Step 2: I press Tab key second time, frame disappeared, without cursor, input is disabled. Step 3: I press Tab key third time I get blue box on day position, without cursor, I can insert day, month and year.
Is there bug ? So I think the problem is in DatePicker. Thanks for solution.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That appears to be a problem. The reason is there are other elements outside of the date picker textbox. So those elements received the tab order before the textbox. We will look into it and see if we can automatically focus the textbox as soon as the outside elements receive focus.
Thanks
|