Ext 3.x: Bugs

+ Post New Thread

  1. [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,230
    15 Apr 2009 6:41 AM Go to last post
  2. [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,716
    15 Apr 2009 6:03 AM Go to last post
  3. [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,340
    14 Apr 2009 8:30 PM Go to last post
  4. [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,164
    12 Apr 2009 11:02 AM Go to last post
  5. [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,444
    11 Apr 2009 9:03 AM Go to last post
  6. [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: 997
    11 Apr 2009 1:40 AM Go to last post
  7. [FIXED][3.0 Core] isVisible Bug

    isVisible should be written like the 2.2 form which is: isVisible : function(deep) { return !(this.isStyle(VISIBILITY, HIDDEN) ||...

    Started by rdewell, 9 Apr 2009 11:51 AM
    • Replies: 2
    • Views: 1,420
    10 Apr 2009 12:35 PM Go to last post
  8. [FIXED][Core 3.0 beta] global var stuff

    this should fix those global var mistakes for the downloadable version of today (ext-core-3.0-beta1.zip, Ext Core Library 3.0 Beta, Ext = {version:...

    Started by bas_denis, 9 Apr 2009 11:15 PM
    • Replies: 1
    • Views: 1,031
    9 Apr 2009 11:28 PM Go to last post
  9. [FIXED][3.0] Tooltip.js anchorEl is taking up space

    The tooltip div now has a anchorEl div that is added to the body, and takes up space even when hidden since visibility:hidden divs still take space...

    Started by stever, 7 Apr 2009 2:29 PM
    • Replies: 4
    • Views: 1,948
    9 Apr 2009 11:04 PM Go to last post
  10. [FIXED][3.0] My store changed from an object variable to a class variable!!!

    Hello friends! So I again updated to the latest svn and now I am having issues with my stores being shared throughout all of my grids. Again,...

    Started by frew, 7 Apr 2009 9:08 AM
    • Replies: 7
    • Views: 2,144
    9 Apr 2009 10:17 AM Go to last post
  11. [FIXED][3.0] grid examples: scrollbar partly obscured

    Hi The scrollbars of the grid's in the grid examples are partly obscured by the panel's border. Tested on Chrome (Safari has probably same...

    Started by amorworx, 9 Apr 2009 5:26 AM
    • Replies: 3
    • Views: 1,470
    9 Apr 2009 7:17 AM Go to last post
  12. [FIXED][3.0] tabs examples

    Hi, Left panel border disappears on Chrome. Noticed same problems on other examples also ... (panel width not right??) Thx Bert. See...

    Started by amorworx, 9 Apr 2009 5:28 AM
    • Replies: 2
    • Views: 1,244
    9 Apr 2009 7:17 AM Go to last post
  13. [FIXED][3.0 CORE] Buglist

    So as not to pollute the documentation buglist for Ext Core 3.0, how about we sticky another running list to keep track of the code bugs? ...

    Started by tim.sporcic, 8 Apr 2009 8:24 AM
    • Replies: 3
    • Views: 1,424
    9 Apr 2009 7:00 AM Go to last post
  14. [CLOSED][3.0] Panel does not compensate for fbar correctly

    Try this code: new Ext.Window({ title: 'Test', width: 200, height: 100, layout: 'fit', items: { xtype: 'form', buttons: }

    Started by Condor, 13 Mar 2009 1:16 AM
    • Replies: 4
    • Views: 2,185
    8 Apr 2009 11:02 PM Go to last post
  15. [FIXED][3.0] HtmlEditor and overflow toolbar and toggleSource

    Selecting toggleSource from the overflow menu does not work. new Ext.Window({ layout : 'fit', height : 200, width : 300, ...

    Started by stever, 8 Apr 2009 3:47 PM
    • Replies: 1
    • Views: 1,176
    8 Apr 2009 11:00 PM Go to last post
  16. [FIXED][3.0] Button overwrites minWidth

    the minWidth config appears to be getting overwritten somewhere between initComponent and doAutoWidth. I have poked around and haven't been able to...

    Started by VinylFox, 8 Apr 2009 5:49 AM
    • Replies: 2
    • Views: 1,568
    8 Apr 2009 7:41 AM Go to last post
  17. [FIXED][3.0] element.style-more.js boxWrap broken

    The code has: boxWrap : function(cls){ cls = cls || 'x-box'; var el = Ext.get(this.insertHtml("beforeBegin", "<div...

    Started by Animal, 8 Apr 2009 6:17 AM
    • Replies: 1
    • Views: 1,415
    8 Apr 2009 7:19 AM Go to last post
  18. [FIXED][3.0] r3589 regression

    Assuming nothing else says otherwise, validateValue should return true. This bug came in changeset 3589 and took me a while to figure out!!!

    Started by stever, 7 Apr 2009 9:59 PM
    • Replies: 2
    • Views: 1,371
    8 Apr 2009 7:10 AM Go to last post
  19. [CLOSED][3.0] FF only Problem in elContains method of ext-base-event.js

    When moving the mouse rapidly from inside the body of a TriggerField, through the trigger or back in the same way, the following error occurs: ...

    Started by Animal, 8 Apr 2009 2:18 AM
    • Replies: 3
    • Views: 1,538
    8 Apr 2009 6:58 AM Go to last post
  20. [FIXED][3.0] DateField

    In DateField, this function checks to see if a value is set to true, after which it sets it to true. Wait, huh? I think the author meant to have a...

    Started by stever, 7 Apr 2009 12:44 PM
    • Replies: 5
    • Views: 1,888
    7 Apr 2009 3:47 PM Go to last post