Sencha GXT Bugs

Page 31 of 51 FirstFirst ... 21 29 30 31 32 33 41 ... LastLast

+ Post New Thread

  1. DateField#setValue() doesn't work after the triggered date picker used.

    Steps to reproduce for any 3.0.0* versions: http://sencha.com/examples-dev/#ExamplePlace:basicbinding Change the field "Updated:" to any other date...

    Started by nomad, 9 Jul 2012 1:08 PM
    datefield
    • Replies: 2
    • Views: 484
    10 Jul 2012 1:35 AM Go to last post
  2. [OPEN] NumberPropertyEditor render doesn't support null values

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

    Started by dardison, 8 May 2012 3:38 PM
    • Replies: 2
    • Views: 484
    9 May 2012 5:44 AM Go to last post
  3. [FIXED] Minor typos in Tree source

    There is a typo in the calcualteJoint protected method of Tree.java... Also the JavaDoc has an obscure sentence: "A ModelKeyProvider must specified...

    Started by PhiLho, 6 Mar 2012 4:34 AM
    tree
    • Replies: 3
    • Views: 483
    28 Mar 2012 5:23 PM Go to last post
  4. [FIXED] DateFilter setMaxDate and setMinDate don't seem to be working

    Hi. I am using the setMaxDate and setMinDate on a DateFilter object. I am assuming by setting these dates the calendar displayed would gray a...

    Started by ExtJsAndJava, 11 Sep 2012 12:54 PM
    • Replies: 1
    • Views: 482
    12 Sep 2012 9:43 AM Go to last post
  5. 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
  6. Beta3: Validators not working

    Hi, if I add a validator to a field, it often (but not always) validates an old value. I did not use the "autoValidate" function, but simply...

    Started by ivotte, 28 Feb 2012 7:54 AM
    validator
    • Replies: 1
    • Views: 481
    1 Mar 2012 8:49 PM Go to last post
  7. TreeStore hasRecord

    The TreeStore object inherits the hasRecord method of the Store class. As it is now, this record will always return "false", as the records map in...

    Started by stigrv, 9 Jan 2013 1:04 AM
    • Replies: 4
    • Views: 481
    30 Jan 2013 3:37 AM Go to last post
  8. [OPEN] CheckBox in Grid - can't set it's column's width or Header without breaking it?

    All, I'm not sure if this is a bug, or incorrect usage on my part. I've been trying to set up a Grid in a way somewhat similar to the CheckBox...

    Started by jvahabzadeh, 21 May 2012 7:36 AM
    • Replies: 1
    • Views: 480
    23 May 2012 12:51 PM Go to last post
  9. Checkbox grid in paging mode fails at selection

    I have created a checkbox grid with paging feature. The problem is that the resulting grid only allows me to do one select. It is impossible to...

    Started by paucarre, 31 Jan 2012 2:17 AM
    checkbox gid, paging, row selection
    • Replies: 0
    • Views: 477
    31 Jan 2012 2:17 AM Go to last post
  10. SelectionChangedEvent.getSource() - ClassCastException with TreeSelectionModel

    Ok, this appears to be very strange. I've been playing around with Tree. Mostly working. I have an odd thing happening with the...

    Started by jvahabzadeh, 12 Jan 2012 6:55 AM
    • Replies: 0
    • Views: 477
    12 Jan 2012 6:55 AM Go to last post
  11. Exclamation Bug in . . Viewport? Or TopBottomComponent? Or browser issue?

    All, I've come across a bit of odd behavior. This happens in both Firefox 5 and IE8. However, I don't know which component/components are...

    Started by jvahabzadeh, 8 Nov 2011 9:49 AM
    • Replies: 0
    • Views: 477
    8 Nov 2011 9:49 AM Go to last post
  12. [FIXED] Grid with Inline Editing, selecting cell in same row, value entered not accepted

    GXT 3.0.3 GWT 2.4 Internet Explorer 8 Dev Mode and Production Mode Windows 7, 64 bit Issues also verified with Chrome 25 Firefix 17.0.1 does...

    Started by nbuesing, 20 Dec 2012 8:35 PM
    • Replies: 4
    • Views: 474
    2 Jan 2013 12:23 PM Go to last post
  13. [CLOSED] Grid reconfigure method not clearing old column headers in beta4

    Hi In beta4, I noticed reconfigure method in Grid is not clearing old column headers. Table shows two column headers after reconfigure method is...

    Started by maniksanthosh, 11 Mar 2012 7:47 PM
    • Replies: 2
    • Views: 474
    13 Mar 2012 1:14 PM Go to last post
  14. Problem Using DateField Components for Charting Controls at Bottom of Browser Window

    Hi Brendan. I am using two DateField components (one for the Starting Date and another for the Ending Date) to control the range of time shown on...

    Started by LEWJO10@ca.com, 19 Nov 2011 3:50 PM
    • Replies: 0
    • Views: 473
    19 Nov 2011 3:50 PM Go to last post
  15. Center layout with incorrect positions

    Hi, if I have a Vertical layout container that have scrolling active and than add many HBox layout container with a centered layout in it the layout...

    Started by jsven007, 9 May 2012 4:28 AM
    • Replies: 2
    • Views: 470
    10 May 2012 7:33 AM Go to last post
  16. [FIXED] (RC 1) Resizing FF Browser Horizontally Causes TimeAxis Labels Render Issue

    Brendan, If you resize the browser to be smaller horizontally, some of the TimeAxis labels will render with alignment problems. This seems to...

    Started by LEWJO10@ca.com, 1 Apr 2012 7:26 AM
    • Replies: 2
    • Views: 470
    6 Apr 2012 5:18 PM Go to last post
  17. [CLOSED] Tabs in TabPanel do not effectively communicate disabled status

    In GXT 2.x, when a TabItem was disabled, two things would happen: The text of the tab would be grayed out to indicate the disabled state The mouse...

    Started by scaswell1, 25 Jan 2013 9:10 AM
    • Replies: 2
    • Views: 469
    28 Jan 2013 5:18 PM Go to last post
  18. [OPEN] HtmlEditor buttons do not get toggled properly when selecting text

    Required Information Version(s) of Ext GWT 3.0.1 (on sencha.com), 3.0.3 (our project) Browser versions and OS Win 7-64 pro, Firefox 17...

    Started by tgi, 28 Jan 2013 7:26 AM
    htmleditor
    • Replies: 2
    • Views: 467
    29 Jan 2013 3:49 AM Go to last post
  19. 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
  20. BorderLayoutContainer, split problems

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

    Started by esag_dk, 13 Apr 2012 3:38 AM
    • Replies: 2
    • Views: 466
    17 Apr 2012 12:56 AM Go to last post