Ext GWT: Bugs (2.x)

Page 10 of 49 FirstFirst ... 8 9 10 11 12 20 ... LastLast

+ Post New Thread

  1. Views: 291
    25 Apr 2013
  1. [FNR] Typo in com.extjs.gxt.ui.client.widget.layout.ToolBarLayout

    Hi all, I just noticed a typo in the class com.extjs.gxt.ui.client.widget.layout.ToolBarLayout in the method onLayout. At the end of the huge string...

    Started by Arnaud Forcinal, 22 Sep 2010 12:36 AM
    • Replies: 1
    • Views: 1,084
    22 Sep 2010 4:29 AM Go to last post
  2. [FNR] BorderLayout presentation inconsistency

    This is viewable in your explorer demo too. When collapsing a west or east panel the panel's header remains in 'glossy' mode. When collapsing a...

    Started by bobpardoe, 16 Sep 2010 12:58 AM
    • Replies: 4
    • Views: 1,217
    22 Sep 2010 4:17 AM Go to last post
  3. [CLOSED] BeanModelReader has wrong generic type

    BeanModelReader has the following signature : BeanModelReader implements DataReader<ListLoadResult<ModelData>>however it will only ever contain...

    Started by andrew_l, 20 Sep 2010 8:41 PM
    • Replies: 1
    • Views: 756
    21 Sep 2010 1:03 AM Go to last post
  4. [OPEN] [FNR] ToggleButton causes a ConcurrentModification Exception

    We recently upgraded to GXT 2.2.0. We now have a case where when we run our app in hosted mode and click a ToggleButton, we get the following...

    Started by TedCHoward, 20 Sep 2010 11:31 AM
    • Replies: 3
    • Views: 1,256
    20 Sep 2010 3:11 PM Go to last post
  5. [FNR] BeanModelGenerator wrap list in a list on set() for non BeanModel items

    GXT v2.2.0 When set a list in BeanModel and items of this list are not instances of BeanModel then the list is wrapped in a new list. public...

    Started by zalant, 17 Sep 2010 2:54 AM
    beanmodelgenerator
    • Replies: 1
    • Views: 1,032
    17 Sep 2010 3:02 AM Go to last post
  6. [FNR] String comparison bug in BaseStringFilterConfig

    Hi, I just noticed there's a bug in the isFiltered() method in BaseStringFilterConfig. isFiltered() is always returning true in a particular case...

    Started by crehbein, 14 Sep 2010 11:14 AM
    • Replies: 7
    • Views: 2,619
    15 Sep 2010 11:10 AM Go to last post
  7. [FNR] SpinnerField doesn't honor setEnabled(false) on triggers

    import com.extjs.gxt.ui.client.widget.form.FormPanel; import com.extjs.gxt.ui.client.widget.form.SpinnerField; import...

    Started by bartolomiew, 15 Sep 2010 6:24 AM
    • Replies: 2
    • Views: 1,155
    15 Sep 2010 6:36 AM Go to last post
  8. Exclamation [CLOSED] No ComboBox scrollbar on mobile Safari (iPad)

    Hi, we encountered a bug on mobile safari (iPad): All ComboBoxes don't have a scrollbar, so you can only see the first n items and can't scroll...

    Started by SopGreg, 15 Sep 2010 3:15 AM
    scrollbar safari ipad
    • Replies: 6
    • Views: 3,267
    15 Sep 2010 3:46 AM Go to last post
  9. [CLOSED] WindowListener Events.Minimize Stack Overflow Error

    Hi Guys, it looks like a bug. I've implemented a window and added a minimize button and an minimize event. Here a little bit java gxt code: ...

    Started by Fretze, 15 Sep 2010 1:24 AM
    • Replies: 1
    • Views: 1,736
    15 Sep 2010 1:26 AM Go to last post
  10. [OPEN] [FNR] ColorPalette surprise

    I have a place in my app, where the user can select different colors. I used a ColorMenu for that, which encapsulates a ColorPalette. I used to set...

    Started by ddanny, 15 Sep 2010 12:46 AM
    • Replies: 1
    • Views: 1,728
    15 Sep 2010 1:00 AM Go to last post
  11. [FNR] Grid horizontal scrollbar not working properly

    Ext version tested: Gxt2.2.0 Adapter used: ext css used:

    Started by pankajdang, 9 Sep 2010 9:57 AM
    • Replies: 6
    • Views: 3,100
    14 Sep 2010 12:22 PM Go to last post
  12. Question [FNR] RowEditor changes read only field after Cancel + another RowEditor problem

    Actually, I was trying to track another issue, but building the testcase I found this one: - You have an EditorGrid with a read only column (no...

    Started by BayerBusiness, 9 Sep 2010 5:23 AM
    • Replies: 6
    • Views: 2,031
    9 Sep 2010 9:02 AM Go to last post
  13. [FNR] [2.2 RC1] Menu bar \ menus - Bug \ Change of behaviour ?

    This can be seen in your own explorer demos as a difference between 2.1.1 and 2.2.0 RC. When selecting a menu item the mouse down event drops down...

    Started by bobpardoe, 28 Aug 2010 1:18 PM
    • Replies: 8
    • Views: 1,462
    7 Sep 2010 12:46 PM Go to last post
  14. [CLOSED] GWT compiler error in ChartModel using 2.2.0 final?

    I find it hard to believe I'm the only one with this problem, but I'm getting the following error message when GWT-compiling and/or running our app...

    Started by crehbein, 7 Sep 2010 8:43 AM
    • Replies: 5
    • Views: 1,899
    7 Sep 2010 9:28 AM Go to last post
  15. [FNR] [2.2.0] Grid Filter Problem

    I tried this on FF 3.6.8 (Mac), but it seems it is a generic problem for all browsers. For a sample code, just navigate to:...

    Started by micgala, 6 Sep 2010 3:12 AM
    • Replies: 6
    • Views: 2,352
    6 Sep 2010 7:32 AM Go to last post
  16. [OPEN] [FNR] Hide column on a not rendered grid results in NPE - GXT 2.2.0

    I extended the GridSelectionModel and overwrote the handelColumnHidden method: protected void handleColumnHidden(ColumnModelEvent e) { ...

    Started by haplo, 2 Sep 2010 1:15 AM
    • Replies: 1
    • Views: 863
    2 Sep 2010 10:47 AM Go to last post
  17. Question [FNR] Bug in asyncronous tree in gxt2.2 RC1

    Hello, i have written a filemanager it works fine in GXT2.1.1. When i try it with GXT2.2 RC1 when i open an empty folder the icon never change it...

    Started by frederic.bastide, 27 Aug 2010 5:11 AM
    2 Pages
    1 2
    • Replies: 17
    • Views: 2,797
    2 Sep 2010 3:04 AM Go to last post
  18. [FNR] CSS missing bg.gif

    GXT version: 2.2 (build 2199) Gray and Slate CSS missing bg.gif. Test case: public class Empty implements EntryPoint { Viewport vp;

    Started by support_csd_kz, 25 Aug 2010 7:53 PM
    • Replies: 5
    • Views: 1,592
    1 Sep 2010 8:05 AM Go to last post
  19. [FNR] SlideIn - Wrapper size too big in IE 8 after slide out

    GXT 2.2.0 Windows Vista IE 8 When sliding in with Direction.DOWN the bounds are calculated at nearly twice the size of the wrapped node. This...

    Started by Trelmo, 1 Sep 2010 7:37 AM
    • Replies: 4
    • Views: 1,393
    1 Sep 2010 8:01 AM Go to last post
  20. [FNR] SlideOut setStyleAttribute syntax incorrect

    com.extjs.gxt.ui.client.fx.BaseEffect lines 298, 301 both read: wrapEl.setStyleAttribute(style, v); This is not working properly in IE 8. ...

    Started by Trelmo, 1 Sep 2010 7:22 AM
    • Replies: 2
    • Views: 1,005
    1 Sep 2010 8:01 AM Go to last post


Forum Information and Options

Moderators of this Forum