Sencha Touch 2.x: Bugs

Page 109 of 130 FirstFirst ... 9 59 99 107 108 109 110 111 119 ... LastLast

+ Post New Thread

  1. [CLOSED] [PR4] Code Suggestion

    In sencha-touch-debug.js:6180 it would be nice if the cls variable was null some type of warning or error could be logged so that the developer would...

    Started by paul_todd, 27 Jan 2012 6:46 AM
    • Replies: 2
    • Views: 305
    28 Jan 2012 2:16 PM Go to last post
  2. [FIXED] Observable: Invalid unique id regexp

    Hello Sencha I've found bug inside Observable.js, getObservableId function. This function checks for the observableId and if not exists, then id...

    Started by demongloom, 7 Dec 2011 9:43 AM
    • Replies: 7
    • Views: 1,624
    28 Jan 2012 12:49 PM Go to last post
  3. [FIXED] PR4: Ext.app.Controller.launch() no longer called by MVC framework

    Hi, in Sencha Touch 2.0.0 Pre-Release 3 (and previous releases), controllers could have two methods that are called by the MVC framework during...

    Started by Frank345, 28 Jan 2012 5:09 AM
    launch function, mvc controller
    • Replies: 4
    • Views: 974
    28 Jan 2012 11:51 AM Go to last post
  4. [FIXED] Problem with onHistoryChange

    Hi there, I'm migrating from PR3 to PR4. Now I have a problem with the new history feature. I'm not using any routes which causes a NPE if the...

    Started by aflx, 28 Jan 2012 7:30 AM
    • Replies: 2
    • Views: 471
    28 Jan 2012 11:02 AM Go to last post
  5. [FIXED] [PR4] Ajax proxy pageParam ignored

    When using the ajax proxy, the pageParam, startParam and limitParam variables are ignored when set to undefined. The default value is used anyway in...

    Started by ASraniel, 27 Jan 2012 4:07 AM
    • Replies: 3
    • Views: 708
    28 Jan 2012 1:08 AM Go to last post
  6. Exclamation [FIXED] Access the map instance before it is rendered?

    Hi everyone, Look at this code: var MyClientInfo;var tabpanel; var mapdemo; function initialize() { var position = new...

    Started by alawibh, 24 Jan 2012 3:04 AM
    • Replies: 7
    • Views: 1,742
    28 Jan 2012 12:45 AM Go to last post
  7. [FIXED] [PR4] Web apps not full screen on 2.3 Android

    On my Android 2.3 based Samsung Galaxy S2 the sample apps don't take up the full screen when viewed in the stock browser. They stop about 3/4 down...

    Started by mglaser, 23 Jan 2012 11:46 PM
    • Replies: 3
    • Views: 1,257
    27 Jan 2012 6:29 PM Go to last post
  8. [FIXED] Viewport is not fullscreen on HTC Desire

    I am developing a web app in ST2 PR2 and it has whitespace at the bottom of the screen on my HTC Desire when using a fullscreen viewport. I thought...

    Started by danCTS, 30 Nov 2011 8:22 PM
    • Replies: 2
    • Views: 961
    27 Jan 2012 6:28 PM Go to last post
  9. [FIXED] PR4: fullscreen isn't full screen on Android

    This works fine on Desktop Chrome: Ext.define('app.view.MainPanel', { extend: 'Ext.Panel', requires: , config: { ...

    Started by stephen.friedrich, 25 Jan 2012 2:24 AM
    • Replies: 4
    • Views: 1,308
    27 Jan 2012 6:28 PM Go to last post
  10. [FIXED] PR4 Store insert method ignoring index

    I'm running into a strange problem with PR4 that didn't exist in PR3. The store.insert method is ignoring the index and adding the record to the...

    Started by bweiler, 27 Jan 2012 10:51 AM
    • Replies: 4
    • Views: 717
    27 Jan 2012 6:20 PM Go to last post
  11. [FIXED] PR4 getTime() in Ext.data.proxy.WebStorage.setRecord

    This causes an error if rawData is null //in Ext.data.proxy.WebStorage.setRecord if (field.getType().type == 'date') { data =...

    Started by kisjonnk, 26 Jan 2012 4:06 AM
    • Replies: 2
    • Views: 606
    27 Jan 2012 5:31 PM Go to last post
  12. [FIXED] Store.load() screen updating

    I just updated to PR4 today and testing if the bugs I found in PR3 where fixed and most where but.. still one more problem.. I have 2 Stores and I...

    Started by lennonnz, 27 Jan 2012 12:21 AM
    • Replies: 3
    • Views: 549
    27 Jan 2012 2:50 PM Go to last post
  13. [FIXED] List: cannot clear selection in store 'load' listener

    Ext version tested: Sencha Touch 2.0PR3 Browser versions tested against: Chrome 11 (Linux) Description:

    Started by melevine, 24 Jan 2012 4:10 PM
    • Replies: 3
    • Views: 1,136
    27 Jan 2012 2:00 PM Go to last post
  14. [FIXED] PR4: Minimum Touch 2 App results in JS TypeError

    This JS error has been driving me nuts in the app I am trying to write. For testing I stripped down the code to the minimum runnable example, but...

    Started by stephen.friedrich, 27 Jan 2012 2:04 AM
    • Replies: 6
    • Views: 849
    27 Jan 2012 12:09 PM Go to last post
  15. [FIXED] [PR3] Ext.Msg.prompt not returning entered value, or honoring default starting value

    Ext.Msg.prompt is no longer passing the input value to the callback function, nor is it honoring default values. Ext.Msg.prompt('Percentage',...

    Started by stefankendall, 11 Dec 2011 4:35 PM
    message box, pr3, prompt
    • Replies: 4
    • Views: 1,292
    27 Jan 2012 9:06 AM Go to last post
  16. [CLOSED] [P4] setActiveItem doesn't work with Nested-list

    Ext.define('***.view.Category', { extend: 'Ext.Container', alias : 'widget.xtype_category', config: { layout: 'fit', items : } });

    Started by jsveron23, 26 Jan 2012 11:40 PM
    • Replies: 1
    • Views: 376
    27 Jan 2012 8:42 AM Go to last post
  17. [NOREPRO] Ext.List: Setting onItemDisclosure to true does not show icon

    Ext.List: Setting onItemDisclosure to true does not show icon but setting it to a function does.

    Started by Wally Nelson, 25 Jan 2012 12:32 PM
    • Replies: 3
    • Views: 803
    26 Jan 2012 7:32 PM Go to last post
  18. [FIXED] Is there a Touch 2.0 Ext.List itemCls equivalent?

    I have noticed that in Sencha Touch 2.0 preview 4 itemCls in lists is not applied to list items. I have also tried itemConfig: { cls: 'class' } and...

    Started by markstevens, 25 Jan 2012 1:55 AM
    • Replies: 2
    • Views: 973
    26 Jan 2012 5:58 PM Go to last post
  19. [CLOSED] Controller not finding ID

    I have a controller which is looking for a component by ID. According to the docs I should be able to create a control this.control({ ...

    Started by keckeroo, 1 Dec 2011 11:20 AM
    • Replies: 8
    • Views: 1,308
    26 Jan 2012 5:30 PM Go to last post