Ext 3.x: Bugs

Page 53 of 198 FirstFirst ... 3 43 51 52 53 54 55 63 103 153 ... LastLast

+ Post New Thread

  1. [OPEN-1198] EditorGrid Pseudoleak in Chrome/Firefox due to EventManager.js line 97

    Ext version tested: Ext 3.2.1 rev ____ Adapter used:

    Started by tungj, 12 Aug 2010 4:11 AM
    • Replies: 2
    • Views: 773
    24 Sep 2010 4:51 PM Go to last post
  2. Exclamation ComboBox Behavior Changed from Ext 2.x.x to 3.x.x

    In Ext 2.3.0, the ComboBox examples in Examples\form\combos.html, combos.js, if I open the States combo and mouse over a selection or use the arrow...

    Started by Robert Jacobsen, 24 Sep 2010 1:31 PM
    • Replies: 0
    • Views: 423
    24 Sep 2010 1:31 PM Go to last post
  3. CheckboxGroup and RadioGroup don't collect correctly

    CheckboxGroup (and RadioGroup, which extends it) collects it's children via: var fields = this.panel.findBy(function(c){ return...

    Started by mrusinak, 24 Sep 2010 11:57 AM
    • Replies: 0
    • Views: 510
    24 Sep 2010 11:57 AM Go to last post
  4. [OPEN-1291] Problem with TriggerField and editor grid

    Ext version tested: 3.2.2 Adapter used:

    Started by Trey, 24 Sep 2010 6:14 AM
    • Replies: 1
    • Views: 710
    24 Sep 2010 9:37 AM Go to last post
  5. [OPEN-1289] Very horizontally long window with buttons

    Ext version tested: Ext 3.2.1 Adapter used: jquery css used:

    Started by Yohei Hina, 23 Sep 2010 10:14 PM
    • Replies: 1
    • Views: 752
    24 Sep 2010 9:31 AM Go to last post
  6. [OPEN-1169] Flex options is ignored for HtmlEditor in vbox layout

    Ext version tested: Ext 3.2.1 Adapter used: ext

    Started by rixo, 30 Jul 2010 1:42 PM
    • Replies: 1
    • Views: 1,109
    24 Sep 2010 6:36 AM Go to last post
  7. [OPEN] [CLOSED]Ext.History.init() bug?

    Just attempted to use Ext.History (ext 3.2.1), and get this error when calling init (from chrome) : Uncaught TypeError: Cannot read property...

    Started by ody, 23 Sep 2010 6:22 AM
    • Replies: 9
    • Views: 1,549
    24 Sep 2010 6:15 AM Go to last post
  8. [FIXED-794] CompositeField is missing clearInvalid

    clearInvalid method has no effect on CompositeField. This fixes thatExt.override(Ext.form.CompositeField, { clearInvalid : function() {...

    Started by albeva, 26 Mar 2010 8:02 AM
    • Replies: 5
    • Views: 1,670
    23 Sep 2010 11:26 PM Go to last post
  9. [CLOSED]SpinnerField doesn't fire Change

    I am using ext 3.2 and would like to know where to get this updated version of the spinner. The version that came in the download does not fire the...

    Started by jurban, 22 Sep 2010 8:32 AM
    • Replies: 3
    • Views: 1,014
    23 Sep 2010 5:38 PM Go to last post
  10. [OPEN-1287] doFormUpload() problem in webkit browsers

    Ext version tested: Ext 3.2.1 Adapter used: prototype

    Started by timcharnecki, 23 Sep 2010 12:10 PM
    • Replies: 0
    • Views: 935
    23 Sep 2010 12:10 PM Go to last post
  11. [DUPE-949] compositefield problems - fields inside composite not 'seen' by form

    Hi, I have two problems with composite field. First of all, if I place some fields inside a compositefield these fields will not be returned with...

    Started by nightwatch, 13 Aug 2010 12:24 PM
    • Replies: 4
    • Views: 1,496
    23 Sep 2010 7:02 AM Go to last post
  12. [INFOREQ]Ajax timeout throw Exception

    Ext version tested: Ext 3.1.0 Adapter used: jquery

    Started by cyrilluce, 9 Apr 2010 10:41 PM
    • Replies: 3
    • Views: 2,063
    23 Sep 2010 5:59 AM Go to last post
  13. [CLOSED]DataView ctrl/shift selection(s) is highlighting text

    Ext version tested: Ext 3.0.3 Ext release 5576/99 Adapter used: ext

    Started by meroy, 2 Nov 2009 4:20 PM
    • Replies: 4
    • Views: 2,141
    23 Sep 2010 5:32 AM Go to last post
  14. [CLOSED] Ext.form.HtmlEditor + HTTPS + IE 6 = "non-secure items" message ALWAYS

    When a page with a HtmlEditor panel is opened in Internet Explorer 6, the message "This page contains both secure and non-secure items. Do you want...

    Started by stacks, 16 Sep 2010 5:36 AM
    explorer 6, htmleditor, https, ie 6, non-secure items
    • Replies: 4
    • Views: 1,648
    23 Sep 2010 2:18 AM Go to last post
  15. [3.2.1] Request params might be handled incorrectly in HttpProxy#doRequest

    Consider the following code in HttpProxy#doRequest: if (params.jsonData) { o.jsonData = params.jsonData; } else if (params.xmlData) { ...

    Started by feiichi, 22 Sep 2010 3:18 AM
    • Replies: 0
    • Views: 844
    22 Sep 2010 3:18 AM Go to last post
  16. Question [DEFER] CheckboxSelectionModel + Drag and Drop

    Hello, I am using the CheckboxSelectionModel in conjunction with drag and drop in a grid. I have noticed that selecting multiple rows by clicking...

    Started by iqdk, 13 Sep 2010 6:44 AM
    • Replies: 4
    • Views: 1,422
    21 Sep 2010 1:45 PM Go to last post
  17. [OPEN-1285] Vertical slider broken

    Hi, to be seen here: http://dev.sencha.com/deploy/ext-3.3-beta1-6976/examples/themes/index.html The slider has real minimum configuration { ...

    Started by steffenk, 21 Sep 2010 1:04 AM
    • Replies: 2
    • Views: 827
    21 Sep 2010 8:39 AM Go to last post
  18. [OPEN-1286] Ext.tree.TreePanel 'starttdrag' event fired with bogus event argument

    In Ext.tree.TreeDragZone, the onInitDrag method expects an Ext.EventObject parameter: onInitDrag : function(e){ var data =...

    Started by Tom23, 21 Sep 2010 6:58 AM
    • Replies: 1
    • Views: 990
    21 Sep 2010 8:39 AM Go to last post
  19. [CLOSED-1131] IE7 QuickTip bug - empty header visible

    See Ext samples: section "Miscellanous", sample named "QuickTips". (I don't post a link, in order to not be marked as "requiring moderation" again)...

    Started by grzegorz.borkowski, 16 Jul 2010 4:55 AM
    • Replies: 5
    • Views: 1,141
    21 Sep 2010 8:35 AM Go to last post
  20. Moved: GroupingStore (change grouping order)

    Started by plalx, 21 Sep 2010 8:31 AM
    • Replies: -
    • Views: -
    21 Sep 2010 8:31 AM Go to last post