Opened 13 years ago
Closed 13 years ago
#4303 closed defect (duplicate)
splitContainer widget : connects to mousemove and mouseup not being disconnected
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
The "beginSizing" method in the splitcontainer widget makes two connects,
- this.connect(document.documentElement, "onmousemove", "changeSizing");
- this.connect(document.documentElement, "onmouseup", "endSizing");
These connects are never disconnected.
If i need to resize the contents of the splitcontainer's children, i would typically connect to the 'endSizing' function. Once the "beginSizing" happens, my resize function will be called on every 'mouseup'
Note: See
TracTickets for help on using
tickets.
Invalid, and dup of #4302