Ext GWT: Bugs (2.x)

Page 11 of 49 FirstFirst ... 9 10 11 12 13 21 ... LastLast

+ Post New Thread

  1. Views: 307
    25 Apr 2013
  1. [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,007
    1 Sep 2010 8:01 AM Go to last post
  2. [FNR] GridView column size problem

    I have a grid using a ListLoader to remotely fetch data. However, I've noticed that if my GridView has 'force fit' enabled, then every time I load...

    Started by dno, 17 Mar 2010 12:25 PM
    2 Pages
    1 2
    • Replies: 11
    • Views: 3,779
    31 Aug 2010 7:41 AM Go to last post
  3. [FNR] BeanModelGenerator ArrayLists convert members to models only on get()

    1) BeanModelGenerator converts ArrayList members to beans in the get method, but doesn't unconvert them in the set method. This can cause...

    Started by The_Jackal, 11 Feb 2010 4:24 PM
    • Replies: 1
    • Views: 1,052
    30 Aug 2010 7:22 AM Go to last post
  4. [FNR] Minor Javadoc bug - Select Event for TabItem

    The class level documentation for TabItem says the Select event for a TabItem gets passed the previously selected tab, but I suspect that's a copy...

    Started by troyg, 17 Aug 2010 7:00 PM
    • Replies: 1
    • Views: 1,083
    30 Aug 2010 6:32 AM Go to last post
  5. [FNR] Default value for AutoExpandMax for Grids

    GXT 2.1.1, GWT 1.7.0, Affects all browsers and hosted mode. Javadoc for setAutoExpandMax says it defaults to 1000. But looking at the code, it...

    Started by troyg, 18 Mar 2010 2:58 PM
    • Replies: 8
    • Views: 2,214
    25 Aug 2010 2:26 AM Go to last post
  6. Red face [CLOSED] Accessibility theme desktop

    Accessibility GXT 2.2 theme not compatible with Desktop. Not really critical, just if U not ever tested it before. public class Empty extends...

    Started by support_csd_kz, 24 Aug 2010 7:14 AM
    • Replies: 1
    • Views: 1,216
    24 Aug 2010 10:00 AM Go to last post
  7. [CLOSED] Aggregation row causes JS error in IE8 when using an AutoExpand Column

    This test case works fine on Chrome but causes a JS error in IE 8. If I change the first column to have a fixed width it works fine in either...

    Started by alecbritton, 23 Aug 2010 3:27 PM
    • Replies: 1
    • Views: 837
    24 Aug 2010 2:28 AM Go to last post
  8. [CLOSED] Two TextFilters on same grid (diff cols) - shows both filter menus ticked

    If you create a grid with two (text) columns, add a TextFilter to each column and then in one of the columns you filter some text, the filter menu on...

    Started by bobpardoe, 20 Aug 2010 2:03 AM
    • Replies: 2
    • Views: 1,112
    23 Aug 2010 9:56 PM Go to last post
  9. [FNR] Background color of an alert Message in IE

    Hi, we noticed, that the background color of text in a messagebox is different from the rest of the messagebox. In Firefox, the whole messagebox...

    Started by jahrens, 17 Aug 2010 2:46 AM
    • Replies: 2
    • Views: 1,190
    17 Aug 2010 10:32 PM Go to last post
  10. [FNR] Calling getRotation() on a chart's axis can throw an unrecoverable exception

    Hi, There's a bug in getRotation() in com.extjs.gxt.charts.client.model.axis.XAxis, specifically the line: return Rotation.valueOf((String)...

    Started by crehbein, 17 Aug 2010 8:37 AM
    • Replies: 8
    • Views: 1,517
    17 Aug 2010 9:20 AM Go to last post
  11. [FNR] Spinner arrow broken in slate theme

    In the slate theme, the spinner 'up' arrow is actually rendered pointing down. See attached screenshot (in Safari 5)

    Started by dno, 28 Jul 2010 1:46 PM
    • Replies: 2
    • Views: 1,092
    17 Aug 2010 4:26 AM Go to last post
  12. [CLOSED] SelectionChangedListener returns always the first element

    Hello. I'm not pretty sure if this is a bug in this version or it existed before, anyway, if you have a ComboBox with a list of items... let's...

    Started by maqjav, 16 Aug 2010 4:27 AM
    • Replies: 2
    • Views: 949
    16 Aug 2010 11:07 PM Go to last post
  13. [FNR] Grid Filters throwing NullPointerException when model has null values

    http://www.sencha.com/examples-dev/explorer.html#filtergrid In the above example just add a empty model to the store and none of the filters work....

    Started by sthamman, 3 Aug 2010 10:18 PM
    • Replies: 3
    • Views: 1,649
    13 Aug 2010 3:45 PM Go to last post
  14. [FNR] AccordionLayout does not remove Listeners, when Components are removed

    Hello, In AccordionLayout the method onRemove() contains the following lines: component.addListener(Events.BeforeExpand, listener); ...

    Started by julisys, 13 Aug 2010 3:15 AM
    • Replies: 1
    • Views: 1,155
    13 Aug 2010 3:19 AM Go to last post
  15. [FNR] ColumnHeader.updateSortIcon misses SortDir.NONE

    GXT2.2 Beta com.extjs.gxt.ui.client.widget.grid.ColumnHeader.updateSortIcon(int colIndex, SortDir dir) does not treat the case when colIndex is...

    Started by 5hao, 6 Aug 2010 1:12 AM
    • Replies: 1
    • Views: 1,354
    6 Aug 2010 1:17 AM Go to last post
  16. [FNR] [2.0 M2] RowEditor does not resize with the grid

    How to reproduce: * Put a grid in a window with FitLayout * Click on a row to start the RowEditor * Resize the window * The RowEditor's width...

    Started by tikvar, 27 May 2009 9:18 AM
    • Replies: 4
    • Views: 1,852
    3 Aug 2010 4:39 AM Go to last post
  17. Exclamation [2.1.3 / 2.2.0 Beta] Dialog + Firefox = Maximize bug

    Hi, there is a bug with maximized dialogs (that means GXT windows with a buttonbar): - the maximized height is larger than the container height,...

    Started by SopGreg, 2 Aug 2010 7:04 AM
    • Replies: 8
    • Views: 1,943
    2 Aug 2010 8:15 AM Go to last post
  18. [FNR] TreePanel with checkboxes CheckChangedListener returns null

    Hello. I just updated to GXT 2.2 beta and I found a bug with TreePanel. TreePanel<BeanModel> tree= new TreePanel<BeanModel>(storeAtributes); ...

    Started by maqjav, 2 Aug 2010 4:36 AM
    • Replies: 1
    • Views: 1,420
    2 Aug 2010 4:56 AM Go to last post
  19. [FNR][2.1.3] Slate theme missing image resource

    Using the slate theme results in a 404 on the error-tip-corners.gif image. This is not in the resources shipped with 2.1.3. 404 - GET...

    Started by dno, 20 Jul 2010 1:51 AM
    • Replies: 2
    • Views: 1,433
    1 Aug 2010 4:33 PM Go to last post
  20. [CLOSED] AssertionError in BorderLayout (Hosted Mode)

    When changing layout of a LayoutContainer from BorderLayout to some other layout the following exception occurs: java.lang.AssertionError:...

    Started by rupesh.patayane, 30 Jul 2010 9:26 AM
    • Replies: 1
    • Views: 1,218
    30 Jul 2010 9:50 AM Go to last post


Forum Information and Options

Moderators of this Forum