Ext 1.x: Bugs

Page 55 of 72 FirstFirst ... 5 45 53 54 55 56 57 65 ... LastLast

+ Post New Thread

  1. TreeView's node's height appear to be hardcoded

    I created a TreeView and used it on a site with a larger font (audience is older folks) and the Tree's node's height don't seem to expand...

    Started by em_te, 24 Mar 2007 10:38 PM
    • Replies: 5
    • Views: 1,904
    27 Mar 2007 2:08 AM Go to last post
  2. determining dot/delete key in event

    hi i'm trying to set NumberField's decimalSeperator to ",". but in firefox dot is always allowed by the NumberField because of e.getKey is 46 for...

    Started by hicker, 27 Mar 2007 12:07 AM
    • Replies: 0
    • Views: 1,598
    27 Mar 2007 12:07 AM Go to last post
  3. Converted select/combobox and tabindex

    If a select element in a form is converted to a combobox, a new input text field is created for the combobox body, a new hidden input field with the...

    Started by dbadke, 26 Mar 2007 1:50 PM
    • Replies: 1
    • Views: 2,551
    26 Mar 2007 3:25 PM Go to last post
  4. SortTypes.asDate

    hello, i was noticing some strange behavior around sorting columns in a grid that contained date instances. the behavior would come up when some...

    Started by sean, 26 Mar 2007 2:08 PM
    • Replies: 0
    • Views: 968
    26 Mar 2007 2:08 PM Go to last post
  5. Possible BorderLayout problem?

    Hi! I am new to this and wanted to do some use case development on my own by modifying existing examples you giys have. I started with layout...

    Started by salix, 22 Mar 2007 12:21 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 3,037
    26 Mar 2007 10:13 AM Go to last post
  6. Ext 1.0 Alpha rev4 -- IE7 tabpanel rendering problem

    The tabpanel is in a scrollable center layout div. I am using ytheme-gray; hence there is a gray div behind the tabs and the tab body which actually...

    Started by beuk, 26 Mar 2007 7:33 AM
    • Replies: 0
    • Views: 1,160
    26 Mar 2007 7:33 AM Go to last post
  7. TreePanel enableEdit bug

    Code: var tree = new Tree.TreePanel('tree-container', {enableEdit: true}); FireBug: tree is not defined TreePanel.js (225) Fix: ...

    Started by doU, 26 Mar 2007 5:18 AM
    • Replies: 0
    • Views: 942
    26 Mar 2007 5:18 AM Go to last post
  8. [Ext.BasicDialog].destroy(true) doesn't destroy shadow

    The title pretty much says it all. If you invoke destroy(true) on an instance of Ext.BasicDialog which has shadows (argument true meaning that you...

    Started by diegovilar, 25 Mar 2007 12:13 PM
    • Replies: 1
    • Views: 3,795
    25 Mar 2007 12:42 PM Go to last post
  9. Listboxes sometimes not shown in BasicDialog and IE

    Since switching from Rev 2 to Rev 3 I have a strange Problem in IE: When I show() a dialog with a form containing listboxes, the form looks ok....

    Started by schmidetzki, 24 Mar 2007 5:45 AM
    • Replies: 4
    • Views: 1,321
    24 Mar 2007 2:43 PM Go to last post
  10. Ext 1.0 Alpha 3 - Rev 4 GridView onWindowResize... UPDATE

    I want to use multiple Grids in one ContentPanel... - I create one Ext.grid.Grid. - The grid is configured to take the dimensions of the...

    Started by czschech, 16 Mar 2007 1:28 AM
    • Replies: 4
    • Views: 2,124
    24 Mar 2007 8:56 AM Go to last post
  11. layout.restoreState

    layout.restoreState(); dont work 1.0 Alpha 3 - Rev 4

    Started by genius551v, 24 Mar 2007 7:31 AM
    • Replies: 0
    • Views: 1,024
    24 Mar 2007 7:31 AM Go to last post
  12. EditorGrid Single Selection Model bug?

    I'm working with version 1.0 alpha2 using an EditorGrid with a RowSelectionModel set to singleSelect as such var selModel = new...

    Started by coltsfan2k, 23 Mar 2007 3:59 PM
    • Replies: 1
    • Views: 2,046
    23 Mar 2007 4:17 PM Go to last post
  13. Bug with modal dialogs contained inside tabs (on IE)

    Hi I have been using yui-ext for a short while and have run into a bug with the use of tabs and dialogs in Internet Explorer 6 (it works in...

    Started by Morten, 22 Mar 2007 12:56 PM
    • Replies: 1
    • Views: 2,245
    22 Mar 2007 1:45 PM Go to last post
  14. Bug when resizing a grid during edit

    HI all, try to use this example: http://www.yui-ext.com/deploy/ext-1.0-alpha3/examples/grid/paging.html but enabling editing. When a cell is...

    Started by liotrox, 22 Mar 2007 5:11 AM
    • Replies: 0
    • Views: 1,079
    22 Mar 2007 5:11 AM Go to last post
  15. BasicDialog and tabs

    Hello, I have a problem with the tabs inside a Dialog. I created a Basic Dialog in order to do a wizard. The first tab of the dialog is static....

    Started by ines, 20 Mar 2007 6:50 AM
    • Replies: 2
    • Views: 1,828
    21 Mar 2007 1:49 AM Go to last post
  16. margins and cmargins BorderLayout dont work in collapsible..

    Hi, margins and cmargins BorderLayout dont work in collapsible collapsible div dont understand margins (or cmargins) and paint default position...

    Started by genius551v, 20 Mar 2007 7:10 AM
    • Replies: 1
    • Views: 3,951
    20 Mar 2007 10:52 PM Go to last post
  17. line 202 of widgets\grid\GridView.js

    line 202 of widgets\grid\GridView.js instead of record = ds.getAttribute(index); it should be record = ds.getAt(index);...

    Started by papasi, 20 Mar 2007 3:42 PM
    • Replies: 1
    • Views: 1,272
    20 Mar 2007 10:27 PM Go to last post
  18. 1.0a3 grid drains cpu when the dataModel fetched 0 records

    i noticed that my dev machine came to a crawl whenever i have an initially empty grid. FF consumes nearly 99% cpu / IE7 takes about 50% unless it...

    Started by neongrau, 8 Mar 2007 10:03 AM
    • Replies: 3
    • Views: 1,681
    20 Mar 2007 10:26 PM Go to last post
  19. applyStyles()/setStyle() in IE6?

    For some reason I have not been able to use applyStyles() successfully in IE6. I created a virtual one-liner example that demonstrates the error I...

    Started by aefitzhugh, 20 Mar 2007 4:30 AM
    • Replies: 2
    • Views: 3,109
    20 Mar 2007 1:21 PM Go to last post
  20. Ext alpha3-rev4: Bug in Ext.Element.update() ?

    I get a JS-Error in line 3037 in ext_all_debug.js The code is in onAvaliable(): var srcMatch = match.match(srcRe); I patched it to var...

    Started by schmidetzki, 18 Mar 2007 2:59 AM
    • Replies: 5
    • Views: 2,319
    19 Mar 2007 10:52 AM Go to last post