Ticket #7427 (new enhancement)
angle "wheel" widget for interacts
| Reported by: | jason | Owned by: | boothby |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.10 |
| Component: | notebook | Keywords: | |
| Cc: | mpatel | Work issues: | |
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
I find myself lots of times needing an angle for input in an interact. It would be cool to have a "wheel" widget like this:
http://wiki.jqueryui.com/Wheel
See also http://maninblack.info/_proj/jquery-ui-wheel/demos/wheel/
Change History
comment:2 Changed 4 years ago by mpatel
An aside about the rapid-fire update problem mentioned at #7267. Even if auto_update=False, the browser piles on callbacks. This is understandable. But clicking "Update" before the browser runs through the backlog --- when the "spinner" is still active --- sends the queued events to the server.
comment:3 Changed 4 years ago by mpatel
Are the any objections to trying out the demo mentioned above? It may be our only option!
Note: See
TracTickets for help on using
tickets.
