Sencha GXT Bugs

Page 47 of 51 FirstFirst ... 37 45 46 47 48 49 ... LastLast

+ Post New Thread

  1. 3.0.0.beta2 - Inline editing of grid and combo boxes

    I have an editable grid, if I'm in a cell and then select another cell, that cell will become editable on a single click. However, if I change the...

    Started by nbuesing, 9 Jan 2012 11:43 AM
    • Replies: 0
    • Views: 580
    9 Jan 2012 11:43 AM Go to last post
  2. Post Obsolete Dialog JavaDoc

    The JavaDoc example for Dialog seems outdated (in Beta 2): Dialog d = new Dialog(); d.setHeading("Exit Warning!"); d.addText("Do you wish to...

    Started by PhiLho, 9 Jan 2012 1:58 AM
    dialog, javadoc
    • Replies: 1
    • Views: 632
    9 Jan 2012 8:29 AM Go to last post
  3. Beta 1 - Draggable.setContainer doesn't work properly?

    Ok, first, I'll admit that I don't know if this is a bug, or I'm doing something incorrectly and misunderstanding the purpose of...

    Started by jvahabzadeh, 29 Dec 2011 9:32 AM
    • Replies: 5
    • Views: 782
    9 Jan 2012 7:42 AM Go to last post
  4. Question Bug in TextField.validateValue ???

    Applies to Ext GWT up to 2.2.5 In case of an empty string and blanks allowed, TextField.validateValue will invoke Field.clearValidate. However,...

    Started by mburkhart, 2 Jan 2012 11:39 AM
    • Replies: 2
    • Views: 688
    9 Jan 2012 7:42 AM Go to last post
  5. Exclamation Current limitations of Live Grid (in demo)

    I look at the Ext GWT 3 beta 1 demo for the Live Grid: http://www.sencha.com/examples-dev/#ExamplePlace:livegrid with Chrome 16 and Firefox 9. I am...

    Started by PhiLho, 2 Jan 2012 7:59 AM
    • Replies: 2
    • Views: 995
    9 Jan 2012 1:11 AM Go to last post
  6. Exclamation Viewport bug

    The following code: Viewport viewport = new Viewport(); viewport.add(new ContentPanel(), new MarginData(10)); ...

    Started by kospiotr, 19 Oct 2011 1:44 PM
    gxt 3.0 dp5, viewport
    • Replies: 5
    • Views: 2,144
    8 Jan 2012 11:19 PM Go to last post
  7. Entering invalid number in Number Field, JavaScritpException

    GXT 3.0.0-beta2 When I enter an invalid number in a number field, for example "3.4.5.6", instead of the the mark invalid actually getting called,...

    Started by nbuesing, 6 Jan 2012 8:52 AM
    • Replies: 3
    • Views: 1,050
    6 Jan 2012 10:30 AM Go to last post
  8. Moved: RowEditor AssertionError

    Started by eggp, 6 Jan 2012 4:18 AM
    • Replies: -
    • Views: -
    6 Jan 2012 5:06 AM Go to last post
  9. deselect() in StoreSelectionModel don´t work

    Hello, i have this piece of code to deselect a selected item in grid if (list.getSelectionModel().getSelectedItem() != null)...

    Started by nuno.ferreira, 21 Dec 2011 9:05 AM
    • Replies: 1
    • Views: 563
    3 Jan 2012 3:14 AM Go to last post
  10. Masking a grid inside a portlet does not set the position of the mask correct

    Using a Grid inside a Portlet and masking the Grid while loading data, does not set the position to the mask correct.

    Started by gishmo, 31 Dec 2011 3:16 AM
    • Replies: 0
    • Views: 696
    31 Dec 2011 3:16 AM Go to last post
  11. Updating text of a existing TabItemConfg does not work

    Trying to update the text of a TabItemConfig with tabItemConfig.setText("text") does not work after the TabPanel is rendered.

    Started by gishmo, 31 Dec 2011 2:29 AM
    • Replies: 2
    • Views: 898
    31 Dec 2011 2:51 AM Go to last post
  12. Beta 1 - GridInlineEditing BeforeStartEditEvent never fires

    Looking at the source it seems that the event is created but never fired... From GridInlineEditing.java public void startEditing(final GridCell...

    Started by dierp, 29 Dec 2011 2:25 PM
    • Replies: 1
    • Views: 717
    29 Dec 2011 11:02 PM Go to last post
  13. GWT - Beta 1 - Stacked bar charts don't take into account stack size

    You can actually see this in your samples- > http://sencha.com/examples-dev/#ExamplePlace:stackedbarchart Hover over the stacked series and...

    Started by kenoyer130, 29 Dec 2011 11:52 AM
    • Replies: 2
    • Views: 740
    29 Dec 2011 4:42 PM Go to last post
  14. (Beta 1) BarSeries Stacked Mode Defect (AreaSeries is OK)

    Brendan, In working with the AreaSeries, I finally realized what is wrong with the BarSeries when using it in stacked mode. The attached...

    Started by LEWJO10@ca.com, 29 Dec 2011 8:50 AM
    • Replies: 0
    • Views: 373
    29 Dec 2011 8:50 AM Go to last post
  15. index out of bounds error with NumberField.setAllowedDecimals(false)

    I create a NumberField<BigDecimal> (with my own BigDecimalPropertyEditor) I defined. If I call field.setAllowDecimal(false) I get an index out of...

    Started by nbuesing, 27 Dec 2011 2:33 PM
    • Replies: 0
    • Views: 482
    27 Dec 2011 2:33 PM Go to last post
  16. Cannot use keyboard navigation on combo box with GridRowEditing/Grid

    If I have a combox box as one of the columns in a Grid and I use the GridRowEditing, keyboard navigation (up arrow / down arrow) doesn't work for...

    Started by nbuesing, 27 Dec 2011 10:25 AM
    combobox, grid, gridrowediting
    • Replies: 0
    • Views: 507
    27 Dec 2011 10:25 AM Go to last post
  17. GWT - BETA 1 - Firefox - Charts throw error on widget.clear

    Whenever I clear a widget containing a chart (so I can add another chart widget), I get the following error in FireFox. (NS_ERROR_FAILURE):...

    Started by kenoyer130, 27 Dec 2011 7:35 AM
    • Replies: 0
    • Views: 462
    27 Dec 2011 7:35 AM Go to last post
  18. Grid & Editing

    I have not used Ext GWT 2.x, so I don't know if these are bugs, or just user error. 1. If I use a GridInlineEditor and my Grid has combo boxes, I...

    Started by nbuesing, 23 Dec 2011 10:35 AM
    editing, event, grid
    • Replies: 4
    • Views: 866
    27 Dec 2011 7:17 AM Go to last post
  19. (Beta 1) Tool Tips Overlap in Mixed Series Chart

    Brendan, When you setup a chart to have a BarSeries and a ScatterSeries where both have tool tips, the BarSeries tool tip gets partially overlaid...

    Started by LEWJO10@ca.com, 26 Dec 2011 7:09 PM
    • Replies: 0
    • Views: 571
    26 Dec 2011 7:09 PM Go to last post
  20. Beta 1 - DateField getMinDate() always returns null

    From DateField.java : /** * Returns the field's minimum value. * * @return the minimum value */ public Date getMinValue() { ...

    Started by dierp, 26 Dec 2011 6:28 PM
    • Replies: 0
    • Views: 467
    26 Dec 2011 6:28 PM Go to last post