Ext 2.x: Bugs

Page 41 of 150 FirstFirst ... 31 39 40 41 42 43 51 91 141 ... LastLast

+ Post New Thread

  1. [2.1][INFO REQ] Ext.grid.GroupingView.getGroupId() bug

    Ext.grid.GroupingView.getGroupId() doesn't work when the grouped column has renderer that changes original value. Here's a patch to fix it: ...

    Started by anotherpit, 29 May 2008 5:11 PM
    • Replies: 5
    • Views: 2,761
    18 Feb 2009 11:59 AM Go to last post
  2. [2.??] EditorGridPanel disableSelection

    EditorGridPanel ignore disableSelection and always choose CellSelectionModel if model is not defined. Thanks.

    Started by XASD, 17 Feb 2009 8:53 AM
    • Replies: 9
    • Views: 2,300
    18 Feb 2009 11:21 AM Go to last post
  3. [2.2.1] Default width for the HTML Editor in Fx for OS X too small

    new Ext.form.HtmlEditor({ renderTo : Ext.getBody() }) Look at the toolbar on attached img

    Started by jay@moduscreate.com, 18 Feb 2009 6:14 AM
    • Replies: 0
    • Views: 673
    18 Feb 2009 6:14 AM Go to last post
  4. [2.1.1] JsonReader readRecords() with nested json data

    I have a GridPanel with an JsonReader. My JSON data contains nested objects: { "totalCount": 3, "data": }The JsonStore for the...

    Started by lvgunst, 18 Feb 2009 2:59 AM
    • Replies: 5
    • Views: 2,870
    18 Feb 2009 3:37 AM Go to last post
  5. [DUP][2.2.1+] Doc parser adds leading asterisk to class descriptions

    Just a heads up: the latest incarnation of the doc parser adds an additional leading asterisk (i.e. * ) to all class descriptions. i corrected the...

    Started by mystix, 17 Feb 2009 8:17 PM
    • Replies: 2
    • Views: 937
    17 Feb 2009 11:07 PM Go to last post
  6. [FIXED][2.2] Viewport with layout:'fit'

    This bug has been reported several times before, but nobody made a proper bugreport for it: An Ext.Viewport with layout:'fit' doesn't size it's...

    Started by Condor, 3 Jan 2009 8:41 AM
    • Replies: 1
    • Views: 1,595
    17 Feb 2009 9:29 PM Go to last post
  7. [CLOSED][2.2.1] CellSelectionModel + autoExpandColumn incorrect behavior

    To reproduce - modify the "Array Grid Example" (examples/grid/array-grid.html) and add a CellSelectionModel to the basic grid, shown in bold as...

    Started by rogerr, 17 Feb 2009 5:09 PM
    • Replies: 1
    • Views: 905
    17 Feb 2009 5:14 PM Go to last post
  8. Exclamation [2.1] Possible bug in CSS .x-grid3-focus cause horizontal scroll issue.

    I ran into a problem with version 2.1 with focus on the EditorGridPanel. My grid has more than 50 columns with average width of 70px. Clicking on a...

    Started by KevinChristensen, 22 Apr 2008 11:48 AM
    3 Pages
    1 2 3
    • Replies: 20
    • Views: 6,925
    17 Feb 2009 2:50 AM Go to last post
  9. Thumbs up [2.x][DUP] Tree Nodes and Html Special Chars

    Hello, I get a bug using string as id for my nodes id in a tree. (I use the complete path of a node : it's provided by a webservice and i have...

    Started by r3gis, 17 Feb 2009 1:00 AM
    • Replies: 4
    • Views: 1,589
    17 Feb 2009 2:07 AM Go to last post
  10. [FIXED][2.2.1] Slider thumb moving when increment!=1

    Hi there, I think there's a bug in the slider component. Following options: increment: 10, maxValue: -100, The moving of the thumb works as...

    Started by dloew, 16 Feb 2009 5:44 AM
    • Replies: 4
    • Views: 1,472
    16 Feb 2009 4:55 PM Go to last post
  11. [2.??] Bug with Ext.EventObject.getTarget

    This isn't *exactly* a bug with Ext.EventObject.getTarget, but getTarget() can be more preventative. Basically I am using the...

    Started by crenix, 30 Jan 2009 11:55 AM
    • Replies: 5
    • Views: 2,384
    16 Feb 2009 4:07 PM Go to last post
  12. [2.2.1] KevNav not working with up and down keys under Chrome

    Hi all! I spotted a bug with 2.2.1 KeyNav and Chrome. Previously I could scroll through the grid (using the RowSelectionModel) with my up and down...

    Started by amorworx, 16 Feb 2009 6:51 AM
    • Replies: 2
    • Views: 816
    16 Feb 2009 8:28 AM Go to last post
  13. [2.x] API comment parser

    Does not process {@link} annotations in function's @return lines: http://extjs.com/deploy/dev/docs/?class=Ext.tree.TreeNode&member=getUI There...

    Started by Animal, 16 Feb 2009 12:36 AM
    • Replies: 0
    • Views: 715
    16 Feb 2009 12:36 AM Go to last post
  14. [CLOSED][2.2] Truncation of "0.0" not consistent with other numbers in NumberField.

    This occurs in both IE7 and Firefox 3.0.6 on WindowsXP, and it appears all you need is a NumberField to reproduce. When typying any integer in...

    Started by AlexKorn, 13 Feb 2009 5:51 PM
    • Replies: 4
    • Views: 1,158
    16 Feb 2009 12:26 AM Go to last post
  15. [FIXED][3.x] Grid Column Drag this.grid.colModel.isLocked is not a function

    Fix is posted in #5 Go to any demo grid, say: examples/grid/edit-grid.html Drag a column to move it (see firebug image attached): ...

    Started by mjlecomte, 15 Feb 2009 6:11 PM
    • Replies: 7
    • Views: 2,509
    15 Feb 2009 7:15 PM Go to last post
  16. [FIXED][3.x] Ext.form.ComboBox + Paging Toolbar errors when using remote paging

    var ds = new Ext.data.Store({ proxy: new Ext.data.ScriptTagProxy({ url: 'http://extjs.com/forum/topics-remote.php' }),...

    Started by jay@moduscreate.com, 15 Feb 2009 8:14 AM
    • Replies: 3
    • Views: 1,833
    15 Feb 2009 4:54 PM Go to last post
  17. [2.0.2][FIXED] Checkbox sends "check" event while being rendered

    Description: Ext.form.Checkbox sends an event "check", which "fires when the checkbox is checked or unchecked." This event fires when the user...

    Started by jweber, 1 Apr 2008 12:34 PM
    2 Pages
    1 2
    • Replies: 12
    • Views: 9,990
    15 Feb 2009 10:12 AM Go to last post
  18. [FIXED][2.x] Remote ComboBox's onDestroy() fails to destroy PagingToolbar

    ComboBox.onDestroy() fails to destroy its child pagingtoolbar. the following override (which also includes my suggested code optimisations)...

    Started by mystix, 13 Feb 2009 3:24 AM
    • Replies: 3
    • Views: 1,167
    15 Feb 2009 6:12 AM Go to last post
  19. [FIXED][2.2.1] Ext.DataView emptyText problems

    Hi All, Found a bug in 2.x where emptyText wouldn't show when a store is empty. Even if you call refresh on the data view multiple times. ...

    Started by letssurf, 11 Feb 2009 3:41 AM
    • Replies: 3
    • Views: 1,611
    15 Feb 2009 4:07 AM Go to last post
  20. [FIXED][2.??] util.TaskMgr - args vs. taskRunCount

    If you set "args", the taskRunCount doesn't work. var rt = t.run.apply(t.scope || t, t.args || );

    Started by MarkT, 4 May 2008 10:28 AM
    • Replies: 2
    • Views: 1,540
    15 Feb 2009 4:00 AM Go to last post