Opened 13 years ago
Closed 13 years ago
#6138 closed enhancement (fixed)
Ad: new DnD class for moves with fps throttling
Reported by: | Eugene Lazutkin | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | bill, Eugene Lazutkin | |
Blocked By: | Blocking: |
Description
[13002] introduced TimedMoveable as a separate class. In order to use it just include
dojo.require("dojo.dnd.TimedMoveable");
"dojo.dnd.move" is not required. The parameter "timeout" can be passed in order to control the fps limit. The timeout is specified as a number of milliseconds. By default it is 40 (40ms corresponds to 25 fps). See dojo/tests/dnd/test_timed_moveable.html for more details.
Please update the Dialog code in order to take advantage of this new functionality originated by Douglas Hays.
Change History (2)
comment:1 Changed 13 years ago by
Owner: | set to Douglas Hays |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [13014]) Fixes #5285, #6138. Change Dialog to use the new TimedMoveable? code.
Note: See
TracTickets for help on using
tickets.
Oh, I assume it should be assigned to Doug. Sorry about that.