Ext:Bugs

Page 310 of 345 FirstFirst ... 210 260 300 308 309 310 311 312 320 ... LastLast

+ Post New Thread

  1. [CLOSED][B3] load event not fired

    Ext.data.Store.loadData() fires only 'datachanged' but not 'load' var store = Ext.create('Ext.data.Store', { model: 'Test', listeners: { ...

    Started by harrydeluxe, 14 Apr 2011 3:22 PM
    • Replies: 1
    • Views: 968
    14 Apr 2011 3:25 PM Go to last post
  2. [CLOSED] [B3] Filename in themes/images/default

    Some files under 'theme/images/default/' have '-default-' in name. For example: theme/images/default/panel/panel-default-framed-corners.gif

    Started by harrydeluxe, 14 Apr 2011 1:54 PM
    • Replies: 1
    • Views: 552
    14 Apr 2011 3:18 PM Go to last post
  3. [CLOSED]What happened to Ext.Loader?

    I had Ext.Loader working nicely in beta 2 - it would dynamically load my application files without complaint. With beta 3, I notice 2 things right...

    Started by azuroff, 14 Apr 2011 1:22 PM
    • Replies: 5
    • Views: 2,749
    14 Apr 2011 2:58 PM Go to last post
  4. [FIXED] [B2][DOC] Ext.grid.feature.Summary missing

    The article Ext.grid.feature.Summary in the documentaion is missing.

    Started by deister, 14 Apr 2011 8:07 AM
    • Replies: 1
    • Views: 1,568
    14 Apr 2011 2:50 PM Go to last post
  5. [FIXED][B3] Ext.draw.CompositeSprite - rename isSpriteGroup -> isCompositeSprite

    Since the class SpriteGroup was (aptly) renamed to CompositeSprite, the isSpriteGroup property should also be be renamed to isCompositeSprite.

    Started by LesJ, 14 Apr 2011 12:36 PM
    • Replies: 1
    • Views: 533
    14 Apr 2011 2:45 PM Go to last post
  6. Lightbulb [FIXED-EXTJSIV-1071] getRecords

    Hello, im found a bug in getRecords, the return is records not r. /** * Gets an array of the records from an array of nodes *...

    Started by sora, 14 Apr 2011 4:04 AM
    • Replies: 5
    • Views: 831
    14 Apr 2011 2:27 PM Go to last post
  7. [CLOSED][DUP]MVC examples obfuscated ?

    Hi, Why are the MVC examples obfuscated ? I mean, they seem to be "packaged all in one", and that's a great feature, but it surely is not friendly...

    Started by howe, 14 Apr 2011 2:04 PM
    • Replies: 1
    • Views: 589
    14 Apr 2011 2:21 PM Go to last post
  8. [CLOSED][DUP]Ext.form.field.Date in Beta 3

    After downloading Beta 3, I discovered that the stylings for the picker on the Date field are bad or missing. Can anyone else confirm this? The...

    Started by mhorner, 14 Apr 2011 1:00 PM
    • Replies: 2
    • Views: 723
    14 Apr 2011 2:11 PM Go to last post
  9. [FIXED-EXTJSIV-1072][B3] Bug in MVC Simple Example

    Here is the address: http://dev.sencha.com/deploy/ext-4.0-beta3/examples/app/simple/simple.html When double clicking a row, a error ocurr.

    Started by nomack84, 14 Apr 2011 12:43 PM
    • Replies: 1
    • Views: 702
    14 Apr 2011 1:44 PM Go to last post
  10. [FIXED-EXTJSIV-829] Tree Node Expanded

    When you load a node into a tree that has the property 'expanded: true' the node draws with a minus beside it as if it had been expanded but does not...

    Started by James Goddard, 8 Apr 2011 9:26 AM
    • Replies: 2
    • Views: 1,112
    14 Apr 2011 1:04 PM Go to last post
  11. [OPEN-EXTJSIV-1078][B3] Clumsy window shadow

    Hi Cool that you are now using CSS3 box-shadow when applicable to give floating elements a shadow! But it's not working very well on non-white...

    Started by sebsei, 14 Apr 2011 1:00 PM
    • Replies: 0
    • Views: 501
    14 Apr 2011 1:00 PM Go to last post
  12. [CLOSED][b3] Class system the must read manual

    release notes say: Replaced Javascript 'new' with Ext.create throughout library and examples however in the manual Ext.create does not make an...

    Started by rogersja, 14 Apr 2011 12:14 PM
    • Replies: 1
    • Views: 621
    14 Apr 2011 12:32 PM Go to last post
  13. [OPEN-EXTJSIV-534][beta1]Grid virtualized scrolling is not working with locking

    Grid virtualized scrolling is not working with locking column Beta 1 is showing only grid examples doing one thing per example. We have...

    Started by SebTardif, 30 Mar 2011 1:35 PM
    buffer view, infinite scroll, locking column, virtual scrolling
    • Replies: 2
    • Views: 1,458
    14 Apr 2011 12:03 PM Go to last post
  14. [CLOSED][B2] Missing ability to override singleton methods

    Hi Wouldn't it make sense to be able to override singletons defined with Ext.define('...', {singleton:true...}), just like you override methods of...

    Started by sebsei, 14 Apr 2011 7:13 AM
    • Replies: 4
    • Views: 1,977
    14 Apr 2011 11:49 AM Go to last post
  15. Json Reader throws error if no fields array in config, using metaData

    Using the metaData property in the Json I am returning from the server, I define the fields in that metaData object, but in my JsonStore config I...

    Started by twk3, 13 Apr 2011 12:36 PM
    • Replies: 4
    • Views: 1,352
    14 Apr 2011 9:35 AM Go to last post
  16. Question [CLOSED][B2] SCSS suggestions for button text color, and a question

    in resources/themes/stylesheets/ext4/default/widgets/_button.scss: @ around line 475, it might be a good idea to replace: // Styles for...

    Started by stevil, 14 Apr 2011 6:32 AM
    button, color, scss, theme, toolbar
    • Replies: 1
    • Views: 847
    14 Apr 2011 8:23 AM Go to last post
  17. [FIXED-EXTJSIV-1352][B2] Ext.util.Floating-alignTo should accept a Component

    Hi Doing something like: floatingCt.alignTo(cmp, 'tl-bl'); will throw an error like: Uncaught Element.alignToXY with an element that doesn't...

    Started by sebsei, 14 Apr 2011 6:38 AM
    • Replies: 0
    • Views: 355
    14 Apr 2011 6:38 AM Go to last post
  18. [CLOSED]TreePanel: Specifying a 'root' instead of a 'store' config

    According to the API docs, it is possible to create a treepanel and bind it to a store by specifying a root instead of a store. So instead of...

    Started by Ronald Hofstede, 14 Apr 2011 1:54 AM
    treepanel
    • Replies: 0
    • Views: 503
    14 Apr 2011 1:54 AM Go to last post
  19. [FIXED][B2] Ext.picker.Date -> getValue() -> format

    hi team, new Ext.picker.Date({ listeners:{ render: function(calendar){ console.log(calendar.getValue()); var dt...

    Started by tobiu, 13 Apr 2011 2:34 PM
    • Replies: 5
    • Views: 1,510
    13 Apr 2011 11:44 PM Go to last post
  20. [FIXED]Auto Setters and Getters for Configurations

    Not sure if I'm doing it wrong but it might be a bug Ext.define('Z.LoginWindow', { extend: 'Ext.Window', width: 400, height: 200,...

    Started by sg707, 16 Feb 2011 12:21 PM
    2 Pages
    1 2
    • Replies: 18
    • Views: 3,994
    13 Apr 2011 11:07 PM Go to last post