Sencha Touch 1.x: Bugs

Page 55 of 65 FirstFirst ... 5 45 53 54 55 56 57 ... LastLast

+ Post New Thread

  1. [FIXED-349] JsonStore sending invalid HTTP header

    JsonStore is sending a GET request with a 'Content-Type: application/json' header but no body content. This causes our middleware stack (Sencha...

    Started by frank06, 24 Sep 2010 1:02 AM
    • Replies: 2
    • Views: 1,249
    24 Sep 2010 3:10 PM Go to last post
  2. [DUP-332] Glitchy Back button on iPad in 0.9.5

    Sencha Touch version tested: 0.9.5 only default ext-all.css live kitchen sink demo:...

    Started by jep, 23 Sep 2010 12:23 PM
    • Replies: 4
    • Views: 970
    24 Sep 2010 1:33 PM Go to last post
  3. [FIXED-42] - Video example *crashes* Safari!

    Seems that the video that you guys have included is not compatible. http://tdg-i.com/img/screencasts/2010-06-09_0909.swf

    Started by jay@moduscreate.com, 9 Jun 2010 5:26 AM
    • Replies: 4
    • Views: 1,381
    24 Sep 2010 1:13 PM Go to last post
  4. [CLOSED-103] Spinner go nutso on iPhone

    Didn't see this in the known bugs so here it is... I have a spinner on a form with a textarea below it (it's the first thing in the form). I can't...

    Started by djMaxM, 21 Jun 2010 10:02 AM
    • Replies: 6
    • Views: 1,787
    24 Sep 2010 1:09 PM Go to last post
  5. [OPEN-345] .95 dragdrop/tablet_startup.png says "Drap & Drop"

    http://dev.sencha.com/deploy/touch/examples/dragdrop/tablet_startup.png

    Started by jay@moduscreate.com, 24 Sep 2010 9:17 AM
    • Replies: 3
    • Views: 1,605
    24 Sep 2010 9:51 AM Go to last post
  6. [FIXED-141] Hyperlinks on activating card recieve click events from previous card

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

    Started by meyerovb, 19 Jul 2010 10:22 AM
    • Replies: 4
    • Views: 1,651
    24 Sep 2010 5:41 AM Go to last post
  7. [CLOSED-329] Show event doesnt fire first time

    To get the show event to fire on a panel, when i invoke the show method, i have to explicit set hidden: true to the panel when created. Me for...

    Started by Kask, 17 Sep 2010 4:45 AM
    • Replies: 5
    • Views: 1,440
    23 Sep 2010 11:30 PM Go to last post
  8. [FIXED-343] Slider doesn't move if hidden

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

    Started by tbelloc, 23 Sep 2010 10:03 AM
    setvalue, slider
    • Replies: 2
    • Views: 984
    23 Sep 2010 2:43 PM Go to last post
  9. [OPEN-7] cardslide animation doesn't work: newIndex and previousIndex aren't set

    Therefore, it always defaults to the 'left' direction. Additionally, TabPanel's onTabTap does not pass an animation to setActiveItem.

    Started by orangechicken, 14 Sep 2010 3:19 PM
    • Replies: 2
    • Views: 1,456
    23 Sep 2010 2:22 PM Go to last post
  10. [OPEN-297] the default renderTpl for Components/Containers is missing (null)

    In 0.93, Component declared a renderTpl (a div with baseCls, etc) but now in 0.94 the template has been removed (breaking lots of our code wherever...

    Started by orangechicken, 13 Sep 2010 2:13 PM
    • Replies: 7
    • Views: 2,264
    23 Sep 2010 11:25 AM Go to last post
  11. [FIXED-326] hide/show do not take the Boolean value 'true' as the docs suggest

    Calling hide(true) for example results in "true is not a valid animation type." The reason can be found in the first line of Component's onHide:...

    Started by orangechicken, 21 Sep 2010 1:24 PM
    • Replies: 2
    • Views: 931
    23 Sep 2010 9:51 AM Go to last post
  12. [OPEN-335] DataView is not using getRenderRecords in refresh method v0.95

    DataPanel has been released with the possibility to override the records displayed at refresh functionality, but in DataView's refresh method that...

    Started by elmasse, 17 Sep 2010 9:12 AM
    • Replies: 1
    • Views: 621
    22 Sep 2010 12:20 PM Go to last post
  13. [FIXED-223] Too many touchstart events on multi-touch platform

    In trying to investigate the problem mentioned in my previous post (223) I have discovered that there seem to be too many events fired on iPhone &...

    Started by corgs, 17 Aug 2010 10:46 AM
    • Replies: 2
    • Views: 1,777
    21 Sep 2010 5:36 PM Go to last post
  14. [FIXED-304] Text wrapping in select field action sheets.

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

    Started by SimonFlack, 16 Sep 2010 12:26 AM
    • Replies: 4
    • Views: 1,686
    21 Sep 2010 2:03 PM Go to last post
  15. [FIXED-242] Pinch gesture is interpreted as swipe

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

    Started by Kask, 26 Aug 2010 5:01 AM
    • Replies: 2
    • Views: 1,615
    20 Sep 2010 7:38 AM Go to last post
  16. [FIXED-192] Disabling drag does not allow pinch to function

    Disabling the draggable only detaches the tapEvent, not the touchmove or touchend events. In the below example, you can drag the box, clicking Broken...

    Started by meyerovb, 30 Jul 2010 5:44 PM
    • Replies: 2
    • Views: 1,823
    20 Sep 2010 7:32 AM Go to last post
  17. [OPEN-240][0.93] Spinnerfield inside fieldset margin problem

    There is a css issue with spinnerfield when placed inside of a fieldset, specifically a large left margin. Attached is a screenshot. ext-touch.css...

    Started by cnelissen, 19 Aug 2010 7:49 AM
    • Replies: 2
    • Views: 1,481
    17 Sep 2010 12:17 PM Go to last post
  18. [FIXED-302] Destroyed cmp is still isVisible()

    After destroying an component, isVisible() will still return true. Suggestion to new isVisible method... /** * Returns true if this...

    Started by Kask, 15 Sep 2010 6:08 AM
    • Replies: 2
    • Views: 837
    16 Sep 2010 3:32 PM Go to last post
  19. [FIXED-307] El.garbageCollect

    Is this code in use and working?? From what I can see in 0.95 version, debug with comments on line 12890 ... delete Ext.cache; the variable...

    Started by Kask, 16 Sep 2010 1:19 AM
    • Replies: 1
    • Views: 757
    16 Sep 2010 10:25 AM Go to last post
  20. Question [FIXED-137] Only 2 events on data Stores?

    I'm missing a lot of events on the Stores/Proxies/Readers... There is no "load", "beforeload", "save" etc. like in ExtJs 3.2.1.

    Started by jeroenvduffelen, 30 Jun 2010 4:37 PM
    • Replies: 5
    • Views: 1,226
    15 Sep 2010 8:52 PM Go to last post