Opened 12 years ago
Closed 12 years ago
#7354 closed defect (fixed)
dojox.grid: sometimes resizing columns can also cause sort to occur
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is due to the bogusClickTime stuff. If your grid is large enough - and takes a while to render, it will still fire.
The solution is to use a connect-based approach at bypassing bogus clicks (which fire during the update call) - rather than a timer-based approach.
Note: See
TracTickets for help on using
tickets.
(In [14669]) Fixes #7354 - use connect-based tracking of bogus clicks rather than timer-based !strict