Ext GWT: Bugs (2.x)

Page 37 of 48 FirstFirst ... 27 35 36 37 38 39 47 ... LastLast

+ Post New Thread

  1. Views: 266
    25 Apr 2013
  1. Exclamation [FIXED] HtmlEditor isValid bug - NullPointerException

    Hello! When used setSourceEditMode(false) we get null pointer on form validation: java.lang.NullPointerException: null at...

    Started by andreym, 24 Jul 2009 2:24 AM
    • Replies: 1
    • Views: 1,078
    24 Jul 2009 3:09 AM Go to last post
  2. [FIXED] [2.0.1] ListField.forceInvalid() flickers in IE7

    Hi, In IE7, When I do ListFIeld.forceInvalid(), the icon movement is visible in IE7 and FF public class Test implements EntryPoint { ...

    Started by hstang, 23 Jul 2009 9:34 AM
    • Replies: 5
    • Views: 1,683
    23 Jul 2009 10:49 AM Go to last post
  3. [FIXED] ComboBox.setValue() doesn't work when allowBlank = false and empty store

    Hi, I found an issue with setting combobox values which use a 'remote' store to query entries from when allowBlank is set to false. On a FormPanel...

    Started by chriswesdorp, 20 Jul 2009 11:50 PM
    • Replies: 6
    • Views: 4,983
    23 Jul 2009 10:03 AM Go to last post
  4. Exclamation [FIXED] [2.0.1] TreeGrid scrollbar bug blocks text entry in windows

    Sorry for the strange title, not sure how to explain this better. I have included some sample code below, which is based on the Re-ordering treegrid...

    Started by silv, 23 Jul 2009 6:03 AM
    • Replies: 1
    • Views: 1,450
    23 Jul 2009 9:29 AM Go to last post
  5. [FIXED] New browser window from a server resonse

    Hello, I've been building an application for a while and when I post a form to my server, I'm simply returning a single string to the client. I...

    Started by Yan26, 22 Jul 2009 7:04 PM
    • Replies: 1
    • Views: 1,061
    23 Jul 2009 9:28 AM Go to last post
  6. Moved: Overflow ToolBar menu show Tooltip Text instead Text

    Started by terciofilho, 23 Jul 2009 9:20 AM
    • Replies: -
    • Views: -
    23 Jul 2009 9:20 AM Go to last post
  7. [FIXED] memory leak for OFC chart.

    I created some chart in my page. and when i close the ie tab, or refresh the current page, they don't release the memory, so i can crash ie quickly....

    Started by Tooy, 21 Jul 2009 8:11 AM
    • Replies: 4
    • Views: 2,048
    23 Jul 2009 4:53 AM Go to last post
  8. [FIXED] [WARN] invoke arguments: Rounding double to int for int

    Hi When I move mouse over the tool item in the StartMenu I get following warning in the hosted mode: invoke arguments: Rounding double to...

    Started by misqu, 31 May 2009 8:29 AM
    2 Pages
    1 2
    • Replies: 19
    • Views: 4,510
    22 Jul 2009 1:45 PM Go to last post
  9. Moved: [2.0] Select a Grid-Row before rendered

    Started by netRapid, 22 Jul 2009 6:12 AM
    • Replies: -
    • Views: -
    22 Jul 2009 6:11 AM Go to last post
  10. [FIXED] MemoryProxy-Store Bug or Expected Behavior?

    When I combine MemoryProxy and ListStore, the first time it behave like expected, but when loaded twice or more, the all.clear();(@ Store.class, line...

    Started by Francisco Spaeth, 21 Jul 2009 3:34 AM
    • Replies: 3
    • Views: 1,532
    22 Jul 2009 5:59 AM Go to last post
  11. [FIXED] possible bug with if() in MenuBar:139

    Should this be item.expanded == true? protected void onDeactivate(MenuBarItem item) { if (item.expanded = true) { item.menu.hide();...

    Started by elirov, 21 Jul 2009 11:59 AM
    • Replies: 2
    • Views: 1,234
    22 Jul 2009 5:59 AM Go to last post
  12. RC1 FormPanel IE 6/7/8 IFRAME SSL BUG

    When using FormPanel's with IE over SSL the attached prompt is received. The bug is in the FormPanel when it creates the IFRAME an "Id" attribute...

    Started by htafolla, 30 Jun 2009 12:11 PM
    • Replies: 2
    • Views: 1,517
    22 Jul 2009 5:12 AM Go to last post
  13. [CLOSED] Double listener call on Messagebox.alert()

    Hi, I'm having trouble using the Messagebox component and I believe this is a bug. I have the following call: MessageBox.alert("test", "test",...

    Started by injenierobarsa, 21 Jul 2009 2:59 PM
    • Replies: 3
    • Views: 1,800
    21 Jul 2009 3:09 PM Go to last post
  14. [FIXED] [2.0 final] EditorGrid reconfigure Bug

    Hi. There is a problem when i try to use the reconfigure in a EditorGrid, and after that I try to edit a cell. This is a test case. For getting...

    Started by micgala, 10 Jul 2009 12:00 AM
    • Replies: 4
    • Views: 1,756
    21 Jul 2009 6:59 AM Go to last post
  15. [CLOSED] Tooltip truncation issue

    We currently have an issue using tooltips in a Listbox where if you mouseover a tooltip with a larger width than the tooltip above or below in the...

    Started by NotChris, 20 Jul 2009 5:36 PM
    • Replies: 1
    • Views: 1,312
    21 Jul 2009 1:54 AM Go to last post
  16. [FIXED] [2.0] TwinTriggerField error

    Hi, when I use a TwinTriggerField with GXT 2.0 ( as with GXT 1.2.x) the behaviour is wrong. (used with GWT 1.6.4 hosted mode) ...

    Started by maku, 19 Jul 2009 8:48 AM
    • Replies: 1
    • Views: 1,257
    19 Jul 2009 9:22 AM Go to last post
  17. [FIXED] Bug in AbsoluteLayout?

    This used to work fine in 1.2.4. Since 2.0 repositioning a Component in a Container with AbosluteLayout doesn't work anymore in all the cases....

    Started by moldoe, 17 Jul 2009 12:41 PM
    • Replies: 3
    • Views: 1,184
    18 Jul 2009 1:48 AM Go to last post
  18. [CLOSED] 2.0M3 Grid Header Bug

    Hi, Platform Info: GXT Version: Latest from SVN (as of 2009-06-16) (PS: Tested with 2.0M3 release as well, same issue there) Hosted mode & Web...

    Started by yafmbl, 16 Jun 2009 2:38 AM
    • Replies: 7
    • Views: 2,147
    17 Jul 2009 5:45 PM Go to last post
  19. [CLOSED] Dynamically add children to TreeGrid

    Hi, I tried to add dynamically items to a treeGrid but it doesn't work for items that have no child at the beginning : - On application load, I...

    Started by fdussert, 24 Jun 2009 12:34 AM
    • Replies: 6
    • Views: 3,477
    17 Jul 2009 7:34 AM Go to last post
  20. [FIXED] [2.0] CheckBoxSelectionModel select method does not work

    Hi. For GXT 2.0 final, calling manually the select() method does not check the required row. I have created a testcase for this issue. The...

    Started by micgala, 13 Jul 2009 2:03 AM
    • Replies: 4
    • Views: 1,944
    17 Jul 2009 6:05 AM Go to last post


Forum Information and Options

Moderators of this Forum