Ext 3.x: Bugs

Page 151 of 198 FirstFirst ... 51 101 141 149 150 151 152 153 161 ... LastLast

+ Post New Thread

  1. [FIXED-198][svn r5258] CardLayout with deferredLayout gets no rendering

    A cardlayout should insure that items get layout at least once. setActiveItem : function(item){ item =...

    Started by stever, 31 Aug 2009 8:39 PM
    • Replies: 6
    • Views: 1,404
    9 Sep 2009 7:21 PM Go to last post
  2. [OPEN] [FIXED-222][3.x SVN] Error on removing hidden field from form

    See below example, a form is created that contains a hidden field. When you try to remove the field, the FormLayout onRemove function checks if it is...

    Started by jburnhams, 3 Sep 2009 7:39 AM
    • Replies: 4
    • Views: 1,046
    9 Sep 2009 6:10 AM Go to last post
  3. [OPEN] [CLOSED][3.??] Editor Grid in a Window strange error when closing

    Hello everybody, I have an EditorgridPanel in a Window. When I close the Window after editing or only focusing a cell ext-all-debug.js return the...

    Started by buzux, 9 Sep 2009 1:15 AM
    • Replies: 2
    • Views: 956
    9 Sep 2009 3:59 AM Go to last post
  4. [OPEN] [UNKNOWN][3.??] Bug with ArrayReader and ID-Column

    When using an ArrayReader as store the getById doesn't work because the map was not built the bug is in the function: line 33508:...

    Started by PICS, 9 Sep 2009 12:57 AM
    • Replies: 6
    • Views: 1,188
    9 Sep 2009 3:46 AM Go to last post
  5. [FIXED-230]TreeNode.setId should set this.attributes.id if it existed

    When writing about the TreePanel today, i noticed that the TreeNode.setId method does not set the attributes of the node, yet it reads the id of the...

    Started by jay@moduscreate.com, 14 Jun 2009 10:03 AM
    • Replies: 3
    • Views: 1,562
    9 Sep 2009 1:12 AM Go to last post
  6. [OPEN] [FIXED-227][3.x SVN] Messagebox alert has additional buttons

    Below example displays a messagebox with both the expected OK button, and Yes, No and cancel as well. <html> <head> <link rel="stylesheet"...

    Started by jburnhams, 4 Sep 2009 12:31 AM
    • Replies: 7
    • Views: 1,365
    8 Sep 2009 2:13 PM Go to last post
  7. [UNKNOWN][3.0.0] demo: "Binding Grid->Form" .. code-button inop

    The ExtJS Demo "Binding Grid->Form" does not display the source-code used to create the demo. The page title is "Form with embedded grid."...

    Started by Mike Robinson, 8 Sep 2009 7:02 AM
    • Replies: 1
    • Views: 1,061
    8 Sep 2009 7:07 AM Go to last post
  8. [FIXED-15][3.0 SVN 4972] form layouts fail with non-fields

    For items in a form layout, you can generally now put things in there that are not a field by setting fieldLabel or the like. However, that is now...

    Started by stever, 6 Aug 2009 6:23 PM
    • Replies: 5
    • Views: 1,346
    8 Sep 2009 6:47 AM Go to last post
  9. [OPEN] [FIXED-227][3.0r5288] button.setText broken

    Hey, It seems that r5288 introduces a bug that prevents button.setText from doing its job when the button is in a toolbar. Here's a quick test...

    Started by papandreou, 7 Sep 2009 4:08 AM
    • Replies: 4
    • Views: 1,543
    7 Sep 2009 11:40 PM Go to last post
  10. [OPEN] [UNKNOWN][3.0svn] Ref config works incorrectly when used on toolbars in panels.

    There'll be a problem there though if the developer tries to use the ref config on the toolbar items. They will not have been able to traverse...

    Started by Animal, 7 Sep 2009 5:16 AM
    • Replies: 5
    • Views: 1,100
    7 Sep 2009 6:24 PM Go to last post
  11. [OPEN] [FIXED-226][3.0r5286] "tabchange" event fired while TabPanel is destroyed

    Hi, I'm using the latest 3.x from SVN and I realized that while a TabPanel is getting destroyed, if it has a listener on "tabchange" event, it...

    Started by canxss, 6 Sep 2009 4:00 PM
    2 Pages
    1 2
    • Replies: 12
    • Views: 3,034
    7 Sep 2009 5:56 PM Go to last post
  12. [OPEN] [UNKNOWN][3.0r5294] delayed setTitle updates document.body.child

    Ext version tested: Ext 3.0 rev 5294 css used: only default ext-all.css

    Started by Drayton, 7 Sep 2009 11:11 AM
    • Replies: 1
    • Views: 955
    7 Sep 2009 4:36 PM Go to last post
  13. [FIXED-75][2.x,3.x SVN] rev. 4913 killed accordion collapse tool

    Example: See the examples/layout/accordion.html example in a ext2.0 or trunk SVN build. Accordion layout adds collapsible:true before rendering...

    Started by Condor, 7 Aug 2009 3:41 AM
    • Replies: 8
    • Views: 1,854
    7 Sep 2009 5:22 AM Go to last post
  14. [OPEN] [CLOSED][3.0.0] Default window button breaks Viewport

    Description When a button in a window is the default button and you move the window so that the button is partially outside the viewport, the...

    Started by discon, 7 Sep 2009 1:32 AM
    • Replies: 2
    • Views: 1,038
    7 Sep 2009 1:56 AM Go to last post
  15. [FIXED][3.0.0] Locale el-GR: incorrect date format

    File: /src/locale/ext-lang-el_GR.js Line: 299 dateFormat : "m/d/Y" this should be "d/m/Y", similar to the other dates on lines 118,...

    Started by discon, 7 Sep 2009 1:41 AM
    • Replies: 0
    • Views: 1,110
    7 Sep 2009 1:41 AM Go to last post
  16. [FIXED][3.x] Grid - horizontal scroll

    I scanned the last 100 threads and didn't see anything close, so in case it's not known: All Several of the grid examples have a horizontal...

    Started by mjlecomte, 27 Mar 2009 7:30 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 3,436
    6 Sep 2009 8:20 AM Go to last post
  17. [OPEN] [CLOSED][3.0.0] serializeForm fails to urlencode values from multi-select fields

    Calls to the serializeForm containing a select or select-multiple element in which the values contain something like value="IS&T" cause the returned...

    Started by ghendricks, 4 Sep 2009 11:55 AM
    • Replies: 1
    • Views: 746
    6 Sep 2009 6:45 AM Go to last post
  18. [OPEN] [CLOSED][3.??] labelWidth + labelStyle bug?

    I noticed today that when I have just a labelWidth set and inspect the dom, it shows <label class="x-form-item-label" style="width: 25px;"...

    Started by PV-Patrick, 5 Sep 2009 11:07 AM
    • Replies: 2
    • Views: 1,239
    6 Sep 2009 6:36 AM Go to last post
  19. Exclamation [FIXED][3.0.0] jQuery adapter animation failure

    I'm currently migrating from 2.2.1 to 3.0 but I'm running into a few problems. My experience with ExtJs is fairly intermediate (about 6 months of...

    Started by kngai, 20 Jul 2009 5:41 PM
    3 Pages
    1 2 3
    • Replies: 22
    • Views: 5,032
    5 Sep 2009 9:00 AM Go to last post
  20. Question [OPEN] [UNKNOWN][3.0.0] Problems with CompositeElement#highlight

    If I do Ext.select("li").highlight(), it only highlights the first element. Same goes if I do Ext.select("p").highlight(). But...

    Started by martyhall, 2 Sep 2009 1:16 PM
    • Replies: 4
    • Views: 1,037
    4 Sep 2009 9:47 AM Go to last post