Sencha Touch 2.x: Bugs

Page 120 of 130 FirstFirst ... 20 70 110 118 119 120 121 122 ... LastLast

+ Post New Thread

  1. [FIXED] [PR3] Toolbar title position broken when spacers control button positioning

    As per the kitchensink example, spacers control the positioning of buttons on a toolbar. In 1.1.1, the following code produces a button in the upper...

    Started by stefankendall, 11 Dec 2011 5:35 PM
    pr3, toolbar
    • Replies: 3
    • Views: 1,484
    15 Dec 2011 4:07 PM Go to last post
  2. Exclamation [CLOSED] Ext.app.Controller bug in getModuleClassName ?

    I'm not sure but I think there is a bug in getModuleClassName. this.name should be namespace. getModuleClassName: function(name, type) { ...

    Started by robl, 22 Oct 2011 3:22 PM
    • Replies: 3
    • Views: 1,170
    15 Dec 2011 3:27 PM Go to last post
  3. [CLOSED] [PR 1] Ext.app.Application -> custom configs

    hi team, with ST 1.x, i was able to add custom configs to an app, like: Ext.regApplication({ name: 'SC', foo: 'bar' });

    Started by tobiu, 15 Oct 2011 6:11 PM
    • Replies: 2
    • Views: 809
    15 Dec 2011 1:54 PM Go to last post
  4. [FIXED] [PR 1] Ext.app.Application -> stores

    hi team, when creating an app like this: Ext.Loader.setConfig({ enabled : true }); Ext.application({

    Started by tobiu, 15 Oct 2011 10:55 AM
    • Replies: 2
    • Views: 1,595
    15 Dec 2011 1:52 PM Go to last post
  5. [FIXED] Picker does not correctly set value of 0 or false

    REQUIRED INFORMATION Ext version tested: TOUCH 2.0 PR3 Browser versions tested against:

    Started by csteeg, 15 Dec 2011 1:00 AM
    picker, slot
    • Replies: 1
    • Views: 449
    15 Dec 2011 10:13 AM Go to last post
  6. [FIXED] Ext.Date.format should handle nulls

    REQUIRED INFORMATION Ext version tested: Touch 2.0-pr2 Browser versions tested against: Chrome

    Started by alex.k, 6 Dec 2011 8:44 AM
    • Replies: 6
    • Views: 1,107
    15 Dec 2011 8:13 AM Go to last post
  7. [CLOSED] [PR3] Numberfields with a value attribute config always return their initial value

    When I give a numberfield a value initializer, calling Ext.getCmp('myid').getValue() always returns the configured initializer. I have this: {...

    Started by stefankendall, 14 Dec 2011 6:01 PM
    numberfield
    • Replies: 1
    • Views: 436
    15 Dec 2011 12:04 AM Go to last post
  8. [FIXED] DataView.clearSelections does not remove the selected class from items

    Please goto this page: http://docs.sencha.com/touch/2-0/touch/examples/kitchensink/index.html Open User Interface\List and click on "Simple"...

    Started by r_honey, 14 Dec 2011 10:14 AM
    • Replies: 3
    • Views: 1,309
    14 Dec 2011 11:01 PM Go to last post
  9. [FIXED] Strange behavior of DataView in PR3

    If I add "emptyText: '..'" to dataview the records from store are displayed twice? :) Code: Ext.setup({ tabletStartupScreen:...

    Started by Donbydon, 10 Dec 2011 8:42 AM
    • Replies: 4
    • Views: 662
    14 Dec 2011 8:42 PM Go to last post
  10. [CLOSED] TabPanel icons no longer centered PR3

    Using PR3 the bottom tab panel icons are no longer centered. This happens in Google Chrome, and my Android device. Notice the two tabpanel icons...

    Started by danielnolan, 14 Dec 2011 4:42 PM
    • Replies: 2
    • Views: 608
    14 Dec 2011 7:19 PM Go to last post
  11. [NOREPRO] [PR3] IDs not being set on numberfield fields?

    It looks like IDs aren't being set on form elements that specify an ID. This: { xtype:'fieldset', ...

    Started by stefankendall, 13 Dec 2011 5:46 PM
    • Replies: 6
    • Views: 1,308
    14 Dec 2011 5:57 PM Go to last post
  12. [NOREPRO] Ext.field.Select: multiple selectfield on one form

    I've got a Ext.form.FormPanel with multiple selectfields rendering at once. What I've noticed is when I click to alter the options of any of the...

    Started by nak1, 13 Dec 2011 9:27 AM
    • Replies: 5
    • Views: 795
    14 Dec 2011 4:47 PM Go to last post
  13. [FIXED] Ext.mixin.Selectable should refresh selections on store load

    If a dataview has mode set to 'MULTIPLE', you select some rows and load data as follows: dataview.getStore().loadData(jsonArray, false); and...

    Started by r_honey, 5 Dec 2011 10:50 AM
    • Replies: 4
    • Views: 813
    14 Dec 2011 3:36 PM Go to last post
  14. [CLOSED] MapPanel tap events in PR3

    Hi, I have an issue with not being able to tap on the in built Google Map controls for switching map types, using zoom and street view. I also...

    Started by parky128, 12 Dec 2011 7:43 AM
    • Replies: 2
    • Views: 495
    14 Dec 2011 1:56 PM Go to last post
  15. Question [FIXED] Button html is deprecated so how do you add html?

    The "html" method on Button is now deprecated in favor of "text" in PR2 and PR3. So, how do you add HTML code to a button???

    Started by robl, 11 Dec 2011 3:51 PM
    • Replies: 4
    • Views: 1,775
    14 Dec 2011 11:24 AM Go to last post
  16. [FIXED] DataView getSelection() method should be renamed to getSelections()

    The title says it all, multiple reasons: It is supposed to return multiple items. The method for clearing selections is called clearSelections...

    Started by r_honey, 14 Dec 2011 10:17 AM
    • Replies: 1
    • Views: 560
    14 Dec 2011 10:36 AM Go to last post
  17. [FIXED] Image in PR3: cannot set width or height

    I have a login panel with a logo that loaded correctly in PR2. When I load it using PR3, I get: Uncaught TypeError: Cannot call method 'setWidth'...

    Started by minorbug, 9 Dec 2011 9:30 PM
    • Replies: 3
    • Views: 1,371
    14 Dec 2011 10:34 AM Go to last post
  18. [FIXED] Ext.copyTo Missing

    REQUIRED INFORMATION Ext version tested: Sencha Touch 2.0.0-pr2 Browser versions tested against: Chrome DOCTYPE tested against: html (5)

    Started by supersaiyen, 9 Dec 2011 5:35 AM
    • Replies: 2
    • Views: 662
    14 Dec 2011 10:33 AM Go to last post
  19. [FIXED] List doItemDselect

    onItemDeselect: function(record, suppressEvent) { var me = this; if (suppressEvent) { me.doItemDeSelect(me, record); ...

    Started by mom_pece, 14 Dec 2011 4:58 AM
    • Replies: 5
    • Views: 921
    14 Dec 2011 7:50 AM Go to last post