Sencha GXT Bugs

Page 42 of 51 FirstFirst ... 32 40 41 42 43 44 ... LastLast

+ Post New Thread

  1. [FIXED] (beta3) Inconsistent getter naming in BarSeries

    Some method namings that can be found throughout chart classes: Axis.getX() Axis.getY() BarSeries.setXAxisPosition(...)...

    Started by lefke123, 28 Feb 2012 7:08 AM
    • Replies: 1
    • Views: 408
    28 Feb 2012 5:46 PM Go to last post
  2. It is not possible to change cell styles

    There is no way to change the cell styles of a grid. It is only possible to change the text styles, but not the whole cell. There is a way to change...

    Started by paucarre, 28 Feb 2012 12:25 AM
    grid, styles
    • Replies: 4
    • Views: 1,431
    28 Feb 2012 4:52 AM Go to last post
  3. [OPEN] beta2. FormPanel.LabelAlign.RIGHT is ignored and not used

    I've tried to set label alignment for RIGHT, but it does not work. So I've looked into source and see that it is even not checked anywhere! Is...

    Started by Konstantin.Scheglov, 6 Feb 2012 4:21 PM
    • Replies: 1
    • Views: 589
    27 Feb 2012 4:50 PM Go to last post
  4. [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: 948
    24 Feb 2012 7:08 PM Go to last post
  5. Programmatic ComboBox.expand() yields previous subset values

    I have a combo-box box in a grid where I expand the combo box when editing starts (see attached code). If you do type-ahead selection (as shown in...

    Started by nbuesing, 24 Feb 2012 12:39 PM
    • Replies: 0
    • Views: 387
    24 Feb 2012 12:39 PM Go to last post
  6. [OPEN] Beta3: setModal() on Window still allows tabing through components under it.

    The problem can be seen in this( http://www.sencha.com/examples-dev/#ExamplePlace:helloworld ) sample, and I can reproduce it in my code. When you...

    Started by IgyBoy, 19 Feb 2012 6:23 AM
    • Replies: 1
    • Views: 568
    24 Feb 2012 8:41 AM Go to last post
  7. [FIXED] SpinnerField bug

    Basically the SpinnerField widget is broken - incrementing/decrementing using the spinner arrows almost never works (and I'm not sure, under what...

    Started by DarekKay, 24 Jan 2012 3:16 AM
    • Replies: 4
    • Views: 679
    23 Feb 2012 2:46 PM Go to last post
  8. [CLOSED] Beta 3: TabPanel - BottomAppearence - no visible difference between ...

    ... enabled and disabled tabs. It makes no difference, if a tab is enabled or not in a TabPanel with BottomAppearence, they look always as they...

    Started by gishmo, 20 Feb 2012 1:19 AM
    • Replies: 3
    • Views: 1,074
    23 Feb 2012 10:41 AM Go to last post
  9. Question Beta2 - ContentPanel has no setAppearance() method

    From example: <gxt:ContentPanel appearance="{accordionLayoutAppearance}" animCollapse="false" bodyStyleName="pad-text" ...

    Started by Konstantin.Scheglov, 31 Jan 2012 8:36 PM
    • Replies: 8
    • Views: 1,075
    22 Feb 2012 3:30 PM Go to last post
  10. Exclamation [FIXED] [BUG:MAJOR, Beta3] - NumericFilter compares floating point numbers for equality

    Because of machine rounding (and as documented by Number.doubleValue) you cannot compare floating point numbers for equality using == or != without...

    Started by icfantv, 21 Feb 2012 4:41 PM
    equality, floating point, numericfilter
    • Replies: 2
    • Views: 798
    21 Feb 2012 6:22 PM Go to last post
  11. Exclamation [FIXED] [BUG:MINOR, Beta3] - Typo in AbstractGridFilters

    Line 369: protected void handleBeforeLaod(BeforeLoadEvent<FilterPagingLoadConfig> event) {

    Started by icfantv, 21 Feb 2012 3:18 PM
    abstractgridfilters, typo, typo in code
    • Replies: 1
    • Views: 505
    21 Feb 2012 5:28 PM Go to last post
  12. Beta-2: A field in ListView is not focusable in Chrome

    http://sencha.com/examples-dev/#ExamplePlace:datecelllistview Keyboard input is impossible in Chrome 16.

    Started by nomad, 27 Jan 2012 1:11 PM
    chrome, listview
    • Replies: 1
    • Views: 489
    20 Feb 2012 2:16 PM Go to last post
  13. Moved: GXT CenterLayout Doesn't work

    Started by ITS_luka, 20 Feb 2012 2:45 AM
    • Replies: -
    • Views: -
    20 Feb 2012 2:51 AM Go to last post
  14. Grid on Tab not displaying aggregation rows window hide() and show()

    Hi, i have a window on wich I placed Tab control,and then dynamically add new tabs as needed. Each of tab items contains a Grid that is...

    Started by IgyBoy, 5 Feb 2012 8:42 AM
    • Replies: 5
    • Views: 1,040
    19 Feb 2012 7:11 AM Go to last post
  15. Beta 3: Display problem error mark when used in TabPanel

    Having a TextBox used inside a TabPanel, which has an error looks correct: switching to another tab: and going back to the first tab...

    Started by gishmo, 18 Feb 2012 9:44 AM
    • Replies: 0
    • Views: 434
    18 Feb 2012 9:44 AM Go to last post
  16. Beta 3: Height of input widgets

    The height of input widgets are different. Comboboxes need more space than a Textbox. Textboxes are much higher than RadioButtons or checkboxes. ...

    Started by gishmo, 18 Feb 2012 9:24 AM
    • Replies: 0
    • Views: 437
    18 Feb 2012 9:24 AM Go to last post
  17. Question [CLOSED] Value jitter with x and y coordinates in DndDropEvent?

    Dear Sencha, I created a drop target which is required to listen in to the absolute x and y coordinates associated with the drop event. From...

    Started by dannmartens, 13 Feb 2012 8:44 AM
    dnd
    • Replies: 2
    • Views: 571
    18 Feb 2012 2:53 AM Go to last post
  18. Exclamation [FIXED] ArrayIndexOutOfBoundsException on NumberField<T>.setAllowDecimals

    Here's the code: import com.google.gwt.core.client.EntryPoint; import com.sencha.gxt.widget.core.client.form.NumberField; import...

    Started by icfantv, 30 Jan 2012 3:30 PM
    exception, numberfield, setallowdecimals
    • Replies: 1
    • Views: 713
    17 Feb 2012 3:25 PM Go to last post
  19. [FIXED] Filter in paging grids

    In a paging grid, when filters are added the result is a useless grid: it shows as many pages as initially but all of them are empty but those that...

    Started by paucarre, 6 Feb 2012 5:23 AM
    • Replies: 3
    • Views: 769
    16 Feb 2012 2:09 PM Go to last post
  20. using Dialog.setHeaderVisible(false) causes app to not start (in prod mode)

    If you have dialog.setHeaderVisible(false) in your code, it will compile into javascript that will cause the application to not start. If your...

    Started by nbuesing, 15 Feb 2012 6:16 AM
    • Replies: 2
    • Views: 576
    16 Feb 2012 5:12 AM Go to last post