Sencha Touch 2.x: Bugs

Page 102 of 130 FirstFirst ... 2 52 92 100 101 102 103 104 112 ... LastLast

+ Post New Thread

  1. [FIXED] [beta2]Ext.Application. loadControllerDependencies error

    Hi, beta 2 triggers an "undefined" error for this line (sencha-touch-debug-all.js line 28350) : proto = controller.prototype; After...

    Started by benben, 9 Feb 2012 6:27 AM
    controller, profile
    • Replies: 7
    • Views: 624
    9 Feb 2012 1:05 PM Go to last post
  2. [FIXED] Problems with Date fields in Beta1?

    Hello, There seems to be some formatting issues with dates that appear in Beta1, which did not appear in PR3. My app uses local storage, which is...

    Started by shaneavery, 8 Feb 2012 7:31 AM
    • Replies: 3
    • Views: 468
    9 Feb 2012 12:59 PM Go to last post
  3. [FIXED] [B2] Empty ResultSet crashes

    It seems it has been this way since B1. When I want to return an empty ResultSet in my proxy (like for instance, the current device does not...

    Started by olouvignes, 9 Feb 2012 10:09 AM
    • Replies: 6
    • Views: 673
    9 Feb 2012 12:34 PM Go to last post
  4. [CLOSED] [B2] Ext.Picker create() is broken

    This code does not work since B2 : var devicePicker = Ext.create('Ext.Picker', { slots: }] }); devicePicker.show();

    Started by olouvignes, 9 Feb 2012 10:55 AM
    • Replies: 2
    • Views: 501
    9 Feb 2012 12:26 PM Go to last post
  5. [FIXED] [B1] Ext.List method setSelected() doesn't work as expected

    Looks like the logic in Ext.mixin.Selectable.applySelected just appends a new list of selected items without replacing the current selection .......

    Started by welshcathy, 8 Feb 2012 1:37 AM
    • Replies: 2
    • Views: 695
    9 Feb 2012 11:33 AM Go to last post
  6. [CLOSED] B1 maprender event does not fire, but painted event does

    The maprender event does not fire, but the painted event does. Doesn't work: mapView.on({'maprender': function(view) { Works fine: ...

    Started by bweiler, 3 Feb 2012 1:24 PM
    • Replies: 8
    • Views: 1,456
    9 Feb 2012 11:02 AM Go to last post
  7. [CLOSED] [B2] Xtype spacer not working correctly

    Spacer used to work in B1 in this example (as the first item to dock things at the bottom). It does not work anymore (height:0). ...

    Started by olouvignes, 9 Feb 2012 10:04 AM
    • Replies: 3
    • Views: 476
    9 Feb 2012 10:26 AM Go to last post
  8. [FIXED] [B1] Bug in Ext.dom.applyStyles()

    Calling method applyStyles on an Ext.dom.Element causes an error: i.e. var myElement = Ext.get('myElement'); if (myElement){ ...

    Started by welshcathy, 3 Feb 2012 6:21 AM
    • Replies: 4
    • Views: 679
    9 Feb 2012 10:21 AM Go to last post
  9. [FIXED] [B2] Ext.Msg is no longer modal

    Click on mask and dialog hides. Pre-written test cases :) http://docs.sencha.com/touch/2-0/#!/api/Ext.Msg

    Started by estesbubba, 9 Feb 2012 7:03 AM
    • Replies: 2
    • Views: 430
    9 Feb 2012 10:08 AM Go to last post
  10. [FIXED] Can't destroy a card after the cardswitch (activeitemchange)

    I usually destroy cards as they become inactive in a card layout. I used to use this: this.on('cardswitch', function (view, newCard, oldCard){ ...

    Started by simeon, 3 Nov 2011 8:43 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 2,363
    9 Feb 2012 9:01 AM Go to last post
  11. [CLOSED] [B1] Msg and NavigationView mask problem

    This is probably related to this bug but thought I would start a new thread in case it isn't: ...

    Started by estesbubba, 8 Feb 2012 8:35 AM
    • Replies: 3
    • Views: 328
    9 Feb 2012 8:50 AM Go to last post
  12. Moved: Autonumber in Template in DataView

    Started by macharti, 9 Feb 2012 1:30 AM
    • Replies: -
    • Views: -
    9 Feb 2012 8:42 AM Go to last post
  13. [INFOREQ] Actionsheet bug

    buyBtn.setHandler(function() { if (!this.sheet) { this.sheet = Ext.Viewport.add({ xtype: 'actionsheet', items...

    Started by jsveron23, 8 Feb 2012 8:41 PM
    • Replies: 1
    • Views: 558
    9 Feb 2012 8:38 AM Go to last post
  14. [FIXED] [PR4] broken override (Ext.LoadMask)

    Override does not give expected behaviour... the next example should alert "testing", but instead it gives "Loading..." the config message defined in...

    Started by jensen83, 31 Jan 2012 8:30 AM
    • Replies: 4
    • Views: 777
    9 Feb 2012 3:46 AM Go to last post
  15. [FIXED] Missing attach method on Ext.dom.Element.Fly

    Ext.dom.CompositeElementLite's getElement method invoked .attach method on Ext.dom.Element.Fly which seems to be missing. The following override...

    Started by r_honey, 8 Feb 2012 1:15 AM
    • Replies: 3
    • Views: 646
    8 Feb 2012 11:42 PM Go to last post
  16. Moved: TreeNode root/data property confusion

    Started by cscortes, 8 Feb 2012 4:51 PM
    • Replies: -
    • Views: -
    8 Feb 2012 4:51 PM Go to last post
  17. [CLOSED] Numberfield - any numbers after 15 are changed to zeros onblur

    I have a number field defined like so: { xtype: 'numberfield', name: 'ccnumber', id: 'ccnumber', label: 'Card Number', required: true,...

    Started by yerajeff, 7 Feb 2012 1:47 PM
    number field adding zeros, number field bug
    • Replies: 4
    • Views: 806
    8 Feb 2012 1:14 PM Go to last post
  18. [CLOSED] [ST2 b1] Ext.select().each error

    Ext.select('img').each(function(el){ console.log(el); }); error occurs. debugging result :

    Started by jwjiwon, 8 Feb 2012 7:14 AM
    • Replies: 1
    • Views: 420
    8 Feb 2012 8:56 AM Go to last post
  19. [CLOSED] Cannot read property 'Chart' of undefined

    Getting exception " Uncaught TypeError: Cannot read property 'Chart' of undefined ​" . Any solution? Thanks

    Started by abhi.ece, 7 Feb 2012 4:10 AM
    charts, exception
    • Replies: 3
    • Views: 1,026
    8 Feb 2012 8:42 AM Go to last post
  20. [FIXED] Beta 1 - SegmentedButton's initialize does not invoke initialize on its parent

    The title says it all, SegmentedButton's initialize method does not invoke this.callParent(arguments)

    Started by r_honey, 7 Feb 2012 11:38 AM
    • Replies: 5
    • Views: 822
    8 Feb 2012 2:02 AM Go to last post