Ext GWT: Bugs (2.x)

Page 48 of 49 FirstFirst ... 38 46 47 48 49 LastLast

+ Post New Thread

  1. Views: 294
    25 Apr 2013
  1. [CLOSED] Window shadow not readjusting when the size of the Window changes

    popup = new Window(); popup.setAutoHeight(true); //(and all the components in it too) Window has a FitLayout In the FitLayout, there is a...

    Started by bigmountainben, 10 May 2009 7:31 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 2,563
    10 May 2009 8:22 AM Go to last post
  2. [CLOSED] setIntStyleAttribute on a TextField only affect the text box, not the label

    name.setEmptyText("A short description of the task"); name.setFieldLabel("Some Label"); // we have to do it at this level because otherwise gxt...

    Started by bigmountainben, 10 May 2009 7:21 AM
    • Replies: 2
    • Views: 1,774
    10 May 2009 7:26 AM Go to last post
  3. [CLOSED] [2.0]feature FormBinding

    http://extjs.com/forum/showthread.php?p=327350#post327350 It will be cool if FormBinding can update Model when call some method example...

    Started by Webflash, 8 May 2009 8:36 AM
    • Replies: 1
    • Views: 1,174
    8 May 2009 8:39 AM Go to last post
  4. [CLOSED] [2.0 M1] Filter field not filter DataList with DataListBinder

    DataList not filtered public class Catalog implements BeanModelTag { private static final long serialVersionUID = 1L; private String name;...

    Started by Webflash, 8 May 2009 7:26 AM
    • Replies: 1
    • Views: 1,038
    8 May 2009 8:01 AM Go to last post
  5. [FIXED] [GWT 2.0m1] Attaching CheckBox to Container throws runtime exception

    Looks like simply attaching a CheckBox to a Container throws a RuntimeException. - GXT version: 2.0m1 - GWT version: 1.6.4 - Hosted mode -...

    Started by jlr, 20 Apr 2009 9:49 AM
    • Replies: 4
    • Views: 2,817
    7 May 2009 10:41 AM Go to last post
  6. [CLOSED] I am not sure ,and is this a bug?

    I want to control a window when it is dragged,so I add a dragListener to it,this is my test code: public class WindowTest implements EntryPoint {...

    Started by cabe, 6 May 2009 7:53 PM
    • Replies: 1
    • Views: 1,114
    6 May 2009 10:11 PM Go to last post
  7. [FIXED] [2.0 M1] ComboBox, wrong popup position in webkit

    Hello, As you can see on the following screenshot, i'm getting a problem with popup position of combobox. It work properly on IE7/8 and Firefox...

    Started by Ezor, 6 May 2009 4:08 AM
    • Replies: 2
    • Views: 2,074
    6 May 2009 7:41 AM Go to last post
  8. [FIXED] [2.0 Trunk] Bug in DND Manager?

    hi dev team, we try to implement a dataset widget, in which the layout can be modified by a user via drag and drop of a tree-element to the...

    Started by mgoerdes, 11 Apr 2009 5:03 AM
    • Replies: 7
    • Views: 2,264
    1 May 2009 1:37 PM Go to last post
  9. [CLOSED] Height/width conversions from percentages to pixels

    My team has encountered the following issue in 2.0-M1, including a build from svn as of last weekend. On various combinations of layouts,...

    Started by dmallory, 29 Apr 2009 8:31 AM
    • Replies: 6
    • Views: 4,640
    1 May 2009 5:47 AM Go to last post
  10. [CLOSED] Component.applyState() not overrideable?

    Why is Component.applyState protected and not public as seems is intended by Component.initState()?

    Started by DataSurfer, 29 Apr 2009 9:22 AM
    • Replies: 6
    • Views: 2,174
    29 Apr 2009 9:31 AM Go to last post
  11. Moved: [2.0 M1] cirilic language

    Started by Webflash, 29 Apr 2009 5:36 AM
    • Replies: -
    • Views: -
    29 Apr 2009 5:35 AM Go to last post
  12. [CLOSED] [2.0 M1]

    I created a simple test for the BorderLayoutDemo from the examples. I is entirely wrong with overlapping panels, etc. Below is my code for calling...

    Started by acabler, 28 Apr 2009 11:35 PM
    • Replies: 1
    • Views: 1,377
    29 Apr 2009 1:14 AM Go to last post
  13. Question [2.0 Trunk] Bug in TreeStore when inserting a new item?

    Hi, I'm trying to insert a new TreeItem at a specific index by modifying the TreeStore. The problem is that the new item is added as a last child...

    Started by ionut.rachita, 22 Apr 2009 2:05 AM
    • Replies: 1
    • Views: 1,213
    27 Apr 2009 1:22 PM Go to last post
  14. [2.0 Trunk]: Index out of Bounds Exception in BaseTreeModel after calling add Method

    Hi Dev-Team, after using changing from M1 to the current trunk, we get an IndexOutOfBoundsException when adding a Model to a BaseTreeModel. The...

    Started by mgoerdes, 25 Apr 2009 8:12 AM
    • Replies: 2
    • Views: 2,317
    25 Apr 2009 11:05 AM Go to last post
  15. [2.0 M1] Gridrendering and Gridselection

    Hi dev-Team, as shown on GXT-conference we have several problems concerning the rendering of a Grid. 1. when scrolling to the last column of a...

    Started by mgoerdes, 21 Apr 2009 11:46 PM
    • Replies: 6
    • Views: 2,316
    25 Apr 2009 10:20 AM Go to last post
  16. [CLOSED] com.extjs...widget.grid.GridView.getRenderedValue does not escape <

    If a value bound to a grid cell contains is contained in <>, the contents between the angles will not be displayed unless there is an explicit...

    Started by Curt Arnold, 22 Apr 2009 7:56 PM
    • Replies: 4
    • Views: 3,911
    23 Apr 2009 10:19 AM Go to last post
  17. [FIXED] [2.0-m1] Bug in CSS.addStyleSheet

    Hi. There is a bug in the addStyleSheet method, CSS class. The line link.setPropertyString("id", "id");should be changed to...

    Started by micgala, 23 Apr 2009 1:23 AM
    • Replies: 1
    • Views: 1,694
    23 Apr 2009 6:34 AM Go to last post
  18. [CLOSED] [2.0 M1] Radio listener

    I'm almost done with the migration from 1.2 to 2.0 and I've made all work okay instead one thing. I know that it is just a milestone but I post this...

    Started by Yukideluxe, 20 Apr 2009 12:39 AM
    • Replies: 2
    • Views: 3,108
    21 Apr 2009 10:44 PM Go to last post
  19. [CLOSED] [GWT 2.0m1] Button.setIconStyle has no effect

    It seems that there is a bug corresponding to the button iconStyle in gxt2.0 Example: css : .toDashBoard {width: 16px; height: 16px;...

    Started by xalvaro, 21 Apr 2009 4:29 AM
    • Replies: 2
    • Views: 2,648
    21 Apr 2009 5:12 AM Go to last post
  20. [2.0 M1] Missing breaking changes and other doc issues

    I encountered several breaking changes that were not documented in 2.0_migration_guide.html. DataProxy, DataReader, BaseListLoader (likely others)...

    Started by Curt Arnold, 20 Apr 2009 9:19 AM
    • Replies: 2
    • Views: 1,658
    21 Apr 2009 4:11 AM Go to last post


Forum Information and Options

Moderators of this Forum