Sencha Touch 1.x: Bugs

Page 61 of 66 FirstFirst ... 11 51 59 60 61 62 63 ... LastLast

+ Post New Thread

  1. [FIXED-145] remove event listener from panel failed

    it is a draggable item. i set draggable false then try to remove dragstart and drag end event. but these event hasn't been removed successfully. i...

    Started by su27, 15 Jul 2010 9:49 PM
    • Replies: 4
    • Views: 2,331
    28 Jul 2010 12:19 PM Go to last post
  2. [FIXED-142] Sortable config property constrain missing description of bool

    When you set constrain to true in a sortable it restricts to the current element instead of the window. However the documentation doesn't mention...

    Started by meyerovb, 19 Jul 2010 10:40 AM
    • Replies: 1
    • Views: 985
    28 Jul 2010 11:35 AM Go to last post
  3. [FIXED-132] dockedItems: undoc'ed feature?

    In the Toolbars example, very last line before the closing braces: 88: new Ext.Panel({ 89: id: 'toolbartxt', 90: ...

    Started by DaveC426913, 14 Jul 2010 9:39 AM
    • Replies: 5
    • Views: 1,735
    28 Jul 2010 11:33 AM Go to last post
  4. [FIXED-130] Remove issue of Ext.data.Store

    Hi, See below red code, the "this.snapshot" and "this.data" is actually the same object, so the remove function will delete 2 records at the same...

    Started by leeby, 18 Jul 2010 4:07 AM
    • Replies: 1
    • Views: 1,243
    28 Jul 2010 11:30 AM Go to last post
  5. [FIXED-178] Ext.data.JsonStore fails

    Using v0.92, but the issue existed in v0.91 as well. Ext.data.JsonStore doesn't even make a server call if model is not specified. The following...

    Started by elishnevsky, 27 Jul 2010 12:43 PM
    • Replies: 2
    • Views: 1,144
    28 Jul 2010 11:25 AM Go to last post
  6. [FIXED-163] Component#isVisible implementation is wrong

    Hi, method return "hidden=true" if is visible... isVisible : function() { if (!this.rendered) { return false; ...

    Started by dayext, 23 Jul 2010 6:09 AM
    • Replies: 3
    • Views: 1,448
    28 Jul 2010 11:14 AM Go to last post
  7. Known Issues 0.92

    Form entry on Android does not operate correctly. Element positions are not reported correctly back to the OS and leads to unexpected behaviors. ...

    Started by Jamie Avins, 16 May 2010 12:50 PM
    2 Pages
    1 2
    • Replies: 12
    • Views: 5,286
    28 Jul 2010 8:27 AM Go to last post
  8. [CLOSED-166] Overlay problems?

    I've got an overlay that I use for alert and prompt type functionality by hiding buttons. Bad things happen (the yes button appears to end up...

    Started by djMaxM, 23 Jul 2010 12:12 PM
    • Replies: 3
    • Views: 1,368
    28 Jul 2010 3:12 AM Go to last post
  9. Exclamation [FIXED-40] 0.82 Ext.Carousel doesn't honor activeItem config

    /** * @cfg {String/Number} activeItem * A string component id or the numeric index of the component that should be initially activated...

    Started by watrboy00, 8 Jun 2010 7:28 AM
    • Replies: 3
    • Views: 1,272
    27 Jul 2010 3:38 PM Go to last post
  10. [CLOSED] Ext.util.JSON.decode() fails

    Using v0.92, but the bug existed in 0.91 as well. Parsing JSON results in an error. Tested the following data: var data = { items: };...

    Started by elishnevsky, 27 Jul 2010 12:34 PM
    • Replies: 3
    • Views: 3,717
    27 Jul 2010 2:16 PM Go to last post
  11. [DUPE-163] Problems with isVisible?

    I am trying to toggle two containers from a button. The isVisible seems to be reporting inaccurate states of visibility. My two containers are...

    Started by DaveC426913, 27 Jul 2010 11:34 AM
    • Replies: 1
    • Views: 756
    27 Jul 2010 12:53 PM Go to last post
  12. [FIXED-176] Incorrect rendering of Panel. Missing angle bracket in template.

    Hi, There is an angle bracket missing in the template in Panel.js line 67 right after </tpl>. It results in an incorrect rendering. Sencha Touch...

    Started by elishnevsky, 16 Jul 2010 11:36 AM
    • Replies: 7
    • Views: 1,407
    27 Jul 2010 10:56 AM Go to last post
  13. [FIXED-172] Scroller.destroy has typo that produces javascript error in 0.91 & 0.92

    on line 746 of Scroller.js this.scrollbaY.destroy(); This should read this.scrollbarY.destroy(); --David

    Started by dhawkins, 27 Jul 2010 6:36 AM
    • Replies: 1
    • Views: 1,256
    27 Jul 2010 10:08 AM Go to last post
  14. [CLOSED] data.Store sync() method returning error after 0.91

    Greetings. I am using a data.Store with a localStorageProxy like this: charStore = new Ext.data.Store({ proxy: new...

    Started by tmtrademark, 30 Jun 2010 3:07 PM
    • Replies: 2
    • Views: 1,708
    23 Jul 2010 2:41 PM Go to last post
  15. [OPEN-150] Scrollable sortable

    If the sortable elements overflow the viewable space, how do you make it auto-scroll as you drag elements out of the viewable area? For an example...

    Started by meyerovb, 19 Jul 2010 12:29 PM
    drag, pinch, screen
    • Replies: 7
    • Views: 1,817
    23 Jul 2010 6:51 AM Go to last post
  16. [DUPE-144] Scrolling a sortable tabbar breaks sort

    Scroll the tabbar and then try to sort, notice the icon is offset by the scroll amount and can't be moved all the way to the right. Related tickets:...

    Started by meyerovb, 22 Jul 2010 5:58 AM
    • Replies: 1
    • Views: 1,200
    22 Jul 2010 8:47 AM Go to last post
  17. [INFOREQ] Buttons in an hbox panel cut off when in a form

    The buttons in the below example get cut off. Are we not supposed to be embedding anything other than fieldsets inside forms? ...

    Started by meyerovb, 20 Jul 2010 9:53 AM
    • Replies: 2
    • Views: 1,080
    21 Jul 2010 8:46 AM Go to last post
  18. [CLOSED]Lazy loading hiddenfield causes js error

    Lazy loading a hiddenfield in the below example throws a javascript error. Works fine if you create the field by doing "new Ext.form.HiddenField()"....

    Started by meyerovb, 20 Jul 2010 7:14 PM
    • Replies: 1
    • Views: 1,038
    20 Jul 2010 7:30 PM Go to last post
  19. [DUPE-136] Forward /back button graphic seems broken

    Hi I was creating a tool bar with multiple buttons, suddenly I noticed that the first time i use back button, the graphic looks fine, but if I use...

    Started by mobilewish, 19 Jul 2010 9:18 PM
    • Replies: 2
    • Views: 1,049
    20 Jul 2010 8:45 AM Go to last post
  20. Exclamation [CLOSED] Model instance get's parent Store as object after inserting

    Setting up a simple Store, creating a Model instance and than inserting that instance to the Store: this.state.bookActiveChapters = new...

    Started by jeroenvduffelen, 8 Jul 2010 12:34 PM
    • Replies: 1
    • Views: 1,413
    20 Jul 2010 7:23 AM Go to last post