Sencha Touch 2.x: Bugs

Page 105 of 130 FirstFirst ... 5 55 95 103 104 105 106 107 115 ... LastLast

+ Post New Thread

  1. [CLOSED] [B1] Model idField type is set to auto

    Hi, I found out, that the type of the idField is always auto because of this in the Model.js: idField = fieldsCollection.get(idProperty); if...

    Started by aflx, 4 Feb 2012 5:53 AM
    • Replies: 4
    • Views: 852
    5 Feb 2012 11:36 AM Go to last post
  2. [CLOSED] [B1] Select event stops working on clicked item in Ext.List

    REQUIRED INFORMATION Ext version tested: Sencha Touch 2 Beta 1 Browser versions tested against: Google Chrome Safari 5

    Started by yul, 5 Feb 2012 1:54 AM
    ext.list, sencha touch 2 beta1
    • Replies: 2
    • Views: 518
    5 Feb 2012 9:10 AM Go to last post
  3. [INFOREQ] [B1] TypeError: 'undefined' is not a function (evaluating 'layout.getAnimation()')

    Thrown in builds/sencha-touch-all-debug.js on line 69519 (Ext.navigation.View): animation = (layout && layout.isLayout) ? layout.getAnimation() :...

    Started by SunboX, 5 Feb 2012 8:21 AM
    • Replies: 2
    • Views: 761
    5 Feb 2012 9:03 AM Go to last post
  4. [INFOREQ] [B1] Map does not render, if useCurrentLocation set to true

    Hi, I have a problem with the Ext.Map component. If I set useCurrentLocation to true, the map is not rendered! I think the doesn't get an...

    Started by aflx, 5 Feb 2012 2:49 AM
    • Replies: 1
    • Views: 645
    5 Feb 2012 8:57 AM Go to last post
  5. [FIXED] [B1] Cannot instantiate two separate copies of a store

    I have been trying to find an answer to this issue, but the more I look the more I think it may be a bug. Ext version tested: ST2 rev PR4 and...

    Started by hallikpapa, 31 Jan 2012 5:35 PM
    • Replies: 8
    • Views: 875
    5 Feb 2012 7:44 AM Go to last post
  6. [FIXED] List item tap event is fired before disclose event

    REQUIRED INFORMATION Ext version tested: Sencha Touch 2, beta 1 Browser versions tested against: Safari DOCTYPE tested against:

    Started by mangvlad, 4 Feb 2012 5:08 PM
    list disclose itemtap
    • Replies: 2
    • Views: 1,178
    4 Feb 2012 6:35 PM Go to last post
  7. [FIXED] [pr4] ListPaging and PullRefresh logic needs some tweeks ...

    Hi all, After working and getting both PullRefresh and ListPaging working there are some tweeks that would make this much easier to work with,...

    Started by keckeroo, 30 Jan 2012 11:25 AM
    listpaging pullrefresh
    • Replies: 4
    • Views: 1,013
    4 Feb 2012 3:49 PM Go to last post
  8. [CLOSED] [PR4] TabPanel click on Tab will refresh external containers too

    REQUIRED INFORMATIONExt version tested: Sencha Touch 2.0.0 pr4 Browser versions tested against: Android Browser on Samsung Galaxy Tab P7500....

    Started by alarmatwork, 27 Jan 2012 8:07 AM
    tabpanel
    • Replies: 3
    • Views: 842
    4 Feb 2012 12:13 PM Go to last post
  9. [FIXED] [B1] Ext.data.Store.getById() compares with strict equal

    Hi there. I think there is a type mismatch/problem with strict equal in Ext.data.Store: /** * Get the Record with the specified id. *...

    Started by aflx, 4 Feb 2012 7:30 AM
    • Replies: 2
    • Views: 701
    4 Feb 2012 11:33 AM Go to last post
  10. [CLOSED] [B1] Carousel not fully active when item is masked

    Hi! Not sure to consider this really as a bug, but more as an ui inconsistency... If an item is masked, the carousel container is not handling the...

    Started by gubarez, 4 Feb 2012 2:42 AM
    • Replies: 3
    • Views: 844
    4 Feb 2012 11:08 AM Go to last post
  11. [FIXED] PR4 Store content is cleared everytime read() is called

    Hi, I have a problem with a custom proxy, wich worked very well with PR3 but is not working with PR4. Everytime read is successfull (when showing...

    Started by aflx, 31 Jan 2012 1:02 PM
    • Replies: 3
    • Views: 497
    4 Feb 2012 6:30 AM Go to last post
  12. [FIXED] [PR3] setRootNode doesn't change the NestedList

    I'm using a TreeStore with NestedList This works fine at the begging, and NestedList shows my TreeStore data. However when i later try to set new...

    Started by arthurva, 24 Jan 2012 10:14 AM
    • Replies: 4
    • Views: 731
    3 Feb 2012 5:54 PM Go to last post
  13. [CLOSED] Navigationview back button need double click

    REQUIRED INFORMATIONExt version tested: ST B1 Browser versions tested against: Chrome current DOCTYPE tested against: html Description:

    Started by cyberwombat, 3 Feb 2012 3:23 PM
    • Replies: 1
    • Views: 410
    3 Feb 2012 3:26 PM Go to last post
  14. [FIXED] B1 model error when no local storage record exists.

    The following error is generated if no local storage record exists: TypeError: 'null' is not an object (evaluating 'rawData') It seems like the...

    Started by bweiler, 3 Feb 2012 1:47 PM
    • Replies: 2
    • Views: 440
    3 Feb 2012 2:48 PM Go to last post
  15. [FIXED] Reference to Ext.util.Event

    I found a reference to Ext.util.Event in Ext.app.EventBus and Ext.util.Observable. I cannot find Ext.util.Event anywhere, maybe this is the name...

    Started by omarc, 3 Feb 2012 2:23 PM
    • Replies: 1
    • Views: 337
    3 Feb 2012 2:39 PM Go to last post
  16. [FIXED] [Beta1] SessionStroge proxy

    just moved from PR4 to B1, but realized SessionStorage proxy is missing in B1. Even on the Documentation in B1. SessionStorage is missing. While...

    Started by chuckoh, 2 Feb 2012 5:32 PM
    • Replies: 2
    • Views: 437
    3 Feb 2012 2:36 PM Go to last post
  17. [FIXED] Ext.Sheet's enter: 'right' and exit: 'right' not working

    Here's my override that makes it work, look for 'OVERRIDE' comments: // Added support for enter: 'right' and exit: 'right'...

    Started by Steffen Hiller, 3 Feb 2012 12:41 PM
    • Replies: 2
    • Views: 378
    3 Feb 2012 2:09 PM Go to last post
  18. [FIXED] searchfield not displaying search icon or decorations

    REQUIRED INFORMATION Ext version tested: Touch 2.x PR4

    Started by badgerb1, 1 Feb 2012 11:04 AM
    • Replies: 4
    • Views: 1,191
    3 Feb 2012 11:44 AM Go to last post
  19. [FIXED] [B1] Application won't start when using setTimeout to delay

    Another change from PR4, i used to add a setTimeout wrapping my application to ensure startup on some device (like IOS4 simulator). With B1, using...

    Started by olouvignes, 3 Feb 2012 4:28 AM
    • Replies: 2
    • Views: 633
    3 Feb 2012 10:59 AM Go to last post
  20. [INFOREQ] Sencha Touch 2 + PhoneGap are not working on ios5

    Hi, i met some issues, when i wrapped senchatouch2 mvc with phonegap1.2, i found the screen is blank. My code function mainLaunch(){...

    Started by anke1460, 3 Feb 2012 7:26 AM
    • Replies: 2
    • Views: 919
    3 Feb 2012 10:03 AM Go to last post