Opened 11 years ago
Closed 11 years ago
#10947 closed enhancement (fixed)
[cla][patch] dijit.typematic allow specifying "minDelay"
Reported by: | Jonathan Bond-Caron | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The logic in _fireEventAndReload() hardcodes a 10ms minimum for setTimeout().
This change allows specifying the 'minDelay' so that typematic events never fire below that value (i.e. 30ms).
For some widgets, staying between 30-100ms is acceptable and not "too fast" for the user.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | typematic_minDelay.patch added |
---|
comment:1 Changed 11 years ago by
Owner: | set to Douglas Hays |
---|
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Add 'minDelay' as an option + use case for Spinner