Sencha Touch 2.x: Bugs

Page 106 of 133 FirstFirst ... 6 56 96 104 105 106 107 108 116 ... LastLast

+ Post New Thread

  1. [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: 697
    9 Feb 2012 10:21 AM Go to last post
  2. [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: 434
    9 Feb 2012 10:08 AM Go to last post
  3. [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,432
    9 Feb 2012 9:01 AM Go to last post
  4. [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: 334
    9 Feb 2012 8:50 AM Go to last post
  5. 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
  6. [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: 566
    9 Feb 2012 8:38 AM Go to last post
  7. [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: 785
    9 Feb 2012 3:46 AM Go to last post
  8. [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: 653
    8 Feb 2012 11:42 PM Go to last post
  9. 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
  10. [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: 820
    8 Feb 2012 1:14 PM Go to last post
  11. [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: 426
    8 Feb 2012 8:56 AM Go to last post
  12. [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,053
    8 Feb 2012 8:42 AM Go to last post
  13. [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: 1,719
    8 Feb 2012 2:02 AM Go to last post
  14. [CLOSED] callback function not execute.

    Ext.Msg.alert and all method of this class callback function not working.

    Started by nareh tank, 7 Feb 2012 11:37 PM
    • Replies: 1
    • Views: 318
    8 Feb 2012 12:51 AM Go to last post
  15. [NOREPRO] PR4: Ext.Msg.alert error

    Hey, thought I'd flag this one as it's appeared since PR3; if you accidentally pass in an undefined string into Ext.Msg.alert, it seems to cause the...

    Started by amaccann, 7 Feb 2012 5:37 AM
    • Replies: 3
    • Views: 1,213
    8 Feb 2012 12:38 AM Go to last post
  16. [DUP] [b1] Custom Paths to views not working

    pr4 had broken the custom path functionality (bug report) Beta 1 appears to load controllers from a custom path but not views. In the main app...

    Started by widged, 6 Feb 2012 9:07 PM
    • Replies: 3
    • Views: 418
    7 Feb 2012 4:49 PM Go to last post
  17. [FIXED] Setting the Config centered : true of an Ext.Container --> Container never hides

    Hi guys i found a Problem with the centered config of an Ext.Container. I'm using an Container with Cardlayout, which regularly should only show...

    Started by geekflyer, 30 Nov 2011 6:26 PM
    animation, bug, cardlayout, centered, container
    • Replies: 8
    • Views: 1,109
    7 Feb 2012 3:39 PM Go to last post
  18. [FIXED] PR4 - Custom folder structure for MVC no longer supported?

    Hi, I just upgraded to PR4 and encountered the following issue: In PR3, I could have custom folder structure for my MVC classes as follows: ...

    Started by webexplorer123, 24 Jan 2012 2:48 PM
    3 Pages
    1 2 3
    • Replies: 22
    • Views: 2,821
    7 Feb 2012 3:38 PM Go to last post
  19. [CLOSED] ActionSheet defines cls instead of baseCls

    See http://docs.sencha.com/touch/2-0/source/ActionSheet.html#Ext-ActionSheet

    Started by estesbubba, 31 Jan 2012 9:06 AM
    • Replies: 8
    • Views: 918
    7 Feb 2012 2:49 PM Go to last post
  20. [WISH][GRANTED] Ext.navigation.View pop event passed all popped views

    First, thanks for adding my WISHLIST of adding pop(count) to navigation view. Would it make sense to return an array of all the popped views to...

    Started by estesbubba, 7 Feb 2012 1:35 PM
    • Replies: 3
    • Views: 1,187
    7 Feb 2012 2:20 PM Go to last post