Search Type: Posts; User: TommyMaintz

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Hi,

    We have looked into this and decided that we do still stand behind the change in 2.2. There are certain cases where we have to be able to set a configuration to undefined. The way we solve...
  2. This was fixed for the next release (2.2.1). Thanks for the report
  3. I'm pretty sure this issue has been fixed as part of a previous release. The testcases we have for this issue (which is based on your provided testcase) runs correctly in the 2.2 codebase for me.
    ...
  4. This issue has (finally) be fixed for the next release (2.2.1) for both useCache true as well as useCache false.

    Thanks for the patience and the report!
  5. Unfortunately on iOS it seems that you can only call focus on a field inside of a touch event handler. Calling it anywhere else seems to do nothing. I'm closing this ticket as wont fix unless anyone...
  6. I think this issue has been fixed in 2.2. At least I cannot reproduce this issue in the docs for 2.2, nor when I create a dedicated test case for this issue in our latest codebase, thus I'm closing...
  7. Somehow this bug got into the backlog in our system and we have only just dug this one up. This will be fixed in 2.2.1. Sorry for the delay :(
  8. Replies
    4
    Views
    660
    Thank you ampro for the extensive debugging and testing you have done on this. I have incorporated your proposed fixes into the codebase for Touch 2.2.1.

    Best,
    Tommy
  9. The Ajax proxy now also has this configuration to allow Ajax proxies to request data cross domain.
  10. This issue has been fixed specifically for groupers. The reason the updater is not called is because the Ext.factory method was changing the current grouper instance and thus the value isnt actually...
  11. I added a method for the RC release on List called getScrollDockedItems that returns these items for you. Also note that setting the docked configuration on these items is unneeded since 2.2.
    ...
  12. Hi Martin,

    I have applied your optimizations to our codebase for the next release. Thanks for digging into this! I think there might be even more room for optimization in regards of just updating...
  13. This function is there as legacy code and is not used anywhere in our framework or examples. It's logic is indeed flawed it seems. The question is whether we want to return the "data index" of the...
  14. Unfortunately we need to position the header absolutely in the current infinite List implementation. You can change the height of the List header, but then you have to change the padding-top on...
  15. Replies
    3
    Views
    285
    Thanks for the report! This has been fixed for the next release.
  16. Thanks for the report. This has been fixed for the next release.
  17. Thanks for the report! This has been fixed for the next release.
  18. Actually there needs to be an id field on every Model. If you don't want it to be id, set the idProperty and create another field that acts as an id field.

    Marking this as wontfix in the meantime.
  19. This problem has been fixed for the next release. In the meantime you can use the following override:



    Ext.define('Ext.ListGroupFix', {
    override: 'Ext.dataview.List',

    ...
  20. This has been resolved for the next version. It is safe to remove the isPainted check from the onBeforeLoad method in DataView (which resolves this issue)

    Thanks for the report and debugging!
  21. The best way to fix this is to make sure a container can never have two masks. The bug is that in applyMasked in Container we expect the currentMask to be passed as the second argument, which isnt...
  22. Replies
    20
    Views
    3,211
    Try the following override:



    Ext.define('ListItemTplFix', {
    override: 'Ext.dataview.List',

    updateItemTpl: function(newTpl, oldTpl) {
    var listItems = this.listItems,
    ...
  23. This has been fixed for the next release. Thanks for the report.
  24. This has been fixed for the next release. Basically records are never added to the removed collection when (re)loading a store.
  25. I've fixed the issues with filters.

    @wprater Can you tell me what particular issues you are having with inserts?
Results 1 to 25 of 117
Page 1 of 5 1 2 3 4