Ext 2.x: Bugs

Page 48 of 150 FirstFirst ... 38 46 47 48 49 50 58 98 148 ... LastLast

+ Post New Thread

  1. [FIXED][2.2] TabPanel enableTabScroll on Safari

    Hi, i've found a problem with a window that contains a TabPanel with enableTabScroll options enabled. When resizing the window, the tab strip does...

    Started by michele.segata, 7 Oct 2008 5:12 AM
    • Replies: 8
    • Views: 2,458
    4 Jan 2009 6:22 PM Go to last post
  2. [FIXED][2.??] Ext.PagingToolbar does not hanle onBlur event

    Hi, If User types a page into Ext.PagingToolbar and presses Enter - requested page is opened. But if User just types and leaves the field -...

    Started by Logger, 4 Dec 2008 1:05 PM
    • Replies: 3
    • Views: 1,279
    4 Jan 2009 4:36 PM Go to last post
  3. [2.??] Accordion animation bug/question

    I have four panels in an accordion with the top panel open initially and both the animate and fill configuration settings set to true. The...

    Started by getmandj, 23 Dec 2008 6:13 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 3,307
    3 Jan 2009 1:52 AM Go to last post
  4. [CLOSED][2.??] Bug when a Checkbox is used in a TabPanel

    In TabPanel have two checkbox CAUSE1 and CAUSE2, one in 'tab01' another in 'tab02'. When loading, I need to get that "CAUSE1": true, "CAUSE2": true...

    Started by yukohn, 31 Dec 2008 8:27 PM
    • Replies: 1
    • Views: 967
    2 Jan 2009 12:38 AM Go to last post
  5. [CLOSED][2.x] window noframe render bug

    var win = new Ext.Window({ title: 'Tools', width: 800, height: 55, frame: false, border: false, ...

    Started by mschwartz, 31 Dec 2008 12:38 PM
    • Replies: 2
    • Views: 1,432
    1 Jan 2009 4:11 AM Go to last post
  6. [2.x] Drag drop over iframe with shim - FIX

    I posted this in the examples and discussions forum but someone suggested that I mention this fix here. This fix is the the dragdropmgr and would...

    Started by jamoville, 31 Dec 2008 10:50 AM
    • Replies: 0
    • Views: 854
    31 Dec 2008 10:50 AM Go to last post
  7. [2.2][CLOSED] Custom Combo setValue fails to execute on window after hide and show

    Version: 2.2 Platform: xp/vista Browser: any Issue: setValue no longer fires after the window is has been hidden and re-shown What steps...

    Started by Jack_S, 30 Dec 2008 3:11 AM
    • Replies: 7
    • Views: 1,558
    30 Dec 2008 7:31 AM Go to last post
  8. [CLOSED][2.2] Ext.grid.RowSelectionModel method selectFirstRow(),selectAll()

    for example: grid is instance of Ext.grid.EditorGridPanel this doesn't work

    Started by qubic, 30 Dec 2008 12:39 AM
    • Replies: 2
    • Views: 1,562
    30 Dec 2008 1:01 AM Go to last post
  9. [2.2][FIXED] Exception in Checkbox.setValue on non-rendered checkbox

    After update to 2.2 a call to setValue on a checkbox with rendered == false causes exception "this.wrap is undefined".

    Started by mildo, 6 Aug 2008 2:30 AM
    • Replies: 7
    • Views: 4,031
    27 Dec 2008 4:51 PM Go to last post
  10. Post [2.x][CLOSED] Ext.form.TextField: Validator function not called when value is blank

    I put a validator function on a Ext.form.TextField and set allowBlank to true. Unfortunatly if the field is blank the validator function is not...

    Started by Paul Middelkoop, 17 Mar 2008 4:17 AM
    • Replies: 6
    • Views: 4,198
    25 Dec 2008 7:11 PM Go to last post
  11. Exclamation [2.??] Problems with baseCls

    Hi everybody. As it was posted / Panel.js hardcodes baseCls it seams there is a bug using baseCls in Panel.js. It is not solved and the patch...

    Started by alibaba69, 24 Dec 2008 5:49 AM
    • Replies: 0
    • Views: 1,014
    24 Dec 2008 5:49 AM Go to last post
  12. [CLOSED][2.2] Anchored to window does not stay anchored to element on scroll

    My understanding of the Ext.Window.anchorTo function is that it should cause the window to remain anchored to the element passed to the function when...

    Started by aacraig, 23 Dec 2008 6:36 AM
    • Replies: 2
    • Views: 1,106
    24 Dec 2008 2:45 AM Go to last post
  13. Lightbulb [FIXED][2.2] replaceChild() nodes cannot have the same id

    If you replace a tree node with a node of the same id (using replaceChild), the new node will not come up in getNodeById(). Change (Tree.js ): ...

    Started by cornyflake, 20 Dec 2008 11:33 PM
    • Replies: 1
    • Views: 1,149
    23 Dec 2008 8:12 PM Go to last post
  14. [2.2] Problem with days and months in Date

    Hi, It appears that the Date component does not throw an error during validation if month exceeds 12 or day exceeds 31... For example, if you...

    Started by ZaAaV, 24 Nov 2008 10:47 AM
    • Replies: 8
    • Views: 1,780
    23 Dec 2008 5:58 PM Go to last post
  15. Question [2.2][SOLVED] Grid panel - Not rendering records as pre selected

    I have the following piece of code: Ext.onReady(function(){ Ext.QuickTips.init(); var xg = Ext.grid; var arr = ;

    Started by anandvnath, 23 Dec 2008 4:30 AM
    • Replies: 3
    • Views: 1,762
    23 Dec 2008 6:07 AM Go to last post
  16. [2.2][DUP] New row added is not considered while filtering and sorting

    Hi, I have added a new row in my grid at a specific position. My code for this : //for mass delete function addBlankRow(){ ...

    Started by deeptibughani, 21 Dec 2008 11:43 PM
    • Replies: 3
    • Views: 997
    22 Dec 2008 12:18 AM Go to last post
  17. [2.2] Panel.js hardcodes baseCls

    Panel.js - Line 607 this.bwrap.dom.lastChild.className += ' x-panel-nofooter'; ...should be... ...

    Started by macserv, 26 Sep 2008 3:13 PM
    • Replies: 2
    • Views: 1,320
    20 Dec 2008 7:07 AM Go to last post
  18. [2.2] blank TextField fieldLabel handled differently in IE and FF

    To reproduce: 1. create a FormPanel 2. add items: a) Label or Panel b) Ext.form.TextField with no fieldLabel and a style width: 95% 3. view...

    Started by TaterSalad, 18 Dec 2008 11:15 AM
    • Replies: 2
    • Views: 2,244
    18 Dec 2008 11:08 PM Go to last post
  19. [2.x] TriggerField mimicBlur event cleanup

    See original report.

    Started by hendricd, 24 Nov 2008 8:55 PM
    • Replies: 4
    • Views: 1,696
    18 Dec 2008 6:00 PM Go to last post
  20. [2.x] CSS rule for class x-border-layout-ct needs position:relative

    If you use a new Ext.Container({ autoEl: {}, layout: 'border', items: })

    Started by Animal, 18 Dec 2008 2:01 AM
    • Replies: 6
    • Views: 1,561
    18 Dec 2008 3:55 PM Go to last post