Sencha Touch 2.x: Bugs

Page 87 of 133 FirstFirst ... 37 77 85 86 87 88 89 97 ... LastLast

+ Post New Thread

  1. [FIXED] Tree Store Child Items Missing Raw Data

    Sehcna Touch version tested: Sencha Touch 2.0.0 Browser versions tested against: Chrome 17 iOS Safari Android 4 browser Android Mobile...

    Started by jlwarren1, 16 Mar 2012 2:40 PM
    json reader, treestore
    • Replies: 4
    • Views: 1,484
    22 Mar 2012 2:10 PM Go to last post
  2. Question [FIXED] MP3 Audio Playback on iOS does not start

    Hi, iOS and Desktop Chrome/Safari behave different in the following code example. Desktop browsers playback the audio after launch while in iOS I...

    Started by caprigenus, 17 Mar 2012 3:07 AM
    audio mp3 play
    • Replies: 9
    • Views: 952
    22 Mar 2012 11:04 AM Go to last post
  3. [FIXED] Problem with getValue of numberfield

    Hi, I am using xtype as numberfield. According to docs its default value is null. But when I try Ext.getCmp('phn').getValue() it gives me 0...

    Started by soniamru, 21 Mar 2012 11:58 PM
    • Replies: 2
    • Views: 542
    22 Mar 2012 10:55 AM Go to last post
  4. [FIXED] "change" event inconsistent between text and select fields

    REQUIRED INFORMATION Ext version tested: Sencha Touch 2.0 Browser versions tested against: Chrome 17.0 for Mac DOCTYPE tested against:

    Started by jweber, 19 Mar 2012 1:02 PM
    form
    • Replies: 3
    • Views: 909
    22 Mar 2012 10:29 AM Go to last post
  5. [INFOREQ] Cannot see Sencha Touch 2 Documentation

    I've been unable to load up the Sencha Touch documentation whether it is online or offline (my own copy). It keeps saying Uncaught TypeError:...

    Started by erchan_2000, 21 Mar 2012 1:35 AM
    • Replies: 7
    • Views: 1,208
    22 Mar 2012 9:53 AM Go to last post
  6. Question [FIXED] Native Android Build Launching Issue

    Can't seem to figure out a small annoying bug. when i run "sencha app build native" everything seems to run perfectly. I get an apk file generated in...

    Started by RossGerbasi, 20 Mar 2012 4:32 PM
    android, build, error, launch
    • Replies: 5
    • Views: 865
    22 Mar 2012 8:54 AM Go to last post
  7. [OPEN] Overlay popup should listen to back button event on android

    Like the title says. Pressing the back button (android) should close an overlay popup if back button support is enabled. It doesn't. Instead the back...

    Started by realjax, 22 Mar 2012 7:23 AM
    • Replies: 1
    • Views: 889
    22 Mar 2012 8:35 AM Go to last post
  8. [FIXED] Arror/Anchor on the corner bug

    The anchor should avoid being placed at the extreme end/corner when radius is applied to panel. Otherwise won't look good.

    Started by Ethan Long, 21 Mar 2012 9:55 PM
    • Replies: 1
    • Views: 234
    22 Mar 2012 8:09 AM Go to last post
  9. [INFOREQ] Classes added with AddCls on DataItem get removed when tapped

    As the title states, I've added a class with #addCls on a data-item and when item-pressing is added, the custom class is removed.

    Started by wprater, 20 Mar 2012 11:24 AM
    • Replies: 8
    • Views: 887
    22 Mar 2012 7:36 AM Go to last post
  10. [INFOREQ] jQuery's bind 'click' not work on mobile Safari (but work in ST1)

    REQUIRED INFORMATION Ext version tested: Sencha Touch 2.0 commercial Browser versions tested against: Safari 5.1.4 on Windows Safari on...

    Started by chulochula, 21 Mar 2012 2:41 AM
    • Replies: 4
    • Views: 1,364
    21 Mar 2012 7:04 PM Go to last post
  11. [FIXED] Ext.field.Radio

    REQUIRED INFORMATION Ext version tested: sencha-touch-2.0.0-gpl Browser versions tested against: Google Chrome 17.0.963.79 m DOCTYPE...

    Started by bluehipy, 19 Mar 2012 4:50 AM
    • Replies: 6
    • Views: 1,579
    21 Mar 2012 3:55 PM Go to last post
  12. [FIXED] icon for toolbar buttons

    Hi All, It appears that the icons (for example setting iconCls = user) for toolbar buttons only work if the toolbar is inside of a tabbed...

    Started by badgerb1, 21 Mar 2012 9:42 AM
    • Replies: 5
    • Views: 722
    21 Mar 2012 3:49 PM Go to last post
  13. [CLOSED] Object as default value for a config property not working

    Not sure if it's a bug, but I expected it to work. Ext.define('App.MyComponent', { extend: 'Ext.Component', config: { ...

    Started by Steffen Hiller, 21 Mar 2012 1:24 PM
    • Replies: 7
    • Views: 846
    21 Mar 2012 2:33 PM Go to last post
  14. [FIXED] Ext.List onItemDisclosure ignores scope

    I define handler for onItemDisclosure with this code for Panel: onItemDisclosure: { handler: this.showMap; scope: this } but...

    Started by yoorek, 17 Mar 2012 11:00 PM
    • Replies: 3
    • Views: 675
    21 Mar 2012 2:30 PM Go to last post
  15. [FIXED] Ext.msg.confirm callback doesn't seem to match documentation

    I am using Ext.msg.confirm (see code below). The documentation (http://docs.sencha.com/touch/2-0/#!/api/Ext.Msg) says that the callback function...

    Started by kworam, 21 Mar 2012 6:15 AM
    • Replies: 3
    • Views: 736
    21 Mar 2012 2:17 PM Go to last post
  16. [FIXED] form.SetValues and grouped CheckBoxField (same name)

    Is this bugged? Tried a lot of ways to set values of grouped(same name) checkboxfields. Its a no GO in every case I have tried. Works fine on all...

    Started by MaWeRic, 17 Mar 2012 4:54 AM
    • Replies: 6
    • Views: 771
    21 Mar 2012 2:00 PM Go to last post
  17. [FIXED] NestedList not firing BeforeSelect

    REQUIRED INFORMATION Version tested: sencha-touch-2.0.0-commercial Browser versions tested against: Chrome 17.0.963.79 (latest as of today)...

    Started by mmandell70, 14 Mar 2012 3:25 AM
    • Replies: 2
    • Views: 367
    21 Mar 2012 1:52 PM Go to last post
  18. [FIXED] Radiofield first fires uncheck when tabbed [FINAL]

    Hi, just upgraded to FINAL. Great work guys! I don't know if this bug is related to TOUCH-2329. Since Final I have to tab a radiofield twice...

    Started by karazy, 7 Mar 2012 12:09 AM
    • Replies: 7
    • Views: 1,203
    21 Mar 2012 1:14 PM Go to last post
  19. [CLOSED] Floatable panels aren't added to a viewport or a defined parent automatically

    Why not make 'parent' a config option, where you can pass it through the component config in case you want it not being added to the viewport,...

    Started by Steffen Hiller, 20 Mar 2012 7:23 PM
    • Replies: 5
    • Views: 504
    21 Mar 2012 12:05 PM Go to last post
  20. [FIXED] Ext.device.Geolocation ClearWatch not stopping callback

    I'm using the Ext.device.Geolocation.watchPosition() to get the GPS position of the phone every few seconds. However when I call...

    Started by mmandell70, 9 Mar 2012 4:15 AM
    • Replies: 4
    • Views: 909
    21 Mar 2012 10:48 AM Go to last post