Ext GWT: Bugs (1.x)

Page 10 of 61 FirstFirst ... 8 9 10 11 12 20 60 ... LastLast

+ Post New Thread

  1. [FIXED] [1.2.3] Splitting bars of border layout bleed through a Window

    Hi, The horizontal (top and bottom) Splitting bars of border layout bleed through Windows. In fact the splitting bar comes though any part of a...

    Started by The_Jackal, 24 Mar 2009 6:09 PM
    • Replies: 6
    • Views: 2,285
    1 Apr 2009 7:12 AM Go to last post
  2. Memory leak in Dialog

    Hi all, I think there is a memory leak in the com.extjs.gxt.ui.client.widget.Dialog. Here is a little test with a button to open a number of...

    Started by JohVle, 3 Nov 2008 7:27 AM
    • Replies: 1
    • Views: 988
    1 Apr 2009 6:34 AM Go to last post
  3. [FIXED] [CLOSED] BaseEvent type is null

    I have a listener for a tree and button where the listener is the same for both. I am trying to avoid inner classes so that I can do incremental...

    Started by hwillis, 4 Mar 2009 6:24 AM
    • Replies: 8
    • Views: 1,694
    1 Apr 2009 4:44 AM Go to last post
  4. [FIXED] [1.2.3] AbstractStoreSelectionModel calls onSelectChange() too early

    The AbstractStoreSelectionModel calls the onSelectChange(M model, boolean select) before the classes internal variable selected is updated. The...

    Started by Adam Ward, 10 Mar 2009 10:45 AM
    • Replies: 2
    • Views: 1,362
    1 Apr 2009 4:33 AM Go to last post
  5. [CLOSED] Info message not shown

    If you make two com.extjs.gxt.ui.client.widget.Info messages, the first by calling: new Info().show(conf); and second by calling ...

    Started by staffan, 1 Apr 2009 3:43 AM
    • Replies: 5
    • Views: 1,432
    1 Apr 2009 4:32 AM Go to last post
  6. [FIXED] [1.2.3] TimeField has infinite loop

    gxt 1.2.3 JDK 1.6 IDEA 8.01 WindowsXP I could reproduce the infinite loop in com.extjs.gxt.ui.client.widget.form.TimeField#initList() method...

    Started by epishkin, 29 Mar 2009 1:40 PM
    • Replies: 3
    • Views: 1,440
    1 Apr 2009 4:28 AM Go to last post
  7. [FIXED] NullPointer in EditorGrid

    CellEditor override postProcessValue, for example.. if user type "1" and press enter show one message and the value of the field receveid "1A",...

    Started by fother, 25 Mar 2009 8:10 AM
    • Replies: 3
    • Views: 1,230
    1 Apr 2009 4:28 AM Go to last post
  8. [FIXED] Info not adjusting for scroll

    GXT version 1.2.3 com.extjs.gxt.ui.client.widget.Info The displayed 'info' popup isn't adjusting for the scroll of the viewport. The problem...

    Started by me2, 26 Feb 2009 1:21 PM
    • Replies: 1
    • Views: 974
    1 Apr 2009 4:18 AM Go to last post
  9. [FIXED] El.center not centering properly

    In com.extjs.gxt.ui.client.core.El the center(boolean constrainViewport) method appears to have a bug that is incorrectly computing the proper...

    Started by me2, 26 Feb 2009 11:43 AM
    • Replies: 3
    • Views: 1,097
    1 Apr 2009 4:18 AM Go to last post
  10. [FIXED] [1.2] MessageBox.prompt enter key does not dismiss message box

    When entering text into a MessageBox.prompt the enter key should close the message box. I think this should be built into to the toolkit but I can't...

    Started by rzschech, 28 Jan 2009 5:06 PM
    • Replies: 8
    • Views: 3,062
    1 Apr 2009 4:18 AM Go to last post
  11. [FIXED] [1.2.3] Dispatcher forwardEvent throws NPE

    This is a very simple bug that can be seen by simply looking at the following static methods in the Dispatcher class: /** * Forwards an app...

    Started by Adam Ward, 2 Mar 2009 3:36 PM
    • Replies: 1
    • Views: 1,042
    1 Apr 2009 4:18 AM Go to last post
  12. [FIXED] Defect when tabbing to field with checkbox in editable grid

    In an EditorGrid, with GXT 1.1, we have a problem where you can't tab to a field that is a checkbox. This is with web mode (hosted mode in Linux...

    Started by dleblanc, 4 Mar 2009 11:09 AM
    • Replies: 2
    • Views: 1,656
    1 Apr 2009 4:18 AM Go to last post
  13. [FIXED] ColumnLayout weird behavior

    I noticed a weird behavior in ColumnLayout calculation in GXT 1.2.3. Let's say I have the following arrangements: 1) LayoutContainer using...

    Started by thatone, 5 Mar 2009 11:39 AM
    • Replies: 5
    • Views: 1,892
    1 Apr 2009 4:18 AM Go to last post
  14. Exclamation [FIXED] [1.2.3] MultiField fields dissapear on Window resize

    I have a very simple test case in which I have a resizable Window containing a FormPanel with a MultiField build from two TextFields. When I resize...

    Started by moldoe, 4 Mar 2009 7:34 AM
    • Replies: 5
    • Views: 1,317
    1 Apr 2009 4:17 AM Go to last post
  15. [FIXED] Post-render setExpanded for FieldSet not accurate

    When you call setExpanded() or expand() or collapse() on a FieldSet which uses CheckboxToggle after it has been rendered, the checkbox does not get...

    Started by jdecew, 9 Mar 2009 12:45 AM
    • Replies: 2
    • Views: 1,391
    1 Apr 2009 4:17 AM Go to last post
  16. [FIXED] FormBinding issue with ComboBox

    I have a situation where the selected combobox value is not committed to the bound property of a source bean. Attached is an example that...

    Started by hbrands, 2 Mar 2009 2:44 AM
    • Replies: 5
    • Views: 1,741
    1 Apr 2009 4:17 AM Go to last post
  17. Exclamation [FIXED] GXT 1.2.3: Grid Drag'n Drop with self as source

    I have following grid: Grid datagrid = new Grid<ModelData>(detailsStore, cm); final GridDragSource gds = new GridDragSource(datagrid); target...

    Started by pepez, 16 Mar 2009 6:02 AM
    • Replies: 2
    • Views: 1,305
    1 Apr 2009 4:17 AM Go to last post
  18. [OPEN] [FIXED] [1.2.3] BaseModel.remove(String) should check for null hashmap

    Java 1.5 Mac OSX GXT 1.2.3 If you instantiate BaseModel and then immediately use the remove() method, a NPE will be thrown. Looks like the...

    Started by xferron, 22 Mar 2009 5:28 AM
    • Replies: 1
    • Views: 1,294
    1 Apr 2009 4:17 AM Go to last post
  19. [FIXED] [1.2.3]AdvancedComboBoxExample error

    When you get some results in this demo (http://extjs.com/examples/forms/forumsearch.html) and you explicitly put in the toolBar the page you want to...

    Started by gaudeo, 31 Mar 2009 6:05 AM
    • Replies: 1
    • Views: 782
    1 Apr 2009 4:17 AM Go to last post
  20. [1.2.3] HtmlContainer has Unknown runtime error in IE7

    public void onModuleLoad() { String html = "<tr><td>inside my table</td></tr>"; HtmlContainer hc = new HtmlContainer(html);...

    Started by cravemusic, 30 Mar 2009 1:28 PM
    • Replies: 0
    • Views: 898
    30 Mar 2009 1:28 PM Go to last post


Forum Information and Options

Moderators of this Forum