[CLOSED] [#59] BeforeItemExpand is being raised just once

Page 4 of 4 FirstFirst ... 234
  1. #31
    Sencha opened a bug ticket.
  2. #32
    Raphael, I can suggest the following workaround.

    Workaround
    <BeforeItemExpand Handler="var allow = confirm('Really?'); 
                        
                               if (!allow) {
                                   item.isExpandingOrCollapsing = false;
                                   return false;
                               }" />
  3. #33
    Thank you Daniil
  4. #34
    I confirm that this issue has been fixed in the SVN trunk. It will go to v3.1.0 beta release.
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Replies: 3
    Last Post: Oct 26, 2009, 12:48 PM

Posting Permissions