Ext 3.x: Bugs

+ Post New Thread

  1. [FIXED][3.x] Ext.data.DataProxy cb undefined

    A typo of sorts: load : function(params, reader, callback, scope, arg) { this.doRequest('load', null, params, reader, null, cb, scope, arg);...

    Started by mjlecomte, 16 Apr 2009 3:29 PM
    • Replies: 1
    • Views: 1,351
    17 Apr 2009 2:59 PM Go to last post
  2. [FIXED][3.0rc1] global var stuff and typos

    maybe some are fixed maybe some not those are of the downloadable 3.0 RC1 version line 3938 all-debug hash = {t:"top", l:"left", r:"right", b:...

    Started by bas_denis, 16 Apr 2009 5:40 PM
    • Replies: 1
    • Views: 1,117
    17 Apr 2009 2:54 PM Go to last post
  3. [FIXED][3.0] Unable to hide a message box

    Hi, We just pulled the latest v3 update from the svn. The update removed the auto-hide of a message box when hitting a Yes or No button on the...

    Started by ds0870, 16 Apr 2009 7:34 AM
    • Replies: 5
    • Views: 3,179
    17 Apr 2009 2:24 PM Go to last post
  4. [FIXED][3.0 RC1] CompositeElement.enableDisplayMode does not work?

    Just tried switching my app to 3.0-rc1 to see what works and what doesn't. This doesnt: var els = Ext.select('.foo', true, node);...

    Started by jesse.dhillon, 16 Apr 2009 7:51 PM
    • Replies: 3
    • Views: 1,395
    17 Apr 2009 2:11 PM Go to last post
  5. [CLOSED][3.0 RC1][DUP] HttpProxy parameter of 0 changing to empty string

    Following code in ext-base.js causes problems with HttpProxy: for(key in...

    Started by cdasilva, 17 Apr 2009 10:33 AM
    • Replies: 2
    • Views: 1,343
    17 Apr 2009 1:56 PM Go to last post
  6. [CLOSED][3.0] Tab rendering issue

    If a tab's title has a <br/> tag or otherwise is rendered with more than one line, the tab looks proper but the remaining tabs are not. As well, the...

    Started by mschwartz, 17 Apr 2009 9:18 AM
    • Replies: 5
    • Views: 1,581
    17 Apr 2009 1:52 PM Go to last post
  7. [FIXED][3.x >=r3650] Ext.data.DataProxy's constructor overwrites api-config

    From SVN Revision 3650 upwards (currently I'm working with SVN Revision 3674) the constructor of Ext.data.DataProxy overrides the api-config that...

    Started by dj, 12 Apr 2009 9:38 AM
    • Replies: 2
    • Views: 1,391
    17 Apr 2009 7:04 AM Go to last post
  8. [CLOSED][3.0 RC1][DUP] Row Editor Grid can't show Editor

    look the attach (in IE8)

    Started by peacock, 17 Apr 2009 5:47 AM
    • Replies: 1
    • Views: 1,386
    17 Apr 2009 5:49 AM Go to last post
  9. [FIXED][3.0svn] Error in latest SVN code

    Hi guys... just updated from SVN a few minutes ago (3:15pm EST) and seeing an error when switching to a tab that loads remote data... from Firebug: ...

    Started by fzammetti, 15 Apr 2009 11:22 AM
    • Replies: 5
    • Views: 1,344
    16 Apr 2009 6:05 AM Go to last post
  10. [FIXED][3.0] Eval usage

    I'm wondering why do you still (in version 3) use the eval function is several parts of the code instead of using always the same function to parse...

    Started by lightglitch, 15 Apr 2009 3:29 PM
    • Replies: 4
    • Views: 1,930
    16 Apr 2009 5:04 AM Go to last post
  11. [FIXED][3.0] ext-core and visual studio 2008

    There seems to be some issue with the recently released beta of ext-core as well as the latest from svn that makes the file not play "nice" with...

    Started by jongohr, 8 Apr 2009 7:49 AM
    • Replies: 8
    • Views: 2,985
    15 Apr 2009 8:38 PM Go to last post
  12. [FIXED][3.0] r3716 broke all menus, etc.

    There is a thing called Selenium RC (Remote Control), FWIW. It can be automatically activated by Trac/Bitten.

    Started by stever, 15 Apr 2009 3:51 PM
    • Replies: 2
    • Views: 1,583
    15 Apr 2009 4:07 PM Go to last post
  13. [CLOSED][3.0] Ext.select is broken

    var buttons = Ext.select('a.buttonson', true); for (var i = 0; i < buttons.elements.length; i++) { var button = buttons.elements; ...

    Started by mschwartz, 15 Apr 2009 11:36 AM
    • Replies: 2
    • Views: 1,630
    15 Apr 2009 12:33 PM Go to last post
  14. [FIXED][3.0rc1] Json decode calls incorrect method stringify if isNative

    IMHO, in Json.js, this.decode = isNative ? JSON.stringify : function(json){ return eval("(" + json + ')'); }; should...

    Started by durlabh, 15 Apr 2009 12:06 PM
    • Replies: 2
    • Views: 2,143
    15 Apr 2009 12:21 PM Go to last post
  15. [FIXED][3.0] safarikeys not defined

    Moving along with the string of bugs related to breaking up files into two, EventManager defines safarikeys as a private variable, and...

    Started by stever, 14 Apr 2009 6:58 PM
    • Replies: 2
    • Views: 1,224
    15 Apr 2009 6:41 AM Go to last post
  16. [CLOSED][Core 3.0 beta] Function createSequence missing

    createSequence is not defined but it's still cleaned up in the code below: if(Ext.isIE) { function fnCleanUp() { var p =...

    Started by mankz, 15 Apr 2009 5:54 AM
    • Replies: 2
    • Views: 1,703
    15 Apr 2009 6:03 AM Go to last post
  17. [FIXED][3.0] TriggerField / r2213 and IE8

    Jack put in r2213 before IE8 was out to deal with some IE problems apparently. However, in IE8 it messes up twin trigger fields that I have created....

    Started by stever, 8 Apr 2009 8:27 PM
    • Replies: 3
    • Views: 2,320
    14 Apr 2009 8:30 PM Go to last post
  18. [CLOSED][3.0] Image/Sprite based checkbox

    The image/sprite based checkboxes that were implemented around v2.2 are not present in v3.0. I prefer the sprite based checkboxes, since they look...

    Started by VinylFox, 8 Apr 2009 11:17 AM
    • Replies: 4
    • Views: 3,135
    12 Apr 2009 11:02 AM Go to last post
  19. [FIXED][3.x] File Upload Bug

    Hello, I installed the extJs 3.0 examples on my Ubuntu Maschine. From this examples I try to use the fileupload, but it is not working. In my...

    Started by sabiola, 6 Apr 2009 9:57 PM
    • Replies: 3
    • Views: 2,428
    11 Apr 2009 9:03 AM Go to last post
  20. [FIXED]Ext Core 3.0

    missing a var in the enumeration snippet below (Ext.Fx). shift : function(o){ var me = this; o = o || {}; var el =...

    Started by mankz, 11 Apr 2009 1:38 AM
    • Replies: 1
    • Views: 991
    11 Apr 2009 1:40 AM Go to last post