Ext GWT: Bugs (2.x)

Page 36 of 49 FirstFirst ... 26 34 35 36 37 38 46 ... LastLast

+ Post New Thread

  1. Views: 301
    25 Apr 2013
  1. [OPEN] [FIXED] [2.0-RC2] Tooltips scroll problem

    Hi! I have same issue in GXT 2.0-RC2 and GXT 1.2.4 with tool tips. If a lot of for example comboBox arranged bottom to each other, whiches fit...

    Started by romero83, 6 Jul 2009 1:21 AM
    • Replies: 5
    • Views: 2,219
    29 Jul 2009 6:18 AM Go to last post
  2. [CLOSED] [2.0.1] NullPointerException at TaskBar.java:295

    i try the code sample from here: http://extjs.com/forum/showthread.php?p=365478#post365478 package com.test.client; import...

    Started by Arno.Nyhm, 29 Jul 2009 5:38 AM
    • Replies: 1
    • Views: 766
    29 Jul 2009 5:45 AM Go to last post
  3. [CLOSED] [2.0.1] BorderLayout saveState is not working

    Hi. I tried to take a look into BorderLayout code, to see if saveState was now false for default, but this seems not the case. Well, saveState...

    Started by micgala, 29 Jul 2009 3:43 AM
    • Replies: 3
    • Views: 744
    29 Jul 2009 4:14 AM Go to last post
  4. [CLOSED] [2.0] StoreListener Event not Populated

    Hello, There is a little problem with the StoreListener on a TreePanel. When adding a new Model to the Store, the StoreAdd event is fired, but...

    Started by mtarantini, 29 Jul 2009 12:05 AM
    • Replies: 1
    • Views: 1,251
    29 Jul 2009 1:14 AM Go to last post
  5. [FIXED] Grid detaches wrong widget on row refresh

    Embedded widgets are detached when the row right above is refreshed. Fixed by changing the following code in the refreshRow() method in...

    Started by idajali, 28 Jul 2009 6:20 AM
    • Replies: 1
    • Views: 864
    28 Jul 2009 11:38 AM Go to last post
  6. [FIXED] GroupBy Config value unset.

    Me again, this time I searched the forum... ;) When you have remoteGroup set and already have a GroupingLoadConfig it doesn't set the field value,...

    Started by terciofilho, 27 Jul 2009 12:23 PM
    • Replies: 1
    • Views: 805
    28 Jul 2009 11:38 AM Go to last post
  7. [CLOSED] REORDERING Grid.allowSelfAsSource 0 index BUG

    If you drag the first item in a grid that is set to allow itself as a source and drag it to the first position the item disappears. This happens in...

    Started by zooxmusic1, 28 Jul 2009 10:05 AM
    • Replies: 2
    • Views: 953
    28 Jul 2009 10:20 AM Go to last post
  8. Moved: Are anchored tooltips working in GXT 2.0 ?

    Started by Glimpse, 28 Jul 2009 7:37 AM
    • Replies: -
    • Views: -
    28 Jul 2009 7:36 AM Go to last post
  9. [FIXED] Null exception in compiled mode

    Hi, I am getting some unwanted behavior for a EditorTreeGrid that seems to work just fine in hosted mode, but that fails in compiled mode. The...

    Started by andreea.spirea, 22 Jul 2009 6:39 AM
    • Replies: 5
    • Views: 1,363
    27 Jul 2009 10:19 PM Go to last post
  10. [FIXED] ListStore Sort Listener error

    ListStore, in the method: public void sort(String field, SortDir sortDir) When we have a remote sort the listeners handling is...

    Started by terciofilho, 27 Jul 2009 10:55 AM
    • Replies: 6
    • Views: 1,454
    27 Jul 2009 11:23 AM Go to last post
  11. [FIXED] TreePanel - CheckNodes

    tested in hosted mode win vista how to reproduce: 1- double click in "Beethoven" 2 - double click in "Quartets" 3 - click in "Six String...

    Started by fother, 15 Jul 2009 9:13 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 2,342
    27 Jul 2009 8:18 AM Go to last post
  12. Moved: problem with Ext.msg...

    Started by pachama, 27 Jul 2009 4:21 AM
    • Replies: -
    • Views: -
    27 Jul 2009 4:21 AM Go to last post
  13. [FIXED] [2.0.1] cannot unselect Grouped Grid items when all are selected in a group

    GXT 2.0.1 all modes/browsers/os's Hi, You cannot unselect Grouped Grid items when all are selected in a group. To repro: 1) In the example...

    Started by jschwarz0, 27 Jul 2009 3:24 AM
    • Replies: 1
    • Views: 824
    27 Jul 2009 3:35 AM Go to last post
  14. [CLOSED] On "Events.Select" of ListVew: Selection Count is wrong...

    Hi! I'm using: GWT 1.7 GXT 2.0.1 Hosted Mode The following code should simply give you the number of selected item in the ListView after...

    Started by Yan26, 22 Jul 2009 6:48 PM
    • Replies: 2
    • Views: 1,497
    26 Jul 2009 7:12 PM Go to last post
  15. [FIXED] Desktop Window.restore() does not reset "minimize"

    Hello, Ext Team! When we hide (not close) the window on desktop it calls setData("minimize", true) which is useful to determine whether window was...

    Started by andreym, 23 Jul 2009 11:09 PM
    • Replies: 4
    • Views: 2,689
    25 Jul 2009 7:16 AM Go to last post
  16. [2.0] hardcoded I18N ( XMessages )

    i have found this possible wrong definitions of I18N and it should be moved to XMessages or use the default values: RowEditor.java:318:...

    Started by Arno.Nyhm, 23 Jul 2009 9:07 AM
    • Replies: 3
    • Views: 1,481
    24 Jul 2009 11:17 AM Go to last post
  17. [FIXED] rc2 - RowEditor issues (width, formated value, translation)

    1 - if the column isnt editable the value should be formated.. how to reproduce.. click in one cell.. you will see that the column change and last...

    Started by fother, 6 Jul 2009 5:52 AM
    • Replies: 5
    • Views: 1,754
    24 Jul 2009 11:00 AM Go to last post
  18. Moved: TreePanelDrop problem....

    Started by caoimhin, 24 Jul 2009 8:46 AM
    • Replies: -
    • Views: -
    24 Jul 2009 8:44 AM Go to last post
  19. [2.0.1] Grid node icon bug

    Hi! I found a CSS bug in "grid with group" component, where you can find node selectors. As you can see on the attached image, there are missing...

    Started by romero83, 24 Jul 2009 4:41 AM
    • Replies: 1
    • Views: 960
    24 Jul 2009 4:44 AM Go to last post


Forum Information and Options

Moderators of this Forum