#10889 closed defect (worksforme)
Focus Lost with dijit.form.TimeTextBox
Reported by: | klemanski | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.3.2 |
Keywords: | time, timetextbox, focus | Cc: | |
Blocked By: | Blocking: |
Description
When working with dijit.form.TimeTextBox?:
- Click on the time input box
- Make a time selection in the time picker
Expected: After a selection is made, the focus goes back to the time input box Actual: The focus is lost and goes back to the top of the page
Note: The focus works correctly with dijit.form.DateTextBox?
Change History (6)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
New Steps: Using this example: http://www.dojotoolkit.org/reference-guide/dijit/form/TimeTextBox.html
- Click on the time input box
- Type "abc" (an error message will appear)
- Now make a time selection in the time picker
Expected: After a selection is made, the focus goes back to the time input box Actual: The focus is lost and goes back to the top of the page
comment:4 Changed 11 years ago by
If you type in "abc" then the drop down list is filtered down to nothing, and it's impossible to select from the time picker. Did you mean something else?
comment:5 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:6 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
the test_TimeTextBox.html example works. Can you please provide an example which fails?