Search and Top Navigation
#4629 closed bug (fixed)
Opened June 24, 2009 03:21AM UTC
Closed July 10, 2009 08:00PM UTC
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.