Sencha GXT Bugs

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

+ Post New Thread

  1. Exclamation [FIXED] ClassCastException when calling SelectionChangedEvent<T>.getSource()

    This is on the CheckBoxSelectionModel. When I add a SelectionChangedHandler and call event.getSource, in the parent class it's trying to cast the...

    Started by icfantv, 26 Jan 2012 5:17 PM
    checkboxselectionmodel, classcastexception, selectionchangedevent, selectionchangedhandler
    • Replies: 8
    • Views: 985
    28 Mar 2012 2:53 PM Go to last post
  2. [FIXED] (GXT 3.0.0 GA) IE Long Running Script Charting Issue

    Version of Ext GWT This problem occurs in the recently released GA version of Ext GWT 3.0.0. Browser versions Firefox 7 Internet Explorer 8 ...

    Started by LEWJO10@ca.com, 15 May 2012 6:52 AM
    • Replies: 4
    • Views: 983
    22 Sep 2012 1:32 AM Go to last post
  3. [CLOSED] Paging grid with RequestFactory and related entity - doesn't load related entity

    Hi all, i have a problem with paging request factory grid. If I try to fetch entities that have related entities(lazily loaded) through request...

    Started by IgyBoy, 1 Nov 2012 6:34 AM
    loader, paging, related entity, request factory
    • Replies: 4
    • Views: 979
    4 Nov 2012 7:23 AM Go to last post
  4. [FIXED] Need to turn off the tooltip on Slider

    Is there a way to accomplish this? setting the message to null throws an exception. Thanks, Audra

    Started by audra, 1 Jun 2012 10:31 AM
    • Replies: 3
    • Views: 978
    4 Jun 2012 11:48 AM Go to last post
  5. SpinnerField with empty text causes ParseException

    Required Information Version(s) of Ext GWT Ext GWT 3.0.1 Browser versions and OS (and desktop environment, if applicable) every browser

    Started by feelinforyou, 27 Jan 2013 6:15 AM
    empty text, parseexception, spinnerfield
    • Replies: 3
    • Views: 975
    31 Jan 2013 10:31 AM Go to last post
  6. [FIXED] ToolButton icon isn't right

    Using beta-4 the following two lines both render the same question mark tool icon. ToolButton refreshTB = new ToolButton(ToolButton.REFRESH);...

    Started by DavidHoffer, 7 Mar 2012 7:17 AM
    • Replies: 5
    • Views: 974
    28 Mar 2012 2:35 PM Go to last post
  7. [FIXED] Grid: Column lines not visible

    Version(s) of Ext GWT Ext GWT 3.0 Release Candidate 2 Browser versions and OS (and desktop environment, if applicable) Firefox 8, IE 9...

    Started by esag_dk, 18 Apr 2012 7:15 AM
    • Replies: 3
    • Views: 965
    18 Jun 2012 12:48 AM Go to last post
  8. [FIXED] BorderLayoutData .setFloatable(false) doesn't work.

    Hello! I'm using RC2. I have a BorderLayout with 3 Regions: North Center East I wanted to have the East-Region collapsible and floatable....

    Started by Webrat, 26 Apr 2012 11:35 PM
    borderlayout, borderlayoutdata, floatable, setfloatable()
    • Replies: 6
    • Views: 962
    20 Nov 2012 9:19 AM Go to last post
  9. [FIXED] (Beta 1) Area Chart - AreaSeries SeriesItemOverEvent Issue

    Brendan, The tool tips for an area series do not work well. When you add a SeriesItemOverHandler to an AreaSeries, the index and value...

    Started by LEWJO10@ca.com, 29 Dec 2011 1:17 AM
    • Replies: 2
    • Views: 957
    27 Jan 2012 2:25 PM Go to last post
  10. (3.0.0. RC) NullPointerException @ ToolTip.onTargetOver

    Hi, I got this stack trace: ERROR: Uncaught exception escaped. com.google.gwt.event.shared.UmbrellaException: One or more exceptions caught, see...

    Started by gdlm, 2 Apr 2012 4:37 AM
    • Replies: 7
    • Views: 956
    11 Apr 2012 3:40 AM Go to last post
  11. [FIXED] gxt radar chart refresh issue

    I'm getting some weird artifacts when redrawing a gxt radar chart. It looks like the labels are drawn on top of each other until I resize the...

    Started by elirov, 1 May 2012 5:36 AM
    • Replies: 5
    • Views: 956
    15 Aug 2012 1:34 PM Go to last post
  12. [FIXED] When Column in Grid is hidden, editor doesn't adjust

    If I hide a column (columnModel.getColumn(1).setHidden(true), the editor no longer shows up over the cell as expected, instead it still renders as...

    Started by nbuesing, 23 Jan 2012 1:07 PM
    • Replies: 5
    • Views: 955
    3 May 2012 9:37 AM Go to last post
  13. Exclamation [FIXED] TreeDropTarget throws ClassCastException in showFeedback (Tree / TreeGrid cast)

    When a tree used as source and target widget in drag and drop operation, showFeedback may throw ClassCastException: cannot cast Tree to TreeGrid....

    Started by pete_by, 29 Nov 2011 12:21 PM
    classcastexception, drag & drop, drag and drop, tree
    • Replies: 3
    • Views: 953
    12 Dec 2011 6:54 PM Go to last post
  14. [CLOSED] TextField is not found in IE9.

    I used TextField in FormPanel as items in a page, then I put the page in a tabpanel as a tab page. I open this tab page(called page1), then I...

    Started by kyleSencha, 21 Feb 2012 5:02 PM
    formpanel, ie9, textfield
    • Replies: 4
    • Views: 952
    24 Feb 2012 7:08 PM Go to last post
  15. [FIXED] If a cell in a grid is currently being edited, events fail to fire on checkbox.

    I have attached a simple application with a checkbox and an editable grid. If you select/unselect the checkbox, the system out (as shown) gets...

    Started by nbuesing, 22 Feb 2012 10:51 AM
    • Replies: 6
    • Views: 950
    14 Jun 2012 2:26 PM Go to last post
  16. Row Editing displays toString of edited object

    Required Information Version(s) of Ext GWT GXT 3.0.0 RC2 Browser versions and OS (and desktop environment, if applicable) IE8, Windows XP...

    Started by FEAT, 25 Apr 2012 3:33 AM
    • Replies: 4
    • Views: 950
    22 Dec 2012 9:31 AM Go to last post
  17. [FIXED] Beta 4 breaks VBoxLayoutContainer.VBoxLayoutAlign.STRETCH

    I have a couple places where I have a TextButton in a VBoxLayoutContainer using VBoxLayoutContainer.VBoxLayoutAlign.STRETCH. It used to stretch. I...

    Started by DavidHoffer, 2 Mar 2012 7:55 AM
    • Replies: 5
    • Views: 948
    29 Mar 2012 3:55 PM Go to last post
  18. [CLOSED] [GXT 3.0] TextButtonCell with menu not fully working when in a Grid

    Required Information Version(s) of Ext GWT GXT 3.0.0 Browser versions and OS Independant of browser/OS. Virtual Machine No.

    Started by lefke123, 20 Jun 2012 1:24 AM
    • Replies: 5
    • Views: 947
    7 Nov 2012 12:57 PM Go to last post
  19. Exclamation [FIXED] TextButton - no disabled icon & cursor stays pointer

    Hi, I use two TextButtons (with previous/next functionality) with only an icon - no text. I remark that as a user I'm unable to visually detect...

    Started by gdlm, 22 Mar 2012 2:52 AM
    • Replies: 4
    • Views: 942
    3 May 2012 10:07 AM Go to last post
  20. Question [FIXED] TextButton won't display HTML text

    I'm trying to get a TextButton to display HTML text but it keeps rendering that in plain text, how do I fix this?

    Started by DavidHoffer, 12 Feb 2012 7:14 AM
    • Replies: 4
    • Views: 941
    15 Feb 2012 10:39 AM Go to last post