Search Type: Posts; User: ojintoad

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Thank you for the response, that helps. It seems that 4.2 guards against this with this line of code:


    // If the store has a remove (it's not a TreeStore), then
    // remove...
  2. A few months later - was this fixed in any particular version? I could remove the override and test, but if this is known to be resolved by Sencha it would be nice to have confirmation. Thank you.
  3. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.1.3 rev 548

    Browser versions tested against:
    IE8

    Description:
  4. I'm looking at the differences between MixedCollection for 4.1 and 4.2.

    In 4.1, MixedCollection's add method did the work of adding a passed in entity on its own.

    In 4.2, it defers to two...
  5. The fix pointed to at the github pull https://github.com/extjs/SDK/pull/7035 isn't accessible. Can you provide a different way to access it?
  6. Awesome, thank you. :)
  7. Bug was eventually recognized as EXTJSIV-8568: http://www.sencha.com/forum/showthread.php?255996-getPlugin-fails-if-plugins-is-not-declared-as-an-array
  8. Related forum post here, I'm copying my last post from that thread since it really should have been a bug report.

    REQUIRED INFORMATION


    Ext version tested:
    Ext 4.1.1

    Browser versions...
  9. A developer on my team thinks this is a bug and I agree with him. I'll make his case below: I just created this JSFiddle http://jsfiddle.net/LMaaM/.

    This is based on 4.1.1 (not 4.1.3) which is...
  10. Additionally, for tracking purposes is this the link we should use for updates on this issue? I did not find a link through google or sencha forum searches for a separate EXTJSIV-6903 issue.
    ...
  11. Thank you for accepting.

    For those interested in a workaround, we apply the following override to initComponent:



    initComponent: function() {
    this.enableAnimations =...
  12. I believe this is a bug, but since I don't actually have evidence of it being a bug other than reading the source and working with a local developer while we are speculating on changing the value for...
  13. Thank you!
  14. Does this have a reported issue # that we can use to keep track?
  15. Replies
    2
    Views
    579
    The Number field can only be in Numeric states. By that logic, it would make sense for it to return a number. Yet it returns a string....
  16. Replies
    4
    Views
    862
    Bump - I am observing this still in Ext 4.1 RC 3.
  17. I prefer the latter option; it is consistent with past behavior and animations are by no means critical functionality that have to be shown.

    As a solution for now, I just avoid setting...
  18. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.1 RC1 4.0.7

    Browser versions tested against:
    IE8 Firefox

    DOCTYPE tested against:
  19. Replies
    0
    Views
    941
    I've noticed something interesting - when I execute:


    Ext.onReady(function(){
    Ext.getBody().on('keyup', function(){debugger;});
    });


    I don't hit my breakpoint when pressing keys. ...
  20. Replies
    20
    Views
    10,167
    Override code for initValue worked for me for a custom form, thanks for sharing.
  21. Replies
    5
    Views
    1,691
    Progress bar is impossible from my experience.

    For those who want to check if an error has occurred though, you can at least check the iframe's contentWindow.location property (IE7 and FF tested)....
  22. I hate to drag up old topics to the top of the forum but if someone could close this one out gracefully it would be helpful. This is the only forum post I see on this topic and it doesn't indicate...
  23. Replies
    2
    Views
    900
    Bump. I'm not looking for a fix (like I said, I have an acceptable one), I'd just like to ensure this is recognized as a bug and gets resolved for the next version.
  24. Replies
    2
    Views
    900
    Ext Version 1.1
    Using Yui 2.2.2 + Adapter
    Windows XP
    Firefox 2.0.0.6

    The Duplicate Checker for the DomQuery does not clean up after itself. This is causing issues when I execute DomQueries on...
  25. Replies
    16
    Views
    8,479
    I've always liked this site's tutorials.

    http://css.maxdesign.com.au/
Results 1 to 25 of 55
Page 1 of 3 1 2 3