Ext 3.x: Bugs

Page 103 of 198 FirstFirst ... 3 53 93 101 102 103 104 105 113 153 ... LastLast

+ Post New Thread

  1. [FIXED-587] Tab panel inside a form, mark invalid are in incorrect position

    Hi, here is a quick and dirty example to reproduce behavior. Once the window is open, click on the second tab, and then click on the button...

    Started by thaiat, 17 Feb 2010 5:39 AM
    • Replies: 7
    • Views: 2,493
    3 Mar 2010 11:22 AM Go to last post
  2. [INFOREQ] bug in RadioGroup

    Hi in RadioGroup when I use getValue this return item is checked and not return value. in edtior for grid this must return the value getValue...

    Started by vahid4134, 2 Mar 2010 1:33 AM
    • Replies: 2
    • Views: 765
    2 Mar 2010 10:58 PM Go to last post
  3. Wink [CLOSED] Trigger have wrong background color and looks flat.

    Version: 3.1.1 & 3.1.2 Problem: Dropdown trigger has a plain background. Attachment has both original and fixed one. Solution: Generated corected...

    Started by Stju, 2 Mar 2010 2:23 PM
    • Replies: 2
    • Views: 782
    2 Mar 2010 2:57 PM Go to last post
  4. [INFOREQ][Ext 3.x] TreeNode.ensureVisible() fires 'click' event

    Hi ExtJS-Team, when calling the ensureVisible() method of TreeNode for some strange reason the click event is fired. My code worked just fine with...

    Started by matthias8283, 2 Mar 2010 2:15 PM
    • Replies: 1
    • Views: 574
    2 Mar 2010 2:17 PM Go to last post
  5. [DUPE-103] DragDrop constrainTo after container resize

    Ext version tested: Ext 3.1.1 Adapter used: ext

    Started by art.home.ext, 1 Mar 2010 6:18 AM
    • Replies: 5
    • Views: 1,552
    2 Mar 2010 1:39 PM Go to last post
  6. [FIXED-624]Error with Ext.form.ComboBox and hbox layout

    A JavaScript error occurs when a container uses an hbox layout with pack set to 'start', contains a combo-box with a flex config, the combo-box's...

    Started by dhurlburtusa, 22 Feb 2010 7:00 PM
    • Replies: 8
    • Views: 2,454
    2 Mar 2010 10:51 AM Go to last post
  7. [FIXED-673][ext-3.1.2] AsyncTreeNode.reload() error: this.parentNode is null

    Hi ExtJS-Team, when calling the reload method of an async tree node I'm getting a javascript error (this.parentNode is null). After analyzing...

    Started by matthias8283, 2 Mar 2010 4:05 AM
    • Replies: 2
    • Views: 1,152
    2 Mar 2010 10:34 AM Go to last post
  8. [DUP]Combobox templates example not working in IE6 and IE7 standards mode

    Hello! I am implementing a "Live search" thing very similar to the example given in...

    Started by dewoob, 27 Feb 2010 12:57 AM
    • Replies: 2
    • Views: 1,082
    2 Mar 2010 9:01 AM Go to last post
  9. [CLOSED]Bug in 3.1.1 EditorGrid with ComboBox

    This bug appeared in 3.1.1, it is not present in 3.1.0. If you have an Ext.grid.EditorGrid with two columns sharing a single Ext.form.ComboBox...

    Started by vsasmkn, 24 Feb 2010 11:47 PM
    • Replies: 2
    • Views: 778
    2 Mar 2010 6:14 AM Go to last post
  10. [FIXED-544][3.1/3.1.1] Display-error when selecting row in Chrome/Air

    Problem: When doubleclicking on a row with paging toolbar, the pagenumber is selected and a selection appears unter the row. ExtJS verison: 3.1 ...

    Started by PranKe01, 9 Feb 2010 10:17 AM
    • Replies: 3
    • Views: 1,013
    1 Mar 2010 11:32 PM Go to last post
  11. [CLOSED]arrows in a tree with a DefaultSelectionModel skips nodes in extjs 3.0

    after selecting a node in a tree, using the up or down arrows to navigate the tree skips nodes. steps to reproduce: open the "to do" node...

    Started by rspaeth, 1 Mar 2010 11:59 AM
    • Replies: 3
    • Views: 873
    1 Mar 2010 4:04 PM Go to last post
  12. [FIXED-425][3.0.3/3.1.1-beta] HtmlEditor readOnly: true under IE8 doesn't work

    Hi, I updated from the SVN yesterday and HtmlEditor is broken: 1. Initial value is not working new Ext.form.HtmlEditor({value: "Test"}) ...

    Started by vladsch, 24 Nov 2009 12:44 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 3,987
    1 Mar 2010 9:37 AM Go to last post
  13. [OPEN-667]DateField in EditorGrid renders incorrectly with strict and frame: false

    Ext version tested: Ext 3.1.1 Adapter used: ext

    Started by The0s, 1 Mar 2010 6:33 AM
    • Replies: 1
    • Views: 675
    1 Mar 2010 7:07 AM Go to last post
  14. [FIXED-347]DatePicker popup width incorrect in Webkit

    Try editing field "created" on http://www.extjs.com/deploy/dev/examples/grid/property-grid.html. In my test, window with DatePicker and...

    Started by markeza, 9 Oct 2009 12:02 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 10,170
    1 Mar 2010 6:06 AM Go to last post
  15. [CLOSED]Form/fieldset resizing issue

    The following is a test case for validating resizing for a field set. The test case below contains two field sets. The first is configured as...

    Started by meroy, 27 Feb 2010 8:39 PM
    • Replies: 8
    • Views: 1,710
    1 Mar 2010 5:47 AM Go to last post
  16. Moved: [COMPLETED-676] Revisited: don't submit emptyText!

    Started by Stefan B, 22 Apr 2009 5:07 AM
    • Replies: -
    • Views: -
    1 Mar 2010 5:46 AM Go to last post
  17. [CLOSED] TimeField min and max value validation does not work correctly.

    { xtype: 'timefield', fieldLabel: 'From Time', name: 'fromTime', minValue: '7:00...

    Started by bzarzuela, 28 Feb 2010 9:18 PM
    • Replies: 2
    • Views: 894
    1 Mar 2010 1:40 AM Go to last post
  18. [CLOSED]Grouping Grid : autoExpandColumn not fill if width more than 998px

    Hi, using the Grouping Example, I think there is a Bug in the function autoExpandColumn. If the Column have to be bigger than 998px it ignores...

    Started by supremeDK1, 1 Mar 2010 12:04 AM
    • Replies: 2
    • Views: 935
    1 Mar 2010 1:00 AM Go to last post
  19. [CLOSED] Ext.grid.EditorGridPanel editor doesn't select row

    So when you have an instance of the Ext.grid.EditorGridPanel each cell may have an Ext.Editor instance. So when you do a startEditing() shouldn't it...

    Started by mitchellsimoens, 26 Feb 2010 5:36 PM
    • Replies: 3
    • Views: 2,579
    28 Feb 2010 10:31 AM Go to last post
  20. [OPEN-668] GridEditor wrong sequence of events(ENTER key)

    So,we have for startEditing() of EditorGridPanel: if(!ed.rendered){ ed.parentEl =...

    Started by XASD, 7 Oct 2009 3:05 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 2,751
    28 Feb 2010 10:29 AM Go to last post