Opened 12 years ago
Closed 11 years ago
#9546 closed enhancement (fixed)
ResizeHandle - missing action publish
Reported by: | DarWog | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Widgets | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There is nothing published during the actions of ResizeHandle?, like in dragNdrop where we can subscribe to "/dnd/move/start" and "stop".
Could the developpers add the same features (just something like publish("/dojo/resize/stop") at the right place :), so that we can link actions at the end of the resize event ?
PS : I'm sorry I'm not able to do this little change by myself.
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Status: | new → assigned |
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Add the publish line at :
/trunk/src/widget/ResizeHandle.js at the end of the function : _endSizing: function(e)