Sencha Touch 1.x: Bugs

Page 1 of 65 1 2 3 11 51 ... LastLast

+ Post New Thread

  1. Exclamation Sticky Thread Sticky: Posting to the bug forum

    Please don't tag your own posts. PENDING: Any issue that has not been reviewed by a developer. Posts should not stay in this status for longer...

    Started by Jamie Avins, 19 Jul 2010 9:40 AM
    • Replies: 1
    • Views: 6,191
    19 Jul 2010 9:46 AM Go to last post
  1. "scroll"-property on "List"s

    Hi. The documentation of the "List"-class states you can provide a scroller-configuration to the "scroll"-property....

    Started by alexbr, 17 Mar 2011 2:14 AM
    list, scroll
    • Replies: 1
    • Views: 1,161
    17 Mar 2011 5:19 AM Go to last post
  2. 'flip' animation bug and workaround

    'Flip' animation is broken. Up/Down and Left/Right works the same. To correct this problem you have to add following code on the begin of source...

    Started by openthesky7, 28 Feb 2011 9:36 AM
    • Replies: 2
    • Views: 1,431
    4 Oct 2011 6:45 PM Go to last post
  3. 'r.xhr undefined' exception in 1.1.0

    Environment: Safari 5.0.4 on Win7-64 and XOS Sencha Touch 1.1.0 In an effort to discover hidden runtime errors, I overrode windows.setTimeout(),...

    Started by alikic, 27 Apr 2011 10:01 AM
    • Replies: 0
    • Views: 805
    27 Apr 2011 10:01 AM Go to last post
  4. .initComponent on Ext.List breaks CSS

    Sencha Touch version tested: 1.0.3 only default ext-all.css Platform tested against:

    Started by Totland, 16 May 2011 10:49 AM
    • Replies: 7
    • Views: 1,938
    22 Nov 2011 5:52 AM Go to last post
  5. .show()/.hide() on a toolbar doesn't work properly

    Sencha Touch version tested: 1.1.0 http://dev.sencha.com/deploy/touch/resources/css/sencha-touch.css http://popoffka.ru/map/style.mobile.css

    Started by popoffka, 31 May 2011 8:40 AM
    • Replies: 2
    • Views: 1,657
    3 Jun 2011 9:43 PM Go to last post
  6. 0.82 documentation Ext.platform

    In the 0.82 documentation Ext.platform shows everything as public method, but you can't write Ext.platform.isPhone() instead you have to use the...

    Started by mrsunshine, 17 Jun 2010 1:19 AM
    • Replies: 0
    • Views: 1,040
    17 Jun 2010 1:19 AM Go to last post
  7. 0.82 Ext.setup() should check for meta tags before it adds them.

    I've made comments in red where needed... Ext.setup = function(config) { if (Ext.isObject(config)) { var appendString ='', ...

    Started by watrboy00, 9 Jun 2010 6:04 PM
    • Replies: 6
    • Views: 1,443
    10 Jun 2010 2:37 PM Go to last post
  8. Question 0.82 scrollend fires after touchend

    Using this example... <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ...

    Started by watrboy00, 8 Jun 2010 1:48 PM
    • Replies: 2
    • Views: 1,264
    8 Jun 2010 11:28 PM Go to last post
  9. [CLOSED] 1.1 Documentation - Missing tag

    http://docs.sencha.com/touch/1-1/source/AbstractStore.html#Ext-data-AbstractStore-method-getSortState The list elements start the bold <b> tag,...

    Started by wilzdezign, 2 Nov 2011 4:07 PM
    • Replies: 1
    • Views: 624
    3 Nov 2011 8:00 AM Go to last post
  10. 1.1 Ext.Anim disableAnimations doco apparently contradicts code

    Isn't the doco wrong here? /** * @cfg {Boolean} disableAnimations * True to disable animations. By default, animations are...

    Started by touchy, 29 Mar 2011 1:20 AM
    • Replies: 0
    • Views: 483
    29 Mar 2011 1:20 AM Go to last post
  11. 1.1.0 Ext.data.Connection abort function coding error

    ReferenceError: Can't find variable: request sencha-touch-debug-w-comments.js:27636 In abort : function(r) { if (r &&...

    Started by touchy, 29 Mar 2011 4:47 AM
    • Replies: 7
    • Views: 2,189
    31 Oct 2011 10:00 AM Go to last post
  12. 1.1.0 Ext.List addCls Documentation Error

    The documentation for Ext.List methods addCls and removeCls indicate that they take no parameters. Actually, they take n parameters of string...

    Started by benwhite, 18 Aug 2011 4:42 AM
    • Replies: 1
    • Views: 772
    4 Jan 2012 12:37 PM Go to last post
  13. 1.1.0 Grouped List Item (Bottom Border Not Displayed)

    I noticed that whenever I have a grouped list, the bottom border of the last item is never displayed. Here is the CSS that I have added to correct...

    Started by benwhite, 14 Sep 2011 10:15 AM
    • Replies: 0
    • Views: 549
    14 Sep 2011 10:15 AM Go to last post
  14. 1.1.0 iOS GET phoneStartupScreen is called twice

    1. Setup XAMPP Sencha 1.1.0 Sencha twitter example 2. Steps to reproduce 1. go to twitter example on your phone via Safari 2. add an icon to...

    Started by langlandore, 18 Aug 2011 7:47 PM
    • Replies: 0
    • Views: 409
    18 Aug 2011 7:47 PM Go to last post
  15. [OPEN] 1.1.0: Bug with "return false" from Ext.form.ToggleField#beforechange listener

    Sencha Touch version tested: 1.1.0 only default ext-all.css Platform tested against:

    Started by AlexKorn, 12 May 2011 10:22 PM
    • Replies: 1
    • Views: 1,049
    15 Jun 2011 4:08 AM Go to last post
  16. 1.1.1 broke store.sync for modified records

    Since 1.1.1 store.sync() stopped work for records modified with record.set(fieldname, value); After store.sync() nothing happens though...

    Started by yoorek, 3 Nov 2011 1:31 PM
    2 Pages
    1 2
    • Replies: 13
    • Views: 4,009
    11 Feb 2012 1:43 AM Go to last post
  17. 1.1: Toggle field setValue() causes an exception

    Using ST 1.1. Trying to replace a checkbox on a floating form panel with a toggle. Replacing checkbox's check() and uncheck(), which worked...

    Started by vgribok, 20 Apr 2011 7:19 AM
    toggle
    • Replies: 5
    • Views: 4,318
    24 Dec 2012 5:16 AM Go to last post
  18. [OPEN] 148113-Category-Axis-not-redrawn-when-underlying-store-has-getCount()-1

    Seems the 'touch chart' forum is not watched by Sencha. So I report this bug in the Sencha Touch bug forum. ...

    Started by pcr, 8 Jan 2012 2:00 AM
    • Replies: 2
    • Views: 1,098
    12 Jan 2012 6:10 AM Go to last post
  19. [CLOSED] 2 History DOM elements with same id

    in Ext.Application, History.fieldId and History.iframeId are undefined. A search for "iframeId" doesn't return any other reference in the sencha...

    Started by manuelhitz, 5 Mar 2012 11:53 PM
    • Replies: 2
    • Views: 967
    16 Mar 2012 3:35 PM Go to last post
  20. a bug when a panel contains one carousel and one list

    My example code is below: Ext.setup({ icon: 'icon.png', tabletStartupScreen: 'tablet_startup.png', phoneStartupScreen:...

    Started by qlxww, 25 Feb 2011 12:15 AM
    • Replies: 0
    • Views: 682
    25 Feb 2011 12:15 AM Go to last post