Sencha Touch 2.x: Bugs

Page 119 of 130 FirstFirst ... 19 69 109 117 118 119 120 121 129 ... LastLast

+ Post New Thread

  1. [INFOREQ] Carousel swipe is too sensitive on Android (PR3)

    I've created a basic carousel with direction: 'horizontal', and with cards that have scroll: 'vertical'. Its great on iOS, but when I try it with...

    Started by jameshenderson, 23 Dec 2011 10:01 AM
    • Replies: 1
    • Views: 943
    23 Dec 2011 10:33 AM Go to last post
  2. Dynamically adding a item to a Ext.Panel, and store load not refreshing

    Guys, I'm using Sencha Touch 2 pr3, and I'm preforming a routine in which I dynamically add a new panel items to an existing item. Within this...

    Started by nak1, 23 Dec 2011 9:25 AM
    • Replies: 1
    • Views: 883
    23 Dec 2011 9:45 AM Go to last post
  3. [FIXED] dataview doselect does not work when passing selected index

    EDIT: The title of this thread should be: dataview deselect does not work when passing selected index. ________________________________________ Hi,...

    Started by clarose, 21 Dec 2011 1:06 PM
    dataview, deselect
    • Replies: 1
    • Views: 832
    21 Dec 2011 2:52 PM Go to last post
  4. Sencha Touch 2.0 Twitter Example Broken

    Seems that the Twitter example in the Sencha 2 docs: http://docs.sencha.com/touch/2-0/#!/example/twitter/index.html is broken! I have tried it in...

    Started by livewire, 20 Dec 2011 8:47 PM
    • Replies: 1
    • Views: 1,006
    21 Dec 2011 2:28 AM Go to last post
  5. [FIXED] [PR3] Ext.form.Panel defines cls instead of baseCls in config

    I added my own cls to a form and couldn't figure out why the baseCls was being blown away. Looking at the source code reveals that Ext.form.Panel is...

    Started by estesbubba, 20 Dec 2011 1:44 PM
    • Replies: 1
    • Views: 971
    20 Dec 2011 1:50 PM Go to last post
  6. [CLOSED] [PR3] Ex.field.DatePicker masks all screen on tap

    REQUIRED INFORMATION Ext version tested:Sencha Touch 2 PR3 (sencha-touch-all and all-debug) Browser versions tested against: Android 2.3.1,...

    Started by MassimoCineca, 19 Dec 2011 3:34 AM
    • Replies: 4
    • Views: 862
    20 Dec 2011 1:07 AM Go to last post
  7. [INFOREQ] controller is not getting accessed properly while using Offline storage....

    while using offline storage in an MVC sencha touch 2 application the controller file is not accessed properly.. The GET method produced by the app.js...

    Started by arunc, 19 Dec 2011 3:48 AM
    • Replies: 2
    • Views: 718
    19 Dec 2011 9:50 PM Go to last post
  8. [FIXED] [PR3] Items of a tab panel do not fire 'show' when shown.

    In 1.1.1, I used tabpanel's beforecardchange to trigger when a tab was being selected. Now, it looks like there's no way to detect when a new tab...

    Started by stefankendall, 12 Dec 2011 7:51 PM
    tabpanel
    • Replies: 2
    • Views: 609
    19 Dec 2011 4:52 PM Go to last post
  9. [CLOSED] Problem with tabbar when panel scroll in Tabs2 example

    Tabs2 example from ST2 PR2,PR3 is not working properly on my Android. When I scroll panel the icons on tabbar become the blue boxes. I test on Desire...

    Started by Donbydon, 19 Dec 2011 8:43 AM
    • Replies: 2
    • Views: 1,022
    19 Dec 2011 2:14 PM Go to last post
  10. [DUP] dataview.list grouped config option breaks on false

    My PR2 List view config had 'grouped' set to false. It worked. It PR3 this breaks with 'Uncaught TypeError: Cannot read property 'element' of...

    Started by cyberwombat, 17 Dec 2011 11:54 AM
    • Replies: 2
    • Views: 1,144
    19 Dec 2011 9:06 AM Go to last post
  11. [FIXED] [PR3] Selectfield nad Datepicker 'readOnly: true' not working

    When I set readOnly property to true in my selectfields or datepickerfields, this settings seems to not working. Tested at Google Chrome. Only...

    Started by Surykat, 19 Dec 2011 12:23 AM
    • Replies: 1
    • Views: 926
    19 Dec 2011 7:37 AM Go to last post
  12. [INFOREQ] PR3 - Problem with overlapping toolbar content

    Hi, I have come across an issue where I am displaying a formPanel on top of a tabPanel, both of which have docked top toolbars, yet both toolbars are...

    Started by parky128, 16 Dec 2011 1:55 AM
    • Replies: 5
    • Views: 810
    19 Dec 2011 4:35 AM Go to last post
  13. [FIXED] Closure

    It would appear to me that there might be a closure problem with calling routines with one of the parameters defined as: scope: this There are...

    Started by kleite, 18 Dec 2011 1:23 AM
    • Replies: 3
    • Views: 678
    18 Dec 2011 7:28 AM Go to last post
  14. [INFOREQ] List scrolling in sheet

    List scrolling in a sheet combined with a tabbed interface seems to be broken on initial load using PR3. The list is initially empty and hidden but...

    Started by Brendan Carroll, 17 Dec 2011 11:22 AM
    • Replies: 1
    • Views: 612
    18 Dec 2011 5:08 AM Go to last post
  15. [FIXED] PR3 spinnerfield minValue bug

    In 2.x PR3: If I remove minValue and maxValue, it works. Otherwise I get "Uncaught TypeError: Property 'getMinValue' of object is not a...

    Started by qooleot, 10 Dec 2011 3:01 PM
    • Replies: 3
    • Views: 952
    18 Dec 2011 4:54 AM Go to last post
  16. [CLOSED] nestedlist json data not showing up

    Hi, I'm trying to get the simple nested list demo working with PR3. The data is not showing up in the nested list. I believe I'm doing...

    Started by gorje001, 17 Dec 2011 6:35 AM
    • Replies: 1
    • Views: 722
    17 Dec 2011 7:40 AM Go to last post
  17. Just the presence of fullscreen property causes fullscreen

    If a component has the fullscreen property defined, that component will go to fullscreen. By defined I mean the property merely needs to exist. For...

    Started by mgreer, 16 Dec 2011 6:35 PM
    fullscreen
    • Replies: 1
    • Views: 446
    16 Dec 2011 6:45 PM Go to last post
  18. [FIXED] [PR 1] TreeStore autoloading & loading twice (autoload set to false)

    : Sorry couldn't edit thread and put it in the title. Outside of the app.js & the navigation model, This is the whole app. There are two 'nav...

    Started by hallikpapa, 15 Oct 2011 6:46 PM
    • Replies: 4
    • Views: 1,216
    16 Dec 2011 12:43 PM Go to last post
  19. [FIXED] Model Save

    Hallo, i get always a failure when i try to save something in my model. onNodeSelect: function(list, node) {...

    Started by jochen.schoellig, 14 Nov 2011 7:35 AM
    • Replies: 4
    • Views: 848
    16 Dec 2011 12:29 PM Go to last post
  20. [FIXED] Drag and Drop example does not work

    The drag and drop example attached with PR3 (even PR1) does not work. Following is the error } this.mgr.on({ ...

    Started by stirucherai, 15 Dec 2011 9:59 PM
    • Replies: 1
    • Views: 773
    16 Dec 2011 6:46 AM Go to last post