Ext GWT: Bugs (1.x)

Page 20 of 61 FirstFirst ... 10 18 19 20 21 22 30 ... LastLast

+ Post New Thread

  1. [FIXED] setHideCollapseTool doesn't seem to work with BorderLayoutData

    Taken from the BorderLayoutExample.java: 1) Try to hide the collapseTool of the North ContentPanel 2) And at the same, make sure the...

    Started by Kutu, 19 Jan 2009 12:03 PM
    • Replies: 2
    • Views: 948
    26 Jan 2009 4:12 AM Go to last post
  2. [CLOSED] Dragging a window hangs when initiating drag on non-active window

    Although Release 1.2.1 bug fixes list the "Dragging a window hangs when initiating drag on non-active window" as a fixed bug, I am still facing with...

    Started by enderakay, 26 Jan 2009 1:32 AM
    • Replies: 4
    • Views: 936
    26 Jan 2009 3:13 AM Go to last post
  3. [1.2.1] MultiField shouldn't extend Field<F>

    Moved to http://extjs.com/forum/showthread.php?t=57856

    Started by ogerardin, 19 Jan 2009 7:35 AM
    • Replies: 9
    • Views: 1,743
    26 Jan 2009 2:45 AM Go to last post
  4. [1.2.1] BaseModel API docs wrongly refers to buttons

    In the JavaDocs for BaseModel the descriptions for Model.Add, Model.Insert and Model.Update are all described as, Fires after the button is...

    Started by janekdb, 22 Jan 2009 9:59 AM
    • Replies: 2
    • Views: 816
    24 Jan 2009 3:08 PM Go to last post
  5. [CLOSED] [1.1.3] Dispatcher and Hosted Mode

    I have noticed an issue when running in hosted mode and using the Dispatcher. For some reason, hosted mode is able to produce a congruent...

    Started by amundb, 14 Nov 2008 8:33 AM
    • Replies: 3
    • Views: 1,524
    23 Jan 2009 12:36 PM Go to last post
  6. [CLOSED] DateField start day issue

    in Brazil for DateField the first day in the calendar is Monday.

    Started by fother, 23 Jan 2009 5:37 AM
    • Replies: 7
    • Views: 1,479
    23 Jan 2009 6:19 AM Go to last post
  7. [FIXED] Specified RowLayout Margins differs from the real one

    Taken example: RowLayoutExample.java. Replace Text label1 = new Text("Test Label 1"); with TextField<String> label1 = new TextField<String>();....

    Started by Evgenia, 23 Jan 2009 1:12 AM
    • Replies: 1
    • Views: 817
    23 Jan 2009 1:36 AM Go to last post
  8. [FIXED] GWT 1.2 Radio.setBoxLabel after render does not change the label

    Radio.setBoxLabel after render does not change the label. Looking at the code the label is only setup during the onRender. A simple workaround: ...

    Started by rzschech, 11 Jan 2009 5:14 PM
    • Replies: 2
    • Views: 1,753
    21 Jan 2009 1:21 PM Go to last post
  9. [r1188] TreeDragSource not clearing "my-tree-drop" style correctly

    There are some issues with when and where the "my-tree-drop" style is removed from a Tree on DND. For example, if I have Feedback.BOTH and grab node...

    Started by negge, 21 Jan 2009 11:12 AM
    • Replies: 0
    • Views: 664
    21 Jan 2009 11:12 AM Go to last post
  10. [r1188] Useless branch in GridDropTarget.onDragMove

    Found this while looking for something else, not sure what the intent here is. @Override protected void onDragMove(DNDEvent event) { if...

    Started by negge, 21 Jan 2009 2:40 AM
    • Replies: 0
    • Views: 843
    21 Jan 2009 2:40 AM Go to last post
  11. [r1181] Auto-loading TreeBinder does not honor TreeLoader.hasChildren()

    I have a DataReader, TreeLoader, TreeStore, Tree, and TreeBinder defined as follows: DataReader<List<MyModel>> treeReader=new...

    Started by negge, 15 Jan 2009 6:43 AM
    • Replies: 1
    • Views: 1,256
    20 Jan 2009 6:42 PM Go to last post
  12. [FIXED] DOCS: "is value" typo in TextField

    In TextField "whether a field is value" should read "whether a field is valid", setAllowBlank(boolean allowBlank) Sets whether a field...

    Started by janekdb, 13 Jan 2009 5:26 AM
    • Replies: 1
    • Views: 683
    19 Jan 2009 8:21 PM Go to last post
  13. Exclamation [CLOSED] [1.2.1] CenterLayoutExample does not work

    Hi, have you already noticed that there should be introduced a bug with the 1.2.1 version because the CenterLayoutExample on your page won't work...

    Started by mkolb, 19 Jan 2009 10:26 AM
    • Replies: 9
    • Views: 1,498
    19 Jan 2009 11:41 AM Go to last post
  14. [CLOSED] FormPanel.isValid() - fails when field is marked how invalid

    public void onModuleLoad() { final FormPanel form = new FormPanel(); final TextField<String> field = new TextField<String>();...

    Started by fother, 19 Jan 2009 8:06 AM
    • Replies: 2
    • Views: 1,157
    19 Jan 2009 8:31 AM Go to last post
  15. [CLOSED] Grid bug in IE?

    Hi, I posted the details of my issue over in Help but I am posting it here as well as I believe it to be a bug. It should contain everything...

    Started by timefortea, 19 Jan 2009 5:35 AM
    • Replies: 1
    • Views: 859
    19 Jan 2009 6:40 AM Go to last post
  16. [1.1.4] TreeTable sort does not work

    Hello, Changing sort order/column in TreeTable does nothing. Data is initially sorted when loaded, but there is no way to change sorting...

    Started by Piotr.B, 19 Jan 2009 1:58 AM
    • Replies: 0
    • Views: 624
    19 Jan 2009 1:58 AM Go to last post
  17. [FIXED] [1.2.1] Pasting <b> into a NumberField does not show the correct tooltip

    With this setup, NumberField f = new NumberField(); f.setMessageTarget("tooltip"); f.setAutoValidate(); pasting in <b> with ctrl-v CORRECTLY...

    Started by janekdb, 12 Jan 2009 9:25 AM
    • Replies: 2
    • Views: 1,108
    17 Jan 2009 6:32 PM Go to last post
  18. [r1181] IconButton fires BoxComponentEvent instead of ButtonEvent in onClick()

    I am using a ToolButton (which extends IconButton). Both the ToolButton and the IconButton constructors take a SelectionListener<ButtonEvent>...

    Started by negge, 14 Jan 2009 10:40 AM
    • Replies: 3
    • Views: 1,325
    17 Jan 2009 6:47 AM Go to last post
  19. [FIXED] [1.2.1] Border layout splitter off 3px (south and east only)

    Not a big deal but it does make the splitter hard to grab. Description - If you look at the BorderLayout Example, note the south and east...

    Started by jschwarz0, 10 Jan 2009 1:08 PM
    • Replies: 1
    • Views: 1,294
    17 Jan 2009 3:53 AM Go to last post
  20. [1.2.2] TableRowLayout does not set height for <table>. Affects HorizontalPanel.

    GXT 1.2.2 Web Mode FireFox 3.0.4, Chrome 1.0.154.43 Windows XP Sample code given below TableRowLayout line 105 -- the code is wrong...

    Started by x4444, 16 Jan 2009 5:08 PM
    • Replies: 0
    • Views: 689
    16 Jan 2009 5:08 PM Go to last post


Forum Information and Options

Moderators of this Forum