Success! Looks like we've fixed this one. According to our records the fix was applied for EXTJSIV-4886 in 4.1.
  1. #1
    Touch Premium Member
    Join Date
    Nov 2010
    Location
    Chicago
    Posts
    738
    Vote Rating
    27
    LesJ will become famous soon enough LesJ will become famous soon enough

      0  

    Default [4.1 B1] Button broken when handleMouseEvents is false

    [4.1 B1] Button broken when handleMouseEvents is false


    Try this code:

    Code:
    Ext.create('Ext.Button', {
        renderTo: document.body,
        text    : 'Click me',
        handleMouseEvents: false,
        handler: function() {
            alert('Hi there!')
        }
    });
    It works in 4.0.6, but in 4.1 B1 an error is logged "me.doToggle is not a function"

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,624
    Vote Rating
    434
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Looks like a scoping issue as this is the element not the class. Thank you for the report.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Touch Premium Member
    Join Date
    Nov 2010
    Location
    Chicago
    Posts
    738
    Vote Rating
    27
    LesJ will become famous soon enough LesJ will become famous soon enough

      0  

    Default


    Cool, fixed the same day

Tags for this Thread