Ext GWT: Bugs (2.x)

Page 4 of 48 FirstFirst ... 2 3 4 5 6 14 ... LastLast

+ Post New Thread

  1. Views: 266
    25 Apr 2013
  1. [FNR] NumberField not working in Firefox 3.6.11

    I use the following code in my app and it is working in anything but Firefox 3.6.11. I couldn't type anything including numbers in the field. ...

    Started by chonghaulim, 2 Nov 2010 8:18 AM
    • Replies: 5
    • Views: 2,947
    30 Jan 2012 11:30 PM Go to last post
  2. Exclamation [FNR] ComboBox readonly problem

    I'm creating a ComboBox using the following code: ComboBox combo = new ComboBox<BeanModel>(); combo.setFieldLabel("Some Combo");...

    Started by david.santos, 8 Apr 2010 5:54 AM
    • Replies: 7
    • Views: 3,638
    30 Jan 2012 6:22 PM Go to last post
  3. Empty QuickTips

    I've found that in the GXT 2.2.x series, I can get an empty QuickTip to show where I would not expect one by doing the following: Create a new...

    Started by dsbecker, 18 Apr 2011 1:28 PM
    • Replies: 6
    • Views: 2,747
    30 Jan 2012 5:26 PM Go to last post
  4. The maximum supported width value of tootip is not enough

    - Detailed description of the problem When the width of tootip is bigger than 500 pixels, the border will have rendering problems. From the...

    Started by samsuo, 10 Jan 2012 4:25 PM
    • Replies: 0
    • Views: 838
    10 Jan 2012 4:25 PM Go to last post
  5. Logic of moving around tootip when there is not enough space is not entirely correct

    - Detailed description of the problem Method "getTargetXY(int targetCounter)" in "com.extjs.gxt.ui.client.widget.tips.ToolTip" is used to move...

    Started by samsuo, 10 Jan 2012 3:48 PM
    • Replies: 0
    • Views: 716
    10 Jan 2012 3:48 PM Go to last post
  6. [FNR] RowEditor AssertionError

    Hello... i little speak english, so just paste stackTrace and code error: 12:32:40.046 Uncaught exception escaped ...

    Started by eggp, 6 Jan 2012 4:18 AM
    roweditor
    • Replies: 4
    • Views: 1,160
    6 Jan 2012 5:14 AM Go to last post
  7. Exclamation DatePicker select Today with SpaceBar shortcut key inserts a space on the field

    - Detailed description of the problem In DatePicker when you select the "today" date with the shortcut key (space bar) a space is inserted in the...

    Started by fullinet, 4 Jan 2012 7:45 AM
    datepicker, shortcut keys, space problem, today
    • Replies: 2
    • Views: 1,309
    4 Jan 2012 10:10 AM Go to last post
  8. Exclamation DatePicker does't correctly show selected item while navigate with the shortcut keys

    - Detailed description of the problem In the DatePicker while navigating the days with the shortcuts keys the current selected day isn't show with...

    Started by fullinet, 4 Jan 2012 7:31 AM
    datepicker, navigation, selected, shortcut keys, style
    • Replies: 2
    • Views: 962
    4 Jan 2012 10:01 AM Go to last post
  9. Exclamation [CLOSED] LiveGridView and RowExpander bug

    - GXT version: 2.2 (revision 2057). - Host mode / web mode / both: both. - Browser and version: All. - Operating System: All. - Detailed...

    Started by support_csd_kz, 4 May 2010 12:09 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 4,171
    14 Dec 2011 8:36 AM Go to last post
  10. [2.2.5] Grid column resizing behavior is erratic and not reliable

    is the correct used version Hi there, the default setting for grid column resizing behavior is true. So it should be possible to resize columns...

    Started by altmayer, 30 Nov 2011 12:24 AM
    • Replies: 1
    • Views: 870
    30 Nov 2011 7:17 AM Go to last post
  11. [GXT 2.2.5] Compilation issue with jdk 1.5

    Hi I try to compile https://code.extjs.com/svn/gxt/releases/2.2 with sun jdk1.5.0_22. I have 2 errors: compile: Created dir:...

    Started by APOLLO06, 25 Oct 2011 11:57 PM
    • Replies: 1
    • Views: 941
    2 Nov 2011 12:06 PM Go to last post
  12. [CLOSED] RowEditor - possible to skip commit when changing sorting

    Browsers: all Version: 2.1.1 (and the same one that is used for demos on your page) Source code example:...

    Started by AntoniM, 19 Apr 2010 2:53 AM
    • Replies: 9
    • Views: 2,557
    31 Oct 2011 2:33 AM Go to last post
  13. [FNR] Move cursor doesn't disapear within IE9

    If you move a window in IE9 (like in here http://www.sencha.com/examples-dev/explorer.html#helloworld), the move cursor stays until you click...

    Started by takayser, 7 Jun 2011 12:22 PM
    • Replies: 4
    • Views: 2,795
    29 Oct 2011 1:25 AM Go to last post
  14. [FNR] StackOverflowError on column show/hide

    I have a grid, with a LiveGridView with setForceFit(true). If I add/remove columns on this grid, I get a StackOverflowError, like follows..... I'm...

    Started by dno, 28 Oct 2011 4:57 AM
    • Replies: 3
    • Views: 1,133
    28 Oct 2011 5:25 AM Go to last post
  15. Smile [FNR] BufferView invalid cell rendering [2.2.4]

    com.extjs.gxt.ui.client.widget.grid.BufferedView (line 246) Appending " x-grid3-invalid-cell" to buf instead of cell css destroys the grid layout....

    Started by dimon, 24 Oct 2011 11:05 AM
    • Replies: 1
    • Views: 1,248
    24 Oct 2011 7:02 PM Go to last post
  16. [FNR] RowEditor error when scrolling the grid, if RowEditor not rendered yet.

    The code was changed in method positionButtons of RowEditor to: int h = el().getClientHeight(); if (btns != null) { .... So it assert...

    Started by mate17, 17 Oct 2011 7:30 AM
    assert, component, positionbuttons, rendered, roweditor
    • Replies: 3
    • Views: 1,983
    18 Oct 2011 3:46 AM Go to last post
  17. [2.2.5] ComboBox getValue() issue when not rendered and with force selection set

    I have discovered an issue with ComboBox in Ext GWT 2.2.5. The context: I have a ComboBox that is not rendered (it is rendered for some users,...

    Started by Arnaud Forcinal, 17 Oct 2011 4:37 AM
    • Replies: 4
    • Views: 1,798
    17 Oct 2011 8:25 AM Go to last post
  18. Moved: Desktop window problem

    Started by marcus78, 17 Oct 2011 12:29 AM
    • Replies: -
    • Views: -
    17 Oct 2011 12:29 AM Go to last post
  19. BufferView scrolling problem when page zoom <> 100%

    Same issue in GXT as this Ext JS problem. I can recreate on the Explorer demo with all browsers http://www.sencha.com/examples/#bufferedgrid ...

    Started by dslaycock, 11 Oct 2011 11:41 AM
    • Replies: 0
    • Views: 853
    11 Oct 2011 11:41 AM Go to last post


Forum Information and Options

Moderators of this Forum