Opened 14 years ago
Closed 14 years ago
#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: | |
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 14 years ago by
Priority: | minor → major |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r2911.