Ticket #4629 (closed bug: fixed)
Dialog events not being triggered
| Reported by: | diogobaeder | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8 |
| Component: | ui.dialog | Version: | 1.7.2 |
| Keywords: | dialog events resize drag | Cc: | |
| Blocking: | Blocked by: |
Description
The "resizeStop" and "dragStop" dialog events, as documented on the website, are not being triggered by the interaction to these components. It would be nice if someone gets them to work, even if the client code has to pass event handlers into the options argument to activate them (the workaround I used was to force the trigger from inside the "options" event handlers).
Additionally, I think it would be good if the event types maintain consistency with the component type and lower-case standard, like "dialogresizestop" and "dialogdragstop".
Thanks.
Change History
Note: See
TracTickets for help on using
tickets.

