Sencha Touch 1.x: Bugs

Page 52 of 65 FirstFirst ... 2 42 50 51 52 53 54 62 ... LastLast

+ Post New Thread

  1. [OPEN-449] Panel example in docs says type: 'light' instead of ui: 'light'

    See http://dev.sencha.com/deploy/touch/docs/?class=Ext.Panel

    Started by Steffen Hiller, 20 Oct 2010 6:18 PM
    • Replies: 1
    • Views: 1,062
    21 Oct 2010 3:37 PM Go to last post
  2. [OPEN-447] TreeStore not firing "load" event

    In onProxyLoad this.fireEvent('load', this, operation.node, records, operation.wasSuccessful()); is missing below the this.fileNode method...

    Started by Steffen Hiller, 20 Oct 2010 6:16 PM
    • Replies: 1
    • Views: 903
    21 Oct 2010 3:33 PM Go to last post
  3. [FIXED-397] ungracious mess when template loop over undefined variable

    Sencha Touch (0.95 and 0.96 if using ext-touch-debug-w-comments.js) regrettably if an array could be undefined needs the if test in this template: ...

    Started by touchy, 4 Oct 2010 3:45 PM
    • Replies: 4
    • Views: 1,782
    20 Oct 2010 5:54 PM Go to last post
  4. [FIXED] Documentation broken for validators

    When I try to view the documentation on validators (direct link: http://dev.sencha.com/deploy/touch/docs/?class=Ext.data.validations) it just gives...

    Started by TK421, 20 Oct 2010 11:05 AM
    • Replies: 1
    • Views: 629
    20 Oct 2010 2:06 PM Go to last post
  5. [CLOSED] Orientation change messes up floated overlay position

    I've got a floated overlay with a form in it. If I switch from portrait to landscape, the overlay doesn't reposition in the middle like I assumed it...

    Started by TK421, 20 Oct 2010 11:11 AM
    • Replies: 1
    • Views: 1,151
    20 Oct 2010 12:08 PM Go to last post
  6. Question [FIXED-422] Ajax.extraParams doesn't work

    Hi there, I'm new to sencha touch and I step through the kitchensink examples to learn how to use the framework. I tried to send a session id...

    Started by dloew, 12 Oct 2010 3:34 AM
    extraparams
    • Replies: 4
    • Views: 1,900
    19 Oct 2010 5:46 AM Go to last post
  7. [INVALID-433] 0.97 config not applied for proxies

    Hi all Thanks for the 0.97 release ! It seems config object is never applied in the proxy superclass chain I have added a constructor in...

    Started by christophe.geiser, 14 Oct 2010 6:55 AM
    • Replies: 3
    • Views: 907
    19 Oct 2010 4:41 AM Go to last post
  8. [FIXED-390] Ajax behaviour broken in 0.96

    For some reason, you changed the way 'Content-Type' header is setup before sending Ajax request. For the 'Content-Type' to automatically resolve to...

    Started by alikic, 2 Oct 2010 12:30 PM
    • Replies: 3
    • Views: 930
    18 Oct 2010 10:11 PM Go to last post
  9. [FIXED-361]store read listeners doesnt return true?

    Hi all! The following code loads the xml correctly : var testliststore = new Ext.data.Store({ model: 'TestAssortiment', ...

    Started by Nostromo, 29 Sep 2010 2:23 AM
    • Replies: 3
    • Views: 1,484
    18 Oct 2010 9:34 PM Go to last post
  10. [CLOSED]DataView templates stopped working in 0.97

    Sencha Touch version tested: 0.9 rev 7 only default ext-all.css

    Started by alexmsu, 18 Oct 2010 5:06 PM
    • Replies: 2
    • Views: 622
    18 Oct 2010 6:09 PM Go to last post
  11. [INVALID-425] Broken 'Blog' Example

    Can anyone tell me how to get the Blog example to work? After fixing the broken paths in index.html and adding 'application-all-debug.js' from...

    Started by Mo-Sencha, 11 Oct 2010 6:00 PM
    • Replies: 3
    • Views: 980
    18 Oct 2010 5:46 PM Go to last post
  12. [CLOSED-420] Validator Package missing

    Ext.data.validators are not included in the current build. :-? Best regards

    Started by nanotron, 12 Oct 2010 6:45 AM
    • Replies: 2
    • Views: 768
    18 Oct 2010 3:52 PM Go to last post
  13. [FIXED-371] Ext.data.Connection().request() method defaults to post

    From the documentation for Ext.data.Connection.request() method parameter: However looking into the code for the request function, method is...

    Started by mark.postal, 30 Sep 2010 2:39 PM
    • Replies: 2
    • Views: 1,046
    18 Oct 2010 3:51 PM Go to last post
  14. [OPEN-325] Layout Issue: 2 Sections in VBox, Make One Fill Available Space

    Sencha Touch version tested: 0.94 Platform tested against: iOS 4

    Started by don_bm, 14 Sep 2010 10:35 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 2,971
    18 Oct 2010 11:17 AM Go to last post
  15. [CLOSED-439] Focus problems with tab panel content

    I use java / struts to build my application. When you tell struts (through its form tag) to place initial focus in a field, it automatically...

    Started by dougbieber, 15 Oct 2010 6:48 AM
    • Replies: 2
    • Views: 1,430
    18 Oct 2010 7:16 AM Go to last post
  16. [OPEN-435] 0.97: Distribution is missing Ext.data.Errors

    Model::validate creates an object of 'Ext.data.Errors', but that class doesn't exist in the distribution or the online documentation.

    Started by parseroo, 14 Oct 2010 10:09 AM
    • Replies: 2
    • Views: 1,265
    15 Oct 2010 5:32 PM Go to last post
  17. [OPEN-438] Following error is displaying while calling validate() in 0.97

    I 've written the following code Ext.regModel('User', { fields: , validations: }, {type: 'exclusion', field: 'username', list:...

    Started by chinj, 14 Oct 2010 11:55 PM
    bugs, form validation, validate
    • Replies: 2
    • Views: 705
    15 Oct 2010 10:06 AM Go to last post
  18. [OPEN-437] Ext.is function against Desktop and iphone

    Hello, I notice a difference between the versions (0.93)/(0.96) : the way we know if we are on a iphone or on a computer, namely...

    Started by gabrielstuff, 15 Oct 2010 1:20 AM
    • Replies: 1
    • Views: 1,046
    15 Oct 2010 10:03 AM Go to last post
  19. [FIXED]Ext.DatePicker Bug

    Sencha Touch version tested: 0.9 rev 7 Platform tested against: iOS 3.x iOS 4 Android 2.1

    Started by prographica, 14 Oct 2010 9:13 PM
    • Replies: 2
    • Views: 1,646
    14 Oct 2010 9:39 PM Go to last post
  20. [CLOSED]Twiiter application is not working in 0.97

    The twitter application is not working. The live example also has the same problem.

    Started by blessan, 14 Oct 2010 8:43 PM
    • Replies: 1
    • Views: 576
    14 Oct 2010 8:58 PM Go to last post