#18683 closed enhancement (fixed)
TimeTextBox: scroll to default value / selected value on dropdown open
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.11.5 |
Component: | Dijit - Form | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The dropdown for TimeTextBox? highlights either the TimeTextBox?'s current value or (if null) the dropDownDefaultValue
. However the dropdown does not scroll to this value.
This is due to this.currentFocus
being ignored by _TimePicker.js (see line 185. Something is saved in a var time but it is never used)
Change History (7)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|---|
Summary: | TimeTextBox: scroll to selected value on dropdown open → TimeTextBox: scroll to default value / selected value on dropdown open |
Type: | defect → enhancement |
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|
comment:3 Changed 4 years ago by
comment:4 Changed 4 years ago by
Owner: | set to dylans <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In 7b3019b/dijit:
comment:7 Changed 4 years ago by
Milestone: | 1.13 → 1.11.5 |
---|
Note: See
TracTickets for help on using
tickets.
I have submitted a pull request on GitHub?. I'm not sure why the JSF-CLABOT says I haven't signed the agreement. I have.