Ext GWT: Bugs (2.x)

Page 15 of 49 FirstFirst ... 5 13 14 15 16 17 25 ... LastLast

+ Post New Thread

  1. Views: 507
    25 Apr 2013
  1. Exclamation [CLOSED] Column Width not working with HeaderGroupConfig

    Hi, I set the column width property for each column in my grid. If a word (without blanks) in my header is larger than this width my title will...

    Started by matthias.schuldner, 18 Nov 2009 4:02 AM
    • Replies: 3
    • Views: 1,596
    26 Apr 2010 2:20 AM Go to last post
  2. [CLOSED] Context menu not show after upgrade gxt 2.11 -> gxt 2.1.2

    Hi. I change dynamically the context menu in function of the row's properties of the grid. // treeGrid treeGrid = new...

    Started by Gildas, 23 Apr 2010 1:32 AM
    • Replies: 1
    • Views: 1,163
    26 Apr 2010 12:48 AM Go to last post
  3. [CLOSED] TriggerField.triggerBlur

    TriggerField.triggerBlur() calls super.onBlur(). I believe this should be simply onBlur(). The result is that any override of TriggerField.onBlur()...

    Started by mbellew, 23 Apr 2010 10:46 AM
    triggerfield onblur
    • Replies: 3
    • Views: 1,188
    23 Apr 2010 3:31 PM Go to last post
  4. [CLOSED] Field.isDirty() incorrectly returns true if original value is empty string

    Summary: If setOriginalValue() is called on a field by way of a form binding and the value is an empty String, a call to isDirty() returns true...

    Started by mattpainter, 19 Apr 2010 2:44 PM
    • Replies: 3
    • Views: 2,018
    21 Apr 2010 12:03 PM Go to last post
  5. [FNR] [2.1.1 / 2.1.3] Tooltip bug and tooltip shadow issue in IE8

    In IE8, there's a 1px gap between the top of the tooltip and middle of the tooltip. It only appears when the browser is in quirksmode, but the...

    Started by jonjanisch, 14 Apr 2010 12:36 PM
    • Replies: 2
    • Views: 1,998
    21 Apr 2010 8:15 AM Go to last post
  6. Question [CLOSED] Bug in layout HBoxLayout

    Hello, I have a layout problem in the version 2.1.3 which wasn't appearing in version 2.1.2. You can see the difference in the rendering in the...

    Started by ionut.rachita, 21 Apr 2010 5:19 AM
    • Replies: 6
    • Views: 1,695
    21 Apr 2010 7:51 AM Go to last post
  7. [FNR] Portal Drag Drop Bug

    There is an issue in portal layout. (http://www.extjs.com/examples/explorer.html#portal) Here how to generate: Open the portal demo page...

    Started by yafmbl, 19 Apr 2010 2:43 AM
    portlet dragdrop
    • Replies: 3
    • Views: 1,556
    19 Apr 2010 5:50 AM Go to last post
  8. [FNR] LiveGridView setStripeRows Bug

    GXT version: 2.1.1, 2.2 (revision 2015) GWT version: 2.0.3 Platforms: All. Browsers: All. Hello Ext GWT developers team. One more about live...

    Started by support_csd_kz, 6 Apr 2010 1:51 AM
    • Replies: 4
    • Views: 2,297
    17 Apr 2010 8:30 AM Go to last post
  9. [CLOSED] Shrinked toolbar buttons

    I am currently running GXT 2.1.2 over GWT 2.0.3 and I have the pleasure to see a bug I have seen in an older version of GXT running on GWT 1.7: in IE...

    Started by ddanny, 15 Apr 2010 5:21 AM
    • Replies: 2
    • Views: 1,120
    15 Apr 2010 5:52 AM Go to last post
  10. [CLOSED] Bug in GroupingGrid with nested properties in model data

    I found there's such a bug: if you created a grouping grid with nested property in one of the columns (eg. column id is "prop1.subproperty"), and...

    Started by AntoniM, 13 Apr 2010 11:18 AM
    grid, model data, nested property, xdom
    • Replies: 1
    • Views: 744
    13 Apr 2010 11:40 AM Go to last post
  11. [CLOSED] The PagingToolBar component should be bound to a Store not to a Loader

    Hi: I think the PagingToolBar should be bound to a Store not to a loader because it should reflect the content of the Store not the content loaded...

    Started by bogc, 13 Apr 2010 10:57 AM
    • Replies: 3
    • Views: 1,147
    13 Apr 2010 11:04 AM Go to last post
  12. [FNR] TimeField bug?

    when i use Timefield,i set the increment to 1,the 23:59 always disappers. how can i do to get 23:59? FormPanel form = new FormPanel();...

    Started by is84092, 10 Apr 2010 11:33 AM
    • Replies: 1
    • Views: 1,280
    12 Apr 2010 5:02 AM Go to last post
  13. [CLOSED] ClassCastException in EditorGrid

    Hi all! Am a new in GXT and have a problem: I create a grid with bean model RpcProxy<PagingLoadResult<CellSummaryEntity>> proxy = new...

    Started by Metallic, 12 Apr 2010 12:06 AM
    • Replies: 2
    • Views: 982
    12 Apr 2010 12:53 AM Go to last post
  14. [CLOSED] MenuBar bugs in 2.1.2

    Version: GXT 2.1.2 Browser: IE 8 Follow the steps to reproduce the problem: 1. Navigate to the MunuBar sample page:...

    Started by fangning, 9 Apr 2010 1:21 AM
    • Replies: 1
    • Views: 807
    9 Apr 2010 1:23 AM Go to last post
  15. [CLOSED] Bug in TimeField.findModel()

    There is a bug in TimeField class in case selected time is 23:55. The findModel method is not able to find the Time object associated with this time....

    Started by moldoe, 8 Apr 2010 11:03 AM
    • Replies: 1
    • Views: 898
    8 Apr 2010 11:12 AM Go to last post
  16. [CLOSED] Bug in Radio

    There is an not-null checked code in com.extjs.gxt.ui.client.widget.form.Radio class, which causes NullPointerException, if you use a Radio without a...

    Started by yafmbl, 7 Apr 2010 7:06 AM
    • Replies: 2
    • Views: 846
    8 Apr 2010 5:16 AM Go to last post
  17. [FNR] AccordionLayout::setActiveItem doesn't collapse the expanded panel.

    The expanded panel doesn't collapse when called the setActiveItem. Fix for it: @Override public void setActiveItem(Component...

    Started by jcai, 30 Mar 2010 12:14 PM
    • Replies: 1
    • Views: 1,261
    8 Apr 2010 3:54 AM Go to last post
  18. [FNR] DatePicker picks wrong date / month

    This problem could be seen even in the demo: http://www.extjs.com/examples/#datepicker If you pick March 31, 2010, then it shows the calendar for...

    Started by vsevik, 21 Mar 2010 5:16 AM
    • Replies: 3
    • Views: 2,334
    8 Apr 2010 2:43 AM Go to last post
  19. [CLOSED] LiveGridView mask bug

    GXT version 2.1.1 (public) GWT version 2.0.2 Browsers: All LiveGridView Masking bug. Test case: Create Grid with LiveGridView, add like 20...

    Started by anton_ds, 2 Apr 2010 12:53 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 2,891
    6 Apr 2010 7:09 PM Go to last post
  20. Documentation incorrect

    The documentation for com.extjs.gxt.ui.client.widget.form.HtmlEditor v.2.1.1 says that it supports three events Sync, BeforeSync, and EditModeChange,...

    Started by azara, 5 Apr 2010 9:25 AM
    • Replies: 0
    • Views: 598
    5 Apr 2010 9:25 AM Go to last post


Forum Information and Options

Moderators of this Forum