Sencha Touch 2.x: Bugs

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

+ Post New Thread

  1. 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 mitchellsimoens, 28 Oct 2011 6:19 AM
    • Replies: 1
    • Views: 5,039
    28 Oct 2011 6:20 AM Go to last post
  1. Question [FIXED] Dynamic nested carousel problem

    Hey there! Start tinkering with Sencha Touch! Did a quick test by creating a "dynamic" carousel nested in another. However I hit a bump in the...

    Started by 0nn0, 27 Jan 2012 4:23 AM
    carousel dynamic
    • Replies: 4
    • Views: 825
    30 Jan 2012 2:10 PM Go to last post
  2. [CLOSED] GeoCongress app does not load on PR3.

    HI I am getting an error on initial load in the GeoCongress app. (examples/geocongress/index.html). Can someone please take a look? All files are...

    Started by 29er, 11 Dec 2011 10:12 PM
    • Replies: 3
    • Views: 704
    12 Dec 2011 10:01 AM Go to last post
  3. [CLOSED] 'sencha generate model' not working in Sencha Cmd v3.0.0.230

    Just to test, use the exact instructions over at http://docs.sencha.com/touch/2-0/#!/guide/command run '' sencha generate model User...

    Started by 29er, 26 Oct 2012 9:17 AM
    command
    • Replies: 3
    • Views: 725
    26 Oct 2012 9:51 AM Go to last post
  4. Moved: All preview versions of ST2 not working with Dataview example

    Started by 29er, 13 Dec 2011 10:19 AM
    • Replies: -
    • Views: -
    13 Dec 2011 10:19 AM Go to last post
  5. [INFOREQ] Extremely slow XML loading into store with 2.2.0

    Hi there, I upgraded my app to 2.2.0, but now loading xml data takes more than a minute! (Using Safari) The same app with 2.1.1 loads the xml data...

    Started by 2msd, 22 Apr 2013 1:23 PM
    • Replies: 8
    • Views: 399
    13 May 2013 2:36 PM Go to last post
  6. Error after the container's item was destroyed

    When the item was added to the container (layout card) with animation, it is not possible to destroy it without error: ...

    Started by A.Tyshchyk, 25 Feb 2013 8:13 AM
    • Replies: 2
    • Views: 184
    26 Feb 2013 12:04 AM Go to last post
  7. [FIXED] Problem with destroying List while it bouncing

    Look this http://new.senchafiddle.com/#/cKm3p/ How to reproduce: Scroll list to end. When it has bounced tap the delete button. You will get the...

    Started by A.Tyshchyk, 18 Apr 2013 5:47 AM
    • Replies: 3
    • Views: 137
    18 Apr 2013 9:57 AM Go to last post
  8. [FIXED] Ext.form.Panel. Very strange code

    Method getValues: if (bucket) { if (!isArray(bucket)) { bucket = values = ; } if (isArray(bucket)) { bucket =...

    Started by A.Tyshchyk, 14 Jun 2012 2:28 AM
    • Replies: 2
    • Views: 442
    14 Jun 2012 5:07 AM Go to last post
  9. [NOREPRO] Ext.Msg toolbar change layouting after the second call

    Version: ST 2.1.1 If the Ext.Msg.show calls 2 times, at the second one toolbar change layouting from docked: top to default....

    Started by A.Tyshchyk, 11 Mar 2013 8:58 AM
    • Replies: 2
    • Views: 222
    12 Mar 2013 12:03 AM Go to last post
  10. [FIXED] Scroll's indicator should has ratio <= 1

    The scroll's indicator size will be bigger than scroll's container size, if list items do not fill all space of container (2-3 items for example)....

    Started by A.Tyshchyk, 23 Jan 2013 2:18 AM
    • Replies: 1
    • Views: 135
    23 Jan 2013 7:27 AM Go to last post
  11. [INFOREQ] Wrong scroll height after orientation is changed

    REQUIRED INFORMATION Ext version tested: Sencha Touch 2.1.0 RC2 Browser versions tested against: Android Browser 4.0 Steps to reproduce...

    Started by A.Tyshchyk, 26 Oct 2012 12:22 AM
    • Replies: 2
    • Views: 408
    29 Oct 2012 8:50 AM Go to last post
  12. [CLOSED] Ext.field.Select.destroy

    destroy: function () { this.callParent(arguments); var store = this.getStore(); if (store && store.getAutoDestroy()) {...

    Started by A.Tyshchyk, 27 Nov 2012 1:42 AM
    • Replies: 1
    • Views: 165
    27 Nov 2012 6:03 AM Go to last post
  13. use "hasMany" to refer to a same model 2 times, only one works

    hasMany: { model: 'tc.model.Place', name: 'placeSet', associationKey: 'placeVoSet' }, hasMany: { ...

    Started by aaronchen2k, 9 May 2012 9:07 PM
    • Replies: 1
    • Views: 350
    10 May 2012 5:04 AM Go to last post
  14. [CLOSED] localstore not support time format

    {name: "eventDate", type: "date", dateFormat: 'time'}, I save the time value "eventDate: 1346947200000" to localstore, it will be change to...

    Started by aaronchen2k, 28 Sep 2012 9:13 PM
    • Replies: 2
    • Views: 322
    29 Sep 2012 8:30 PM Go to last post
  15. [INFOREQ] Clicking on the right space of textbox will call submit button tap event

    On iphone device, clicking on the right space of textbox will call submit button tap event.

    Started by aaronchen2k, 25 Sep 2012 1:53 AM
    • Replies: 1
    • Views: 336
    25 Sep 2012 5:36 AM Go to last post
  16. [INFOREQ] paths of views in controller's config

    I put a controller in "plugin/event" folder, and hope it can load related views in "plugin.event.view.skyblue.view" folder,but below codes always...

    Started by aaronchen2k, 19 Feb 2012 11:25 PM
    • Replies: 1
    • Views: 455
    20 Feb 2012 6:58 AM Go to last post
  17. [INFOREQ] get an error when execute removeCls() for child #ext-fieldset component

    Sencha version tested: sencha-touch-2.0.1.1 Description: call container.destroy() that has a fieldset on it get an error when execute...

    Started by aaronchen2k, 9 Dec 2012 11:06 PM
    • Replies: 1
    • Views: 126
    10 Dec 2012 6:53 AM Go to last post
  18. [DUP] 2 bugs of selection list(image attached)

    tested with sencha-touch-2.0.1.1 1. The last thing on the selection list cannot be choose. a lot of records in the list 2. Year is not...

    Started by aaronchen2k, 25 Sep 2012 6:28 PM
    • Replies: 1
    • Views: 351
    26 Sep 2012 5:54 AM Go to last post
  19. [INFOREQ] navigationview.activeitemchange parameter value is undefined

    Ext version tested: sencha-touch-2.0.1.1 Steps to reproduce the problem: when event navigationview.activeitemchange( this, value, oldValue,...

    Started by aaronchen2k, 9 Dec 2012 11:14 PM
    • Replies: 2
    • Views: 116
    10 Dec 2012 5:04 PM Go to last post
  20. [DUP] app crashed after some muti touch

    Device: Samsung GALAXY Note Acer Iconia Tab A500 (it works well on iPhone and Samsung Galaxy Nexus phone) Sencha Version: ...

    Started by aaronchen2k, 11 Jul 2012 8:25 PM
    • Replies: 5
    • Views: 1,061
    16 Jul 2012 3:43 AM Go to last post