Ext 1.x: Bugs

Page 50 of 72 FirstFirst ... 40 48 49 50 51 52 60 ... LastLast

+ Post New Thread

  1. miss ext-lang-zh_CN.js in 1.0 final.

    I cannot find ext-lang-zh_CN.js in ext-1.0\source\locale dir. why?

    Started by fangzhouxing, 16 Apr 2007 6:18 PM
    • Replies: 0
    • Views: 1,072
    16 Apr 2007 6:18 PM Go to last post
  2. context menu not hiding

    all, i have started a thread about this before and the problem that i reported then has been resolved. however i have a new issue that i'm...

    Started by sean, 16 Apr 2007 3:25 PM
    • Replies: 0
    • Views: 863
    16 Apr 2007 3:25 PM Go to last post
  3. Invalid Textarea Form CSS Needs Changed

    The entry for ".x-form-invalid" needs to be ".x-form-invalid, textarea.x-form-invalid", otherwise the default styling ".x-form-text,...

    Started by thejoker101, 16 Apr 2007 1:04 PM
    • Replies: 1
    • Views: 1,054
    16 Apr 2007 1:09 PM Go to last post
  4. Documentation Center: Missing links to some examples

    The following examples are not linked in the Examples and Demos section of Ext's Documentation Center, and so they are somewhat hidden: ...

    Started by efege, 16 Apr 2007 12:53 PM
    • Replies: 1
    • Views: 987
    16 Apr 2007 12:55 PM Go to last post
  5. Moved: Cannot setup a Keymap with an iframe

    Started by Juanito, 16 Apr 2007 12:56 PM
    • Replies: -
    • Views: -
    16 Apr 2007 11:18 AM Go to last post
  6. Post Bug found: basic dialog + tab on downloadble. ! on extjs.com's online example +IE6

    Bug IE6 only : Open up hello world with tabs click close then open it up again, tab disappears. OK, so i found this out locally, then looked...

    Started by jay@moduscreate.com, 16 Apr 2007 7:19 AM
    • Replies: 3
    • Views: 1,384
    16 Apr 2007 8:57 AM Go to last post
  7. NumberField: can't change decimal separator

    new Ext.form.NumberField({ decimalSeparator:',', width: 100, allowNegative:false, value:'0,00' }); Changing the decimal separator to a...

    Started by GnuDK, 16 Apr 2007 3:29 AM
    • Replies: 2
    • Views: 1,558
    16 Apr 2007 4:59 AM Go to last post
  8. 2 details that I think are bugs

    Hello, first of all, congrats on this project. It is realy great and complete. I also like the overall fast response of the API. Here are two...

    Started by dwidman, 16 Apr 2007 4:44 AM
    • Replies: 0
    • Views: 812
    16 Apr 2007 4:44 AM Go to last post
  9. Keypressed event on safari

    Hi, I am trying to trap the F1 key so I do this: Ext.get(document).on("keypress", function(e) { if(e.getKey()==112) {...

    Started by sfwalter, 15 Apr 2007 3:59 PM
    • Replies: 3
    • Views: 1,346
    16 Apr 2007 4:27 AM Go to last post
  10. Docs: Photo Organizer w/tree

    There's a small bug in the documentations of the photo organizer setTimeout(function(){ ge.node =...

    Started by Pagebaker, 16 Apr 2007 3:47 AM
    • Replies: 1
    • Views: 1,003
    16 Apr 2007 4:05 AM Go to last post
  11. Grid messing up arrow keys in header panel textfield

    I have an editable grid with a TextField in the headerPanel. I can type into the field fine but if I try to press the arrow key to move left the...

    Started by steven, 16 Apr 2007 1:36 AM
    • Replies: 2
    • Views: 1,229
    16 Apr 2007 2:35 AM Go to last post
  12. No scrollbars if I use a form inside a contentpanel

    Inside my application I load the form from the server into a Ext.ContentPanel. If I resize the content panel, lets assume that I choose a size which...

    Started by kubens, 15 Apr 2007 10:37 PM
    • Replies: 2
    • Views: 1,040
    16 Apr 2007 1:06 AM Go to last post
  13. DialogBox body.dom.clientWidth /clientHeight flipfloped

    Jack, After much testing I have a problem with BasicDialog. dialog.body.dom.clientWidth and clientHeight work fine in FF but when I do the same...

    Started by mikegiddens, 11 Apr 2007 7:12 PM
    • Replies: 8
    • Views: 3,012
    15 Apr 2007 11:29 PM Go to last post
  14. Moved: Documentation Error - Ext.data.Store.getSortState()

    should be

    Started by jbowman, 26 Apr 2007 8:59 AM
    • Replies: -
    • Views: -
    15 Apr 2007 10:33 PM Go to last post
  15. Exclamation Column hide/show is very slow because of updateRule

    The code I posted was buggy. The subject is true, but I have no good alternative.

    Started by Jonathan Feinberg, 14 Apr 2007 11:10 AM
    • Replies: 8
    • Views: 2,218
    15 Apr 2007 10:06 PM Go to last post
  16. API doc not accessible in Opera

    Hi, API doc is acting up in Opera 9.10 When I resize the window or the west region, it returns to normal. However, the tree animations are...

    Started by manugoel2003, 13 Apr 2007 10:20 AM
    • Replies: 3
    • Views: 1,171
    14 Apr 2007 10:22 AM Go to last post
  17. Exclamation Ext hacked or debug alert???

    If you click the 'Insert Image' button on the Mixed Examples/Image chooser example, an alert comes up with "wtf"...

    Started by DrZog, 14 Apr 2007 8:28 AM
    • Replies: 1
    • Views: 1,091
    14 Apr 2007 9:01 AM Go to last post
  18. DomQuery: id select with explicit root searches entire doc

    I've been trying to do the following: result = Ext.DomQuery.select("#foo", bar); where bar is some DOM element. The search eventually ends...

    Started by mauritius, 13 Apr 2007 9:40 AM
    • Replies: 5
    • Views: 1,481
    13 Apr 2007 5:41 PM Go to last post
  19. Ext.tree.MultiSelectionModel getSelectedNodes() returns duplicate nodes

    The array return by getSelectedNodes() in Ext.tree.MultiSelectionModel returns duplicate (non-unique) array of nodes. This can be reproduced by...

    Started by Nick, 13 Apr 2007 3:20 PM
    • Replies: 1
    • Views: 1,573
    13 Apr 2007 4:10 PM Go to last post
  20. GridView: destroying while autosize

    Gotta contribute somehow... heh... When you quickly destroy and/or remove the container of the basic grid an error occur Currently fixed, by...

    Started by GnuDK, 13 Apr 2007 1:59 PM
    • Replies: 0
    • Views: 920
    13 Apr 2007 1:59 PM Go to last post