Ext 3.x: Bugs

Page 62 of 198 FirstFirst ... 12 52 60 61 62 63 64 72 112 162 ... LastLast

+ Post New Thread

  1. TreeGrid problem in IE6.

    The sample ext-3.3-beta1-6976\examples\treegrid\treegrid.html renders badly the treegrid headers in IE6.

    Started by WixSL, 10 Aug 2010 4:52 AM
    • Replies: 0
    • Views: 551
    10 Aug 2010 4:52 AM Go to last post
  2. [OPEN-1188] cmargins with collapseMode = 'mini'

    When setting cmargins in combination with collapseMode = 'mini' you always get an invalid argument exception on line 4932 (EXT 3.2.1). You can only...

    Started by grubi, 9 Aug 2010 8:13 AM
    • Replies: 2
    • Views: 628
    9 Aug 2010 11:56 AM Go to last post
  3. Toolbar buttons don't work on API Documentation Sample.

    Using Opera 10.6 on http://dev.sencha.com/deploy/dev/docs/index.html : Toolbar buttons "Config Options", "Properties" and "Methods" of any tab...

    Started by WixSL, 9 Aug 2010 9:37 AM
    • Replies: 0
    • Views: 649
    9 Aug 2010 9:37 AM Go to last post
  4. [FIXED] Google Maps sample on your site needs a new key

    Google Maps sample on your site needs a new key for sencha.com. The old key only works for extjs.com

    Started by usiw, 8 Aug 2010 2:02 PM
    • Replies: 1
    • Views: 681
    9 Aug 2010 8:14 AM Go to last post
  5. [CLOSED]BasicForm submit hangs at WaitMsg; same Code worked with older ExtJS versions

    Ext version tested: Ext 3.2.1 Adapter used:

    Started by callisto79, 9 Aug 2010 5:55 AM
    • Replies: 3
    • Views: 1,399
    9 Aug 2010 8:07 AM Go to last post
  6. [FIXED-134][3.0.0] Permission denied to access property 'dom' from non-chrome context

    Ext version tested: Ext 3.0.0 Adapter used: ext

    Started by ThorstenSuckow, 17 Jul 2009 5:00 AM
    17 Pages
    1 2 3 ... 17
    • Replies: 166
    • Views: 60,748
    9 Aug 2010 2:55 AM Go to last post
  7. [OPEN-1186] xtheme-access row over bug

    You do not override the background-image so the desired effect is not shown change to .x-grid3-row-over { background-color:#7e5530; ...

    Started by Vaevictus, 7 Aug 2010 1:24 PM
    • Replies: 0
    • Views: 463
    7 Aug 2010 1:24 PM Go to last post
  8. [FIXED-1185] Adding phantom/dirty records to a store doesn't make them modified

    From this post: Adding a phantom or dirty record to a store doesn't automatically add it to the internal modified array, which also means they won't...

    Started by Condor, 6 Aug 2010 6:40 AM
    • Replies: 2
    • Views: 1,530
    6 Aug 2010 10:43 AM Go to last post
  9. [FIXED-1184] Store.insert() bug - reverse order

    Hi, I have noticed an issue in the store insert() method. Here is the code. insert : function(index, records){ records =...

    Started by radubrehar, 6 Aug 2010 4:50 AM
    insert, store
    • Replies: 3
    • Views: 1,412
    6 Aug 2010 10:35 AM Go to last post
  10. Question [INFOREQ] 3.2.2 Ext.Element Unmask problem

    I’ve found a problem during migration from 3.1.1 to 3.2.2 I am using .mask() and .unmask() methods for toolbar element in my application. ...

    Started by Natalia R, 6 Aug 2010 1:27 AM
    • Replies: 1
    • Views: 809
    6 Aug 2010 10:16 AM Go to last post
  11. [DUPE-1096] Ext.form.HTMLEditor Safari & Chrome, Mac

    Ordered/unordered list doesn't behave like expected. - In Firefox, when I'm pressing "enter" I'm starting new list item. - In Safari/Chrome...

    Started by moxorama, 5 Aug 2010 10:10 PM
    • Replies: 1
    • Views: 1,116
    6 Aug 2010 10:13 AM Go to last post
  12. [DEFER-650] Toolbar Overflow does not handle button hide/remove correctly

    Ext version tested: Ext 3.1.1 Adapter used: ext

    Started by SimonDeNooij, 24 Feb 2010 3:12 AM
    • Replies: 8
    • Views: 1,925
    6 Aug 2010 7:46 AM Go to last post
  13. Exclamation BorderLayout floating region not resized (still persist!)

    According to this post this resize issue was resolve. Could you please tell us in which version was fixed, we using 3.2.1 but the issue persist,...

    Started by Juvs, 5 Aug 2010 5:03 PM
    • Replies: 2
    • Views: 569
    6 Aug 2010 5:42 AM Go to last post
  14. [FIXED-1179] GridView Hidden Column Problem

    Adding align attribute to a column definition, makes the column visible even when it has hidden attribute set to true. Example: Using the...

    Started by WixSL, 4 Aug 2010 10:21 AM
    • Replies: 3
    • Views: 1,336
    5 Aug 2010 4:47 PM Go to last post
  15. [FIXED-1182] column resize icon displays when it should not

    when the first column is defined as hidden in a configuration, the resize icon displays over the left side of the left most column, but does not...

    Started by rspaeth, 5 Aug 2010 8:54 AM
    • Replies: 2
    • Views: 886
    5 Aug 2010 2:34 PM Go to last post
  16. Question [INFOREQ] ComboBox selectOnFocus:true, not working with 3.3

    Hi, ComboBox selectOnFocus:true,is working with Extjs 3.0 but not working with 3.3. Is this a bug? Thank You

    Started by munugala, 5 Aug 2010 6:49 AM
    • Replies: 2
    • Views: 912
    5 Aug 2010 9:53 AM Go to last post
  17. [CLOSED]3.3-Beta1 Grid column model width broken

    With a grid having a default width, the widths of all columns inside of the column model are being ignored. All columns, are the same width.

    Started by n4hpg, 5 Aug 2010 5:50 AM
    • Replies: 5
    • Views: 712
    5 Aug 2010 6:23 AM Go to last post
  18. [FIXED-1180] Ext.form.TextField.validateValue() returns wrong result for empty string

    Steps to reproduce the problem: Try this e.g. in Firebug console (ExtJS must be loaded): var f = new Ext.form.TextField({allowBlank: false,...

    Started by dherbolt, 5 Aug 2010 3:47 AM
    empty, string, textfield, validatevalue
    • Replies: 0
    • Views: 1,053
    5 Aug 2010 3:47 AM Go to last post
  19. [CLOSED] Button alignment problem in Chrome & Firefox. In IE looks as expected

    Following is an example page where the combo is rendered with the button not aligned with the textbox. This appen both in Chrome and Firefox, but...

    Started by gianmarco, 5 Aug 2010 12:56 AM
    • Replies: 2
    • Views: 1,237
    5 Aug 2010 2:35 AM Go to last post
  20. [DUP][3.??] Error when closing window with tabs

    After an hour of tracing this bug down to it's core, I came up with the following code to reproduce it. I am using Ext 3.1.0. ...

    Started by Coen, 14 Jan 2010 3:11 AM
    • Replies: 3
    • Views: 894
    4 Aug 2010 11:32 PM Go to last post