Ext:Bugs

Page 296 of 344 FirstFirst ... 196 246 286 294 295 296 297 298 306 ... LastLast

+ Post New Thread

  1. [4 B3] Drag drop problem with intersect method of Ext.util.Region

    I believe there's a slight bug in the intersect method of Ext.util.Region. The check for the intersect doesn't include equality: if (b > t &&...

    Started by mankz, 19 Apr 2011 11:44 PM
    • Replies: 1
    • Views: 1,061
    29 Apr 2011 2:00 AM Go to last post
  2. [4.0.0]menu& loader+conditional rendering

    menu has the following code: me.on('beforeshow', function() { var hasItems = !!me.items.length; // FIXME: When a menu...

    Started by XASD, 29 Apr 2011 12:21 AM
    • Replies: 0
    • Views: 701
    29 Apr 2011 12:21 AM Go to last post
  3. [4.0.0] Disable/Enable Grid grouping feature while groupingmenu disabled

    Hey, i have added a grouping feature to a Grid with enableGroupingMenu: false. If i try to manually deaktivate the feature, ive getting an error...

    Started by cntx, 28 Apr 2011 11:31 PM
    • Replies: 0
    • Views: 896
    28 Apr 2011 11:31 PM Go to last post
  4. [FIXED-EXTJSIV-1784][4.0.0] Ext.global.console null or not an object

    'Ext.global.console' is null or not an object ext-all.js ? Running with console enabled i get these two messages.. " Ext.regModel has...

    Started by MHjerpe, 28 Apr 2011 1:04 AM
    • Replies: 2
    • Views: 2,502
    28 Apr 2011 10:11 PM Go to last post
  5. Exclamation [INFOREQ]Dragging of a Window in a Panel at a Viewport results in wrong positions.

    Hello guys, Imagine a viewport and with panels west,north,and center. To the panel at {region:center} there are added some Window-Components...

    Started by sritter, 27 Apr 2011 7:19 AM
    • Replies: 9
    • Views: 806
    28 Apr 2011 9:55 PM Go to last post
  6. [FIXED-EXTJSIV-1794]Treepanel crashes when rootVisible is false

    With some trial and error and looking at the source I found out that the Treepanel configuration option root is not Boolean as documented but the...

    Started by AndreKR, 21 Apr 2011 7:06 PM
    • Replies: 6
    • Views: 1,289
    28 Apr 2011 7:05 PM Go to last post
  7. [FIXED-EXTJSIV-1790][4.0.0] Observable should not fail on removeListener

    I have a container in a border layout, into which I add a panel that contains a number of child components, one of which is a grid. If I want to...

    Started by stevil, 28 Apr 2011 2:47 PM
    • Replies: 1
    • Views: 543
    28 Apr 2011 5:30 PM Go to last post
  8. [4.0.0] examples/app/simple with multiple instances

    hi team, i changed the simple-mvc-example a bit to test different approaches for multiple instances. ...

    Started by tobiu, 28 Apr 2011 3:05 PM
    • Replies: 0
    • Views: 838
    28 Apr 2011 3:05 PM Go to last post
  9. Exclamation [CLOSED][DUP]Error after close window with grid.plugin.CellEditing

    CODE: Ext.create('Ext.window.Window', { title: 'Hello', height: 200, width: 400, layout: 'fit', items: { xtype:...

    Started by PSB, 28 Apr 2011 11:24 AM
    • Replies: 2
    • Views: 1,337
    28 Apr 2011 12:32 PM Go to last post
  10. Ext.draw.Surface.removeAll() does not remove groups

    I create a surface with two sprites, each in its own group. I remove all sprites and destroy them. The two groups (group1 and group2) should be...

    Started by LesJ, 28 Apr 2011 12:01 PM
    • Replies: 0
    • Views: 674
    28 Apr 2011 12:01 PM Go to last post
  11. Exclamation [CLOSED][DUP-EXTJSIV-2470]combobox dont requery on pagination

    this happen in official sample http://dev.sencha.com/deploy/ext-4.0.0/examples/form/forum-search.html and the page counter continues to increase...

    Started by Erico, 28 Apr 2011 11:40 AM
    combobox, pagination, query
    • Replies: 0
    • Views: 512
    28 Apr 2011 11:40 AM Go to last post
  12. [INFOREQ][4.0.0] Grid Panel setLoading exception

    Grid dockedItems dockedItems: }], On Delete Function: onDeleteClick: function() { this.setLoading(true); }

    Started by greco, 27 Apr 2011 9:08 PM
    • Replies: 1
    • Views: 1,796
    28 Apr 2011 10:23 AM Go to last post
  13. [FIXED-EXTJSIV-1786][4.0.0] setting href value to button appends '?undefined' to link

    I assume this is a bug, unless I'm doing something wrong. This shouldn't be appending anything to the link I'm setting to href. <html> <head>...

    Started by radtad, 27 Apr 2011 11:04 AM
    • Replies: 1
    • Views: 889
    28 Apr 2011 9:28 AM Go to last post
  14. [Final] GridPanel forceFit slow

    I wired up a grid to an AjaxProxy and store with "buffered" set to true, page size 100 rows. When the grid loads, if "forceFit" is true, there will...

    Started by stevil, 28 Apr 2011 9:09 AM
    grid, performance, scroller
    • Replies: 0
    • Views: 721
    28 Apr 2011 9:09 AM Go to last post
  15. Moved: [Final] Event problems in Store as well as Ext.ux.FilterFeature

    The store documentation says that the 'beforeload' event supplies two arguments - the store, and the operation. The mask method on Ext.data.Store...

    Started by stevil, 16 Jun 2011 12:03 PM
    • Replies: -
    • Views: -
    28 Apr 2011 8:17 AM Go to last post
  16. [FIXED-EXTJSIV-1783][4.0.0] Ext.Util.Animate.stopAnimation() does not return eLEMENT

    That should be "Ext.core.Element" obviously. Ext.Util.Animate.stopAnimation() does not return Ext.core.Element as documented. (The documentation...

    Started by korax, 28 Apr 2011 6:06 AM
    • Replies: 1
    • Views: 1,030
    28 Apr 2011 7:24 AM Go to last post
  17. [CLOSED]singleExpand does not work for the TreePanel

    In the example examples/tree/treegrid.html, the property singleExpand is used but does not function like it was in ExtJS 3 - the nodes are not...

    Started by Qtx, 28 Apr 2011 6:53 AM
    • Replies: 2
    • Views: 902
    28 Apr 2011 7:08 AM Go to last post
  18. [FIXED-EXTJSIV-1782][B3] Error when clearing property grid store

    When I try to call the removeAll() function on the store of my grid it throws the following error: getKey : function(o){ ...

    Started by johanhaest, 15 Apr 2011 3:19 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 1,807
    28 Apr 2011 7:03 AM Go to last post
  19. [FIXED-EXTJSIV-1781][4.0.0] ComboBox layout issue when component moved

    Hi, There is a layout issue in ComboBox. Steps to reproduce: 1. Put ComboBox aligned to right (e.g. on toolbar). 2. Show ComboBox popup. 3....

    Started by Antronak, 28 Apr 2011 5:31 AM
    • Replies: 1
    • Views: 586
    28 Apr 2011 6:40 AM Go to last post
  20. [FIXED-EXTJSIV-1779]tab still change for return false

    I have added this line into my tabpanel. listeners:{beforetabchange:function(){return false;}} When I click on the tab, it still changes. If I...

    Started by liquidsnake, 27 Apr 2011 7:35 AM
    • Replies: 4
    • Views: 805
    28 Apr 2011 6:27 AM Go to last post