Ext:Bugs

Page 1 of 343 1 2 3 11 51 101 ... LastLast

+ Post New Thread

  1. Cool Sticky Thread Sticky: How to report a bug

    To enable us to quickly process, reproduce and fix bugs we have a simple format that we ask you to use when reporting any issues. Below is a template...

    Started by edspencer, 23 Jun 2011 9:12 AM
    • Replies: 1
    • Views: 27,183
    23 Jun 2011 9:18 AM Go to last post
  2. Sticky Thread Sticky: API Documentation Content Bugs

    To report any typos, inconsistencies, missing or incorrect documentation, please post them as comments directly to the documentation. Only if it...

    Started by nick_p, 27 May 2011 9:59 AM
    49 Pages
    1 2 3 ... 49
    • Replies: 488
    • Views: 68,422
    28 Mar 2013 6:42 AM Go to last post
  1. [OPEN] [CLOSED]Getting Started Guide?

    This may not be quite the right forum to post this question, but since it's the only one pertaining directly to Ext JS 4, I thought it would be ...

    Started by topherfangio, 16 Feb 2011 7:44 AM
    • Replies: 7
    • Views: 2,198
    16 Feb 2011 12:46 PM Go to last post
  2. [CLOSED]Ext 4 Themes

    hi team, it's a bit sad that all the examples use the ext js 3 - default theme (only slight changes). we have a folder: resources / themes /...

    Started by tobiu, 16 Feb 2011 1:02 PM
    • Replies: 2
    • Views: 8,285
    16 Feb 2011 1:50 PM Go to last post
  3. [CLOSED]Portal Example

    I was looking at the portal example: http://dev.sencha.com/deploy/ext-4.0-pr1/examples/portal/portal.html and was seeing a slow layout (4-5)...

    Started by slemmon, 16 Feb 2011 2:59 PM
    portal, portlet
    • Replies: 3
    • Views: 1,346
    16 Feb 2011 3:25 PM Go to last post
  4. [CLOSED]No Bootstrap?

    I was testing out dynamic loading but when I peeked into boostrap.js (function(){ var path, i, ln, scriptSrc, match, ...

    Started by sg707, 16 Feb 2011 12:37 PM
    • Replies: 1
    • Views: 2,065
    16 Feb 2011 4:01 PM Go to last post
  5. [FIXED]good framework extjs4

    je me permet de noter quelques bugs

    Started by ajaxvador, 16 Feb 2011 1:51 PM
    • Replies: 2
    • Views: 1,784
    16 Feb 2011 4:26 PM Go to last post
  6. Lightbulb [CLOSED][Suggestion] Feed Viewer Example With LocalStorage Support

    It would be nice to keep the Feed Viewer example feed sources stored in browser's local storage. That will make this example a real utility without...

    Started by ibnesayeed, 17 Feb 2011 12:13 AM
    feed reader, feed viewer, feed-viewer, html 5, localstorage
    • Replies: 0
    • Views: 1,199
    17 Feb 2011 12:13 AM Go to last post
  7. [FIXED]Button.js doc error

    In Button.js line 218 The : * @cfg arrowCls {String} arrowCls Should be: * @cfg {String} arrowCls arrowCls

    Started by gevik, 17 Feb 2011 2:14 AM
    • Replies: 0
    • Views: 904
    17 Feb 2011 2:14 AM Go to last post
  8. Exclamation [FIXED]DragTracker.js doc error

    In DragTracker.js the docs for the following cfgs are not consistent with the rest of the framework. trackOver overCls constrainTo These...

    Started by gevik, 17 Feb 2011 2:21 AM
    • Replies: 0
    • Views: 844
    17 Feb 2011 2:21 AM Go to last post
  9. Exclamation [CLOSED]Ext.util.Event and fire bug?

    The fire method in Ext.util.Event adds an additional object to the event arguments. Is this intended or a bug? Example: new Ext.Button({ ...

    Started by gevik, 16 Feb 2011 5:52 PM
    • Replies: 2
    • Views: 1,304
    17 Feb 2011 3:41 AM Go to last post
  10. [FIXED]Grid Plugins Example

    Checkmark column shift-click I'm working with the Grid Plugins Example page:...

    Started by slemmon, 16 Feb 2011 3:12 PM
    grid, plugins
    • Replies: 2
    • Views: 1,216
    17 Feb 2011 7:38 AM Go to last post
  11. [OPEN]Scroll-shift on layout

    In IE and FF I was looking at page: http://dev.sencha.com/deploy/ext-4.0-pr1/examples/form/dynamic.html When I scroll to the bottom of the page...

    Started by slemmon, 17 Feb 2011 8:43 AM
    • Replies: 0
    • Views: 990
    17 Feb 2011 8:43 AM Go to last post
  12. [CLOSED]Model.load success callback params

    According to Ext4 preview documentation, we should get the user object as parameter to success callback of Model.load method: //get a reference...

    Started by icflorescu, 16 Feb 2011 8:52 AM
    • Replies: 2
    • Views: 2,062
    17 Feb 2011 9:25 AM Go to last post
  13. [FIXED]Ext JS 3 & 4 on one page

    when I move down the charts window, the task bar back and it puts a space below it

    Started by ajaxvador, 17 Feb 2011 2:45 AM
    • Replies: 3
    • Views: 1,791
    17 Feb 2011 11:23 AM Go to last post
  14. [CLOSED]Some observations from grid plugins example page

    So just for fun I brought up the grid-plugins example page up for ext-4.0-pr1 and compared it side-by-side with the page for ext 3. ...

    Started by firefoxSafari, 17 Feb 2011 4:44 PM
    • Replies: 0
    • Views: 670
    17 Feb 2011 4:44 PM Go to last post
  15. [CLOSED]Model.save also fails...

    var user = Ext.ModelMgr.create({name: 'Ed Spencer', email: 'ed@sencha.com'}, 'User'); user.save(); //POST /users This also fails with the...

    Started by icflorescu, 16 Feb 2011 9:15 AM
    • Replies: 3
    • Views: 2,069
    17 Feb 2011 7:44 PM Go to last post
  16. [FIXED]Ext.data.Store documentation consistency issue

    In Ext.data.Store documentation we have: getAt( Number index ) : Ext.data.Model Get the Record at the specified index. Parameters index :...

    Started by icflorescu, 17 Feb 2011 11:04 AM
    • Replies: 2
    • Views: 1,304
    17 Feb 2011 7:54 PM Go to last post
  17. [FIXED]Closing Chart Panel JS error in IE

    FWIW I get a JS error in IE when closing the Ext window with the chart panel. I do not get an error in FF when closing the same window. Page used:...

    Started by slemmon, 17 Feb 2011 8:55 AM
    • Replies: 1
    • Views: 1,461
    17 Feb 2011 8:48 PM Go to last post
  18. [FIXED]Odd MessageBox layout in FF

    On the MessageBox dialog sample page, the MessageBox on the simple Confirm looks strange when first loaded. Looks like the title is cut off and...

    Started by firefoxSafari, 16 Feb 2011 4:45 PM
    • Replies: 2
    • Views: 1,026
    17 Feb 2011 10:00 PM Go to last post
  19. [CLOSED]Selection misbehave in forms using Chrome

    In the forms samples: http://dev.sencha.com/deploy/ext-4.0-pr1/examples/form/dynamic.html Running Chrome 9.0.597.98, you can't select inputed...

    Started by WixSL, 17 Feb 2011 2:09 PM
    • Replies: 4
    • Views: 1,413
    17 Feb 2011 10:23 PM Go to last post
  20. [FIXED]Datefield

    To start, sorry if I'm muddying the waters at all by stating any of the known issue stuff. If it becomes a nuisance let me know and I'll hang back. ...

    Started by slemmon, 17 Feb 2011 8:13 AM
    date picker
    • Replies: 2
    • Views: 1,288
    17 Feb 2011 10:30 PM Go to last post