Search Type: Posts; User: TommyMaintz
Search: Search took 0.05 seconds.
-
6 May 2013 10:46 AM
- Replies
- 2
- Views
- 181
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... -
6 May 2013 10:34 AM
- Replies
- 4
- Views
- 572
This was fixed for the next release (2.2.1). Thanks for the report
-
18 Apr 2013 9:53 AM
- Replies
- 5
- Views
- 670
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.
... -
18 Apr 2013 9:29 AM
- Replies
- 9
- Views
- 1,177
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! -
16 Apr 2013 7:48 AM
- Replies
- 12
- Views
- 2,401
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...
-
15 Apr 2013 6:11 AM
- Replies
- 2
- Views
- 253
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...
-
15 Apr 2013 5:42 AM
- Replies
- 7
- Views
- 659
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 :(
-
15 Apr 2013 5:39 AM
Jump to post Thread: Ext Direct exception issue by TommyMaintz
- 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 -
15 Apr 2013 5:27 AM
- Replies
- 5
- Views
- 1,666
The Ajax proxy now also has this configuration to allow Ajax proxies to request data cross domain.
-
15 Apr 2013 5:19 AM
- Replies
- 2
- Views
- 530
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...
-
25 Mar 2013 10:11 AM
Jump to post Thread: Obtaining a List docked Items by TommyMaintz
- Replies
- 4
- Views
- 299
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 Mar 2013 1:31 PM
- Replies
- 2
- Views
- 412
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... -
3 Dec 2012 7:47 AM
- Replies
- 4
- Views
- 476
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...
-
3 Dec 2012 7:38 AM
- Replies
- 2
- Views
- 664
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...
-
3 Dec 2012 7:29 AM
Jump to post Thread: DataView value bug by TommyMaintz
- Replies
- 3
- Views
- 285
Thanks for the report! This has been fixed for the next release.
-
27 Nov 2012 9:27 AM
- Replies
- 4
- Views
- 983
Thanks for the report. This has been fixed for the next release.
-
27 Nov 2012 8:01 AM
- Replies
- 3
- Views
- 524
Thanks for the report! This has been fixed for the next release.
-
26 Nov 2012 8:11 AM
- Replies
- 3
- Views
- 331
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. -
15 Nov 2012 8:17 AM
- Replies
- 3
- Views
- 333
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',
... -
15 Nov 2012 8:11 AM
- Replies
- 5
- Views
- 659
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! -
15 Nov 2012 8:05 AM
- Replies
- 3
- Views
- 658
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...
-
12 Nov 2012 7:59 AM
- Replies
- 20
- Views
- 3,211
Try the following override:
Ext.define('ListItemTplFix', {
override: 'Ext.dataview.List',
updateItemTpl: function(newTpl, oldTpl) {
var listItems = this.listItems,
... -
19 Oct 2012 7:03 AM
- Replies
- 10
- Views
- 2,027
This has been fixed for the next release. Thanks for the report.
-
17 Oct 2012 7:49 AM
- Replies
- 32
- Views
- 3,878
This has been fixed for the next release. Basically records are never added to the removed collection when (re)loading a store.
-
17 Oct 2012 7:44 AM
- Replies
- 6
- Views
- 970
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
