Sencha GXT Bugs

Page 41 of 51 FirstFirst ... 31 39 40 41 42 43 ... LastLast

+ Post New Thread

  1. [OPEN] FieldSet rendering artifact

    Beta 4. My friend tried to use FieldSet and found that it renders with small glitch on collapse button. Top border is not rendered

    Started by Konstantin.Scheglov, 6 Mar 2012 6:51 PM
    • Replies: 3
    • Views: 444
    6 Mar 2012 7:59 PM Go to last post
  2. [OPEN] minor : grid size of 0 should be smaller than grid size of 1

    I have a dynamic grid where 0 is perfectly valid. I like that with beta4, the grid (when it is of size 0) has a height to it. However, that...

    Started by nbuesing, 6 Mar 2012 12:47 PM
    • Replies: 1
    • Views: 397
    6 Mar 2012 4:39 PM Go to last post
  3. ComboBoxCell sets listview to selectOnHover(true)

    I want my ComboBox to have hover and click states before a selection is made... Please remove line 763 in ComboBoxCell: ...

    Started by audra, 5 Mar 2012 5:16 PM
    • Replies: 0
    • Views: 301
    5 Mar 2012 5:16 PM Go to last post
  4. Inline editting and text button

    In a inline editable grid if the user clicks in a button that is contained inside a cell, the grid should not start the editing mode. In this case...

    Started by paucarre, 5 Mar 2012 7:09 AM
    button, inline editable grid
    • Replies: 5
    • Views: 665
    5 Mar 2012 7:56 AM Go to last post
  5. [FIXED] Rename field ToolButton.style

    ...or make it private. Problem is that in UiBinder it is usual to use code like this: <ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'...

    Started by Konstantin.Scheglov, 16 Jan 2012 8:59 PM
    • Replies: 6
    • Views: 1,143
    2 Mar 2012 5:42 PM Go to last post
  6. Smile [FIXED] Code style in ColumnConfig

    In com.sencha.gxt.widget.core.client.grid.ColumnConfig constructors argument is has name "name", but sets "header", as method setHeader(). Not nice....

    Started by Konstantin.Scheglov, 19 Jan 2012 6:26 PM
    • Replies: 2
    • Views: 1,203
    2 Mar 2012 5:28 PM Go to last post
  7. [FIXED] [GXT 3.0] Need Access to ComboBoxCell minListWidth property

    Hi, I want to define a ListView widest than the ComboBox field it belongs to. In GXT 2.0 this could be done by ...

    Started by dardison, 19 Jan 2012 6:18 PM
    • Replies: 3
    • Views: 809
    2 Mar 2012 5:14 PM Go to last post
  8. [FIXED] XTemplate bug found [Beta2]

    Today I was using XTemplates and stumbled upon a fairly harsh error: - Errors in...

    Started by EthiC, 14 Feb 2012 7:23 AM
    • Replies: 5
    • Views: 926
    2 Mar 2012 5:07 PM Go to last post
  9. [FIXED] Beta2. HtmlEditor does not integrate well with BorderLayout.

    I tryed to use border layout with splitters and HtmlEditors inside. All looks fine until you try to drag a splitter - HtmlEditors iframes dissapear....

    Started by Vadim Kirilchuk, 30 Jan 2012 1:55 AM
    borderlayout htmleditor
    • Replies: 4
    • Views: 856
    2 Mar 2012 4:52 PM Go to last post
  10. [FIXED] (Beta 1) NumberField IndexOutOfBoundsException When Allow Decimals...

    I get the following exception when I invoke setAllowDecimals(false) on NumberField. Caused by: java.lang.IndexOutOfBoundsException: Index: 46,...

    Started by LEWJO10@ca.com, 17 Jan 2012 7:16 AM
    • Replies: 2
    • Views: 694
    2 Mar 2012 1:21 PM Go to last post
  11. [FIXED] (Beta 1) Under IE 8 Horizontal Axis Labels Are Left Justified When “\n” Used

    Brendan, When a new line character is escaped in the axis labels, the labels along the horizontal axis all wind up left justified in IE8 (please...

    Started by LEWJO10@ca.com, 19 Dec 2011 5:05 PM
    • Replies: 3
    • Views: 816
    2 Mar 2012 1:11 PM Go to last post
  12. [FIXED] FieldLabel - problems with a line break

    When a FieldLabel label text is too long, it gets a line break. But the field after it is not rendered correctly: public void onModuleLoad(){ ...

    Started by DarekKay, 2 Dec 2011 5:13 AM
    • Replies: 3
    • Views: 1,170
    2 Mar 2012 1:01 PM Go to last post
  13. [FIXED] Grid reconfigure throughs Null exception

    Gxt 3-beta2: grid.reconfigure(store, cm); Will through Null exception.

    Started by Olaus, 1 Feb 2012 5:43 AM
    • Replies: 3
    • Views: 831
    2 Mar 2012 12:50 PM Go to last post
  14. [FIXED] Accordion Layout issue when hiding collapse tool

    Found a null pointer exception in the ContentPanel class (Ext GWT 3 Beta 2). When you hide the collapse tool of an AccordionLayoutContainer...

    Started by dpeters, 16 Feb 2012 10:49 AM
    • Replies: 3
    • Views: 932
    2 Mar 2012 12:48 PM Go to last post
  15. BorderLayoutContainer should throw runtime expection if BorderLayoutData is invalid

    Ideally BorderLayoutContainer should support North, South, East & West where BorderLayoutData has size of -1 meaning, it should size itself based on...

    Started by DavidHoffer, 2 Mar 2012 7:33 AM
    • Replies: 0
    • Views: 412
    2 Mar 2012 7:33 AM Go to last post
  16. Moved: I can't remove gxt grid component from ContentPanel

    Started by CHEM_Eugene, 29 Feb 2012 1:42 AM
    • Replies: -
    • Views: -
    2 Mar 2012 12:38 AM Go to last post
  17. [FIXED] Disabling Radio not working

    Hello, (Using GXT3 beta3) I'm trying to disable a com.sencha.gxt.widget.core.client.form.Radio: In UiBinder, I tried readOnly="true" and...

    Started by koenjan, 28 Feb 2012 6:59 AM
    • Replies: 3
    • Views: 524
    2 Mar 2012 12:05 AM Go to last post
  18. 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
  19. [FIXED] Field and setAutoValidate()

    I am looking at your "Forms Example" from your Explorer Demo and have compiled it and running it locally. 1) Now, I do the following for the...

    Started by nbuesing, 18 Jan 2012 1:25 PM
    • Replies: 5
    • Views: 1,013
    1 Mar 2012 6:07 PM Go to last post
  20. Exclamation [CLOSED] Several errors with charts

    We're currently working with GXT 3.0.0 beta 3 I collected several stack traces of errors I encountered during the previous days. The produced stack...

    Started by gdlm, 28 Feb 2012 1:00 AM
    • Replies: 9
    • Views: 1,031
    1 Mar 2012 1:04 AM Go to last post