Ext GWT: Bugs (2.x)

Page 1 of 48 1 2 3 11 ... LastLast

+ Post New Thread

  1. Views: 287
    25 Apr 2013
  1. Question GXT 2.2.5 - Broken column alginment

    Hi, we're currently running GXT 2.2.5 with for our web-application. This application basically shows a couple of different grids. All the grids...

    Started by tp_blue, 13 May 2013 6:46 AM
    • Replies: 1
    • Views: 581
    15 May 2013 1:10 AM Go to last post
  2. [2.2.5] ComboBox resets filtered list after one second when force selection set

    I have a ComboBox on a (validating) form that uses force selection. I type a character and the correct values are listed in the suggestion listview...

    Started by The_Jackal, 13 Oct 2011 5:28 PM
    2 Pages
    1 2
    • Replies: 17
    • Views: 5,582
    5 May 2013 3:39 PM Go to last post
  3. [OPEN] SelectionModel of TreeGrid doesn't use equals()

    Hi, I have ModelData instances, which overwrite equals() and hashCode(). In the TreeGrid, it works fine, but I have problems with the...

    Started by A.Rothe, 23 Apr 2013 10:48 AM
    equals, modeldata, selectionmodel
    • Replies: 3
    • Views: 540
    3 May 2013 8:47 AM Go to last post
  4. [OPEN] ExtGWT 2.3.0 regression: LabelField.setValue(null) throws NPE

    See code of LabelField @Override public void setValue(Object value) { this.value = value.toString(); if (rendered) { if...

    Started by keygen, 30 Apr 2013 2:10 PM
    • Replies: 1
    • Views: 203
    2 May 2013 10:12 AM Go to last post
  5. Getting multiple requests with scrolling on Live Grid.

    I have a live grid view implemented as in the LiveGridEample. When I do scrolling on this multiple request are made with the same offset and limit...

    Started by dxdev, 15 Feb 2013 7:43 AM
    livegridmultiplecalls, livegridscrolling, livegridview
    • Replies: 5
    • Views: 818
    18 Apr 2013 8:00 AM Go to last post
  6. Sencha Ext GWT grid columns not aligned with grid header

    Can Sencha please release the fix for: http://goo.gl/lE70q http://code.google.com/p/chromium/issues/detail?id=120865 I understand that this is...

    Started by tamsler, 2 Aug 2012 12:50 PM
    • Replies: 6
    • Views: 1,820
    17 Apr 2013 5:20 PM Go to last post
  7. Issue with grid header alignment

    Grid header is not properly aligned with data in grid. Below is the environment: Gxt version : 2.2.5 Browser : IE9 ,FF 20.0.1

    Started by ravikatkar, 15 Apr 2013 4:12 AM
    • Replies: 0
    • Views: 242
    15 Apr 2013 4:12 AM Go to last post
  8. Infinite loop in LiveGridView (gxt 2.2.5 / gwt 2.3)

    Hi, guys. Every version of your library has an infinite loop in LiveGridView!!! I was told before to switch to the latest (at that point 2.2.4 or...

    Started by atrubka, 21 Feb 2013 9:20 AM
    • Replies: 7
    • Views: 1,124
    1 Apr 2013 12:54 PM Go to last post
  9. [CLOSED] [2.2.6] LayoutContainer does not add children to DOM (sometimes)

    I've noticed that it's possible for components added to a LayoutContainer to become "attached" (onAttach() is invoked) but never actually added to...

    Started by mcarthum, 26 Mar 2013 7:48 AM
    • Replies: 1
    • Views: 369
    26 Mar 2013 10:56 AM Go to last post
  10. Bug with Tree[...]DropTarget

    Required Information Version(s) of Ext GWT Ext GWT 3.0.1 Ext GWT 2.2.5 to current Browser versions and OS (and desktop environment, if...

    Started by rmezzetta@remilon.com, 28 Feb 2013 10:09 AM
    • Replies: 0
    • Views: 1,168
    28 Feb 2013 10:09 AM Go to last post
  11. Grid's CellSelectionModel returns incorrect values in case of LiveGridView 2.2.5.

    Hi, guys. We're using LiveGridView with a capability to remove rows upon click of a button. Unfortunately,...

    Started by atrubka, 26 Feb 2013 10:55 AM
    • Replies: 8
    • Views: 559
    26 Feb 2013 1:59 PM Go to last post
  12. [2.2.6] IE9 issues

    Hi, when I'm working with IE9 and the IE8 compatibility mode is enabled then everything works fine in ma app. But when I turn off that...

    Started by mariusz.pala, 15 Feb 2013 2:52 AM
    • Replies: 0
    • Views: 428
    15 Feb 2013 2:52 AM Go to last post
  13. [FIXED] AsyncTreeGrid Filter issue (looped loading after filter application)

    I have a async TreeGrid. On start up the widget loads all the nodes and then each individual node expands to reveal an arbitrary number of leafs. All...

    Started by mariusz.saternus@markit.com, 8 Feb 2013 4:09 AM
    async, filter, tree, treegrid
    • Replies: 6
    • Views: 901
    15 Feb 2013 1:18 AM Go to last post
  14. [GXT2.2.6] Grid column alignment issue

    Hi, I have ordered GXT 2.2.6 for grid column alignment fixeing. However, after I upgraded to 2.2.6, the column alignment issue still exists....

    Started by KeanuLee, 10 Feb 2013 2:49 AM
    • Replies: 2
    • Views: 577
    10 Feb 2013 11:38 AM Go to last post
  15. [GXT 2.2.4] Bug on GridCellRenderer for TreeGrid

    Hi, I have some issues on widget renderer when I try to scroll with the mouse wheel. Some widgets are not rerendering correctly. here is a...

    Started by keyade, 27 Jan 2012 5:11 AM
    2 Pages
    1 2
    • Replies: 12
    • Views: 9,580
    1 Nov 2012 6:45 PM Go to last post
  16. Expand/Collapse not clickable anymore if refresh(headerToo) was called on GridView

    after refreshing a tree grid by calling refresh(headerToo) the joint elements within TreeGrid.TreeNode are not reset to null, so that they will no...

    Started by dfreis, 19 Oct 2012 2:38 AM
    collapse, expand, refresh, treegrid
    • Replies: 0
    • Views: 1,401
    19 Oct 2012 2:38 AM Go to last post
  17. LiveGridView crashes browser when resized

    GWT: 2.4.0 GXT: 2.2.5 Firefox: 13.0.1 Chrome: 20.0.1132.57 OS: Mac OS X Lion 10.7.4 (11E53)

    Started by sri2k1us, 30 Jul 2012 12:36 PM
    browser, gxt 2.2.5, livegrid, livegridview bug, resize
    • Replies: 9
    • Views: 3,924
    5 Sep 2012 6:52 AM Go to last post
  18. CheckColumnConfig bug please help

    Hi all, I have this code CheckColumnConfig checked = new CheckColumnConfig(ColumnDatabaseName, ColumnName, ColumnSize) { ...

    Started by baczek00, 31 Aug 2012 11:32 AM
    • Replies: 2
    • Views: 1,179
    1 Sep 2012 6:03 AM Go to last post
  19. Scrolling in FF no longer works when a ContentPanel is within a TabPanel

    I have come across what I believe is a bug in FF (we're using version 10.0.3) that prevents a user from using the arrow keys to navigate up/down the...

    Started by mazukas, 29 Aug 2012 6:17 AM
    contentpanel, firefox, tabpanel
    • Replies: 0
    • Views: 712
    29 Aug 2012 6:17 AM Go to last post
  20. [FIXED] [2.0rc1] sorting on a treegrid gives strange results

    Hi, If you look at http://www.extjs.com/examples-dev/explorer.html#basictreegrid When you expand the tree and then sort Author or Genre, the...

    Started by hstang, 29 Jun 2009 8:35 AM
    • Replies: 6
    • Views: 2,829
    23 Aug 2012 8:59 AM Go to last post


Forum Information and Options

Moderators of this Forum