Sencha GXT Bugs

Page 5 of 51 FirstFirst ... 3 4 5 6 7 15 ... LastLast

+ Post New Thread

  1. check box tree performance issue

    create a check box tree (tri state) with ~10K leafs, 4-5 levels of depth ~20 elements per level evenly distributed (till we have 10K leafs) ...

    Started by ByReaL, 21 Mar 2013 9:32 AM
    • Replies: 0
    • Views: 157
    21 Mar 2013 9:32 AM Go to last post
  2. [FNR] TextField Validation

    I have a TextField with an EmptyValidator. I want to validate it after pressing the Enter-Key, so here my code: public void onModuleLoad() {...

    Started by DarekKay, 8 Dec 2011 6:27 AM
    • Replies: 6
    • Views: 1,422
    20 Mar 2013 8:30 PM Go to last post
  3. Framed panel width 100% in verticalpanel

    Hello. Here is my code public class FramedPanelTest implements EntryPoint { @Override public void onModuleLoad() {

    Started by killout, 20 Mar 2013 4:37 AM
    • Replies: 1
    • Views: 207
    20 Mar 2013 6:00 AM Go to last post
  4. [CLOSED] TabPanel : Widgets are rendered differentlyy if there are in active tab or not

    Version(s) GXT 3.0.1 Browser versions and OS Firefox, Windows XP Virtual Machine No

    Started by tnicolas, 13 Mar 2013 10:11 AM
    • Replies: 1
    • Views: 256
    15 Mar 2013 5:29 AM Go to last post
  5. gxt-chart: BarSeries with only one Bar fill all chart.

    Hello all, When you create a new BarSeries and put only one item at store, that bar will fill all chart space. This happens with bar or column. I...

    Started by cassianofaria, 14 Mar 2013 3:32 AM
    barseries, chart, gxt-chart
    • Replies: 0
    • Views: 229
    14 Mar 2013 3:32 AM Go to last post
  6. [FIXED] NumberField - groupSeparator converted into a comma

    There is a strange NumberField behavior in 3.0.1. 1. Set decimal number format (1.234.567,123 - german/non-U.K. notation with a group separator...

    Started by esag_dk, 14 Jan 2013 9:08 AM
    • Replies: 2
    • Views: 439
    13 Mar 2013 1:42 AM Go to last post
  7. The problem with the header group of the ColumnModel

    Good day. Source code: ... List<ColumnConfig<MerchantNotification, ?>> ccs = new LinkedList<ColumnConfig<MerchantNotification, ?>>(); ...

    Started by OPCTXO, 12 Mar 2013 5:27 AM
    • Replies: 0
    • Views: 157
    12 Mar 2013 5:27 AM Go to last post
  8. [CLOSED] ComboBox editor with selection in grid doesn't show other items

    Setup. Note that an existing "mapping" is added to the store, and four options are added to the combo. When I click the combo on the record with the...

    Started by gruyen, 8 Mar 2013 2:50 PM
    • Replies: 2
    • Views: 493
    11 Mar 2013 5:40 AM Go to last post
  9. FieldLabel and VerticalLayoutContainer

    Version(s) of Ext GWT 3.0.3 Browser versions and OS Firefox 18.02, Windows 8 Virtual Machine No Description

    Started by stigrv, 13 Feb 2013 3:57 AM
    • Replies: 1
    • Views: 235
    11 Mar 2013 4:55 AM Go to last post
  10. The problem with the height of the FieldSet

    Correctly (Firefox 18.0.2, Opera 12.14): Incorrectly (Chrome 25.0.1364.97 m, Internet Explorer 10):

    Started by OPCTXO, 10 Mar 2013 11:22 PM
    • Replies: 0
    • Views: 169
    10 Mar 2013 11:22 PM Go to last post
  11. The problem with removing the release buttons

    Good day. Not 100% sure that this is a bug, but ... I have a button (com.sencha.gxt.widget.core.client.button.TextButton), added to the toolbar...

    Started by OPCTXO, 10 Mar 2013 10:53 PM
    • Replies: 0
    • Views: 157
    10 Mar 2013 10:53 PM Go to last post
  12. [OPEN] MenuBar that has child menu items don't propertly show items on mouse hover

    I have a top level menu bar that has some menus that have MenuItems. When the user hovers the mouse over the menu of the first menuitem it does not...

    Started by DavidHoffer, 8 Mar 2013 12:32 PM
    • Replies: 5
    • Views: 342
    8 Mar 2013 1:48 PM Go to last post
  13. Gxt Chart legend with many items.

    Hello everyone, In GXT, when a chart with a lot of items is generated, and the legend on the right is bigger than chart's size, it doesn't appear,...

    Started by cassianofaria, 8 Mar 2013 5:04 AM
    gxt-chart, legend
    • Replies: 0
    • Views: 195
    8 Mar 2013 5:04 AM Go to last post
  14. GXT Chart with BarSeries generates a invalid SVG (rect without height)

    Hello all, We found a problem when we use BarSeries in Chart. When the series has a big diference between values, the scala makes the minor...

    Started by cassianofaria, 8 Mar 2013 4:15 AM
    gxt-chart barseries svg
    • Replies: 0
    • Views: 164
    8 Mar 2013 4:15 AM Go to last post
  15. Should HttpProxy catch Exeption thrown by callback.onSuccess method?

    @Override public void load(final C loadConfig, final Callback<String, Throwable> callback) { try { String data = null; if...

    Started by william1104, 8 Mar 2013 2:12 AM
    gxt, httpproxy
    • Replies: 0
    • Views: 162
    8 Mar 2013 2:12 AM Go to last post
  16. Cannot give focus to button on dialog

    I am trying to give focus to the close button of a dialog, when the dialog is displayed. Nothing I do works. Once the dialog is displayed and I...

    Started by nbuesing, 10 Oct 2012 5:53 AM
    • Replies: 3
    • Views: 414
    7 Mar 2013 9:15 AM Go to last post
  17. Question [OPEN] Disabling FileUploadField

    Hi Sven, I am trying to disable the FileUploadField, so I tried to use fileUpload.setEnabled(false); but it just makes it gray but the click event...

    Started by alonk, 21 Feb 2013 5:00 AM
    fileuploadfield
    • Replies: 4
    • Views: 314
    6 Mar 2013 4:43 AM Go to last post
  18. [OPEN] The Combobox in Inline Editable grid hangs on browser back button

    Please refer the following link http://staging.sencha.com:8080/examples-dev/#ExamplePlace:inlineeditablegrid Steps to follow: 1. Go to Inline...

    Started by bluemartini, 5 Mar 2013 9:18 PM
    • Replies: 1
    • Views: 203
    5 Mar 2013 11:34 PM Go to last post
  19. ListViewSelectionModel, handleMouseClick not called after list scroll

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

    Started by mtraynham, 5 Mar 2013 12:18 PM
    • Replies: 0
    • Views: 192
    5 Mar 2013 12:18 PM Go to last post
  20. ListStore.replaceAll(newItems) changes order of newItems when sorted

    Version(s) of Ext GWT Ext GWT 3.0.0b Browser versions and OS FireFox 17; Windows7 Virtual Machine No Description

    Started by Andreas Samjeske, 5 Mar 2013 6:55 AM
    list order altered, liststore, replaceall
    • Replies: 0
    • Views: 153
    5 Mar 2013 6:55 AM Go to last post