Ext:Bugs

Page 294 of 353 FirstFirst ... 194 244 284 292 293 294 295 296 304 344 ... LastLast

+ Post New Thread

  1. BUG: ext3-compat.js, Combobox, tpl

    In ext3-compat.js, line 1276 the old tpl property is mapped to a function for "getInnerTpl". The property belongs to listConfig, not to the combox...

    Started by meditecsports, 15 May 2011 11:53 PM
    • Replies: 0
    • Views: 785
    15 May 2011 11:53 PM Go to last post
  2. [OPEN] [INFOREQ]Grid cell line-height problems

    The default grid cell line height is different for FF: .x-grid-cell-inner { line-height: 15px; } on Chrome it is set to 'line-height:...

    Started by dietmar, 12 May 2011 9:00 PM
    • Replies: 5
    • Views: 1,509
    15 May 2011 8:09 PM Go to last post
  3. [CLOSED]buffered grid without scroll

    /extjs4/examples/grid/buffer-grid.html The buffered grid error occurs when header that list count is 10 rows click.

    Started by Jeon soo-il, 15 May 2011 7:41 PM
    • Replies: 0
    • Views: 432
    15 May 2011 7:41 PM Go to last post
  4. Ex.Loader does not Load associations of a Model

    I have a test setup using Jasmine to write my tests. I use Ext.Loader so I do not need to include all my class files into the test index page....

    Started by halcwb, 15 May 2011 11:00 AM
    bug, ex.loader
    • Replies: 0
    • Views: 1,022
    15 May 2011 11:00 AM Go to last post
  5. [CLOSED]Problem with Ext.selection.CheckboxModel

    Here is the bug issue: (maybe there is a better solution to solve this problem, however it discovers a bug ... here we go). Create a Grid...

    Started by urlund, 14 Apr 2011 6:06 AM
    • Replies: 4
    • Views: 2,411
    15 May 2011 10:52 AM Go to last post
  6. [CLOSED]FieldSet calculating wrong child widths ?

    Hello all, Either I'm doing something very wrong here or the components inside FieldSet components get wrong rendered widths. Take this...

    Started by howe, 14 May 2011 7:38 PM
    extjs4, fieldset, width
    • Replies: 5
    • Views: 1,146
    15 May 2011 9:17 AM Go to last post
  7. Closing window on Esc with the help of Ext.util.KeyNav works only in IE

    In ExtJs 3, the behavior of closing window upon Esc was per default. In ExtJS 4, it is not. I found out the Ext.util.KeyNav, but it seems to work...

    Started by Qtx, 15 May 2011 9:11 AM
    • Replies: 0
    • Views: 1,359
    15 May 2011 9:11 AM Go to last post
  8. [FIXED] [EXTJSIV-1953] [4.0.0] Ext.grid.property.Store is pretty much broken

    Sorry for the bitter post but, just take a look at the source. Several methods refer to 'this.store' while 'this' *is* the store. The 'remove' method...

    Started by Sébastien.Volle, 13 May 2011 2:03 AM
    • Replies: 2
    • Views: 1,443
    15 May 2011 12:27 AM Go to last post
  9. [CLOSED]Problem with dynamic tabs (gridpanel), store and checkboxmodel

    As mentioned in my post, i'm not quite sure if this is a bug, so i'll post a link here too... ...

    Started by urlund, 14 May 2011 11:50 AM
    • Replies: 1
    • Views: 776
    14 May 2011 3:52 PM Go to last post
  10. [FIXED-EXTJSIV-1824]Ext.grid.property.Grid is missing alias

    Apparently, Ext.grid.property.Grid does not have an alias in 4.0, I would like to use it with xtype declaration though. cheers Jan

    Started by winkelmann, 2 May 2011 8:57 AM
    • Replies: 2
    • Views: 698
    14 May 2011 11:31 AM Go to last post
  11. Very hard to not hit bug with grid virtual scrolling if getting data using AJAX proxy

    Using 4.0.0 it's very hard to not hit bugs with grid virtual scrolling if getting data using AJAX proxy. All example (one only exist) of Sencha is...

    Started by SebTardif, 13 May 2011 1:50 PM
    extjs 4.0, extjs 4.0.0, virtual scrolling
    • Replies: 1
    • Views: 998
    14 May 2011 3:06 AM Go to last post
  12. [OPEN][EXTJSIV-1207][4.0.0] Advanced StatusBar Example not behaving right

    http://dev.sencha.com/deploy/ext-4.0.0/examples/statusbar/statusbar-advanced.html If you load up the above example page and then click the "Save"...

    Started by lasseok, 7 May 2011 8:38 AM
    • Replies: 1
    • Views: 718
    13 May 2011 10:40 PM Go to last post
  13. [OPEN-EXTJSIV-1846]IE8 Error in border layout when west panel has 'collapsed:true'

    I have a Viewport that uses a vbox layout. Nested within that Viewport is a border layout that has north and west Panels. When I try to apply...

    Started by AmandaK, 4 May 2011 7:31 AM
    • Replies: 7
    • Views: 2,100
    13 May 2011 12:37 PM Go to last post
  14. Bookmarks in API Docs

    Why don't the HTML bookmarks work in the API documentation? If you spend all day trying to perform a tedious upgrade from Ext 3 to 4 and need the...

    Started by adamb500, 13 May 2011 12:10 AM
    annoying, api, bookmarks, docs
    • Replies: 1
    • Views: 405
    13 May 2011 12:33 PM Go to last post
  15. [FIXED-EXTJSIV-1938][4.0.0] el binding only allows for one listener per element

    There is a bug when more than one listener is bound to the same 'element'. To be more precise, there is a special handling for binding to class...

    Started by mberrie, 12 May 2011 8:31 PM
    • Replies: 1
    • Views: 1,691
    13 May 2011 12:24 PM Go to last post
  16. Tree Copy() not working when deep parameter is true

    When trying to copy a node with its childrens, a javascript error is shown for the appendChild function, which is called inside copy funcion: ...

    Started by estemendoza, 13 May 2011 8:37 AM
    • Replies: 1
    • Views: 804
    13 May 2011 12:11 PM Go to last post
  17. [OPEN-EXTJSIV-1930][4.0.0] Popup menu issues

    Porting some code from ExtJS 3.3.1 to 4.0.0, when putting up an Ext.menu.Menu in response to a contextmenu event I am seeing some problems. In...

    Started by drogers, 12 May 2011 10:59 AM
    • Replies: 2
    • Views: 1,208
    13 May 2011 8:22 AM Go to last post
  18. [CLOSED]Ext.data.Store add event not firing

    Ext.data.Store does not attach a listener to its data object (Ext.util.MixedCollection) add event. In this example you can see that the listener...

    Started by sam_hewitt, 12 May 2011 1:23 PM
    • Replies: 2
    • Views: 1,594
    13 May 2011 7:27 AM Go to last post
  19. [CLOSED]Ext.data.HasManyAssociation & Ext.data.BelongsToAssociation

    In the API Docs the name of the config options don't correspond with the above examples

    Started by Fanny144, 13 May 2011 12:12 AM
    • Replies: 0
    • Views: 666
    13 May 2011 12:12 AM Go to last post
  20. Exclamation [CLOSED]getSortState is always undefined

    getSortState() is returning this.sortInfo which no longer exists in Ext.Data.Store which means that this value is always undefined.

    Started by khenn, 11 May 2011 12:34 PM
    • Replies: 2
    • Views: 1,475
    12 May 2011 11:11 PM Go to last post