Search Type: Posts; User: cdomigan
Search: Search took 0.05 seconds.
-
13 Nov 2012 5:44 PM
Jump to post Thread: metachange exception handling by cdomigan
- Replies
- 6
- Views
- 453
Works a treat! Thanks! :)
-
13 Nov 2012 5:10 PM
Jump to post Thread: metachange exception handling by cdomigan
- Replies
- 6
- Views
- 453
The "metachange" event is firing correctly. The problem is that errors originating from within "metachange" listeners are being swallowed by the try/catch block in getResponseData().
-
13 Nov 2012 4:41 PM
Jump to post Thread: metachange exception handling by cdomigan
- Replies
- 6
- Views
- 453
It appears the root of the issue is that onMetaChange() is fired by readRecords() in the context of a try/catch block inside getResponseData() in Ext.data.reader.Json.
This catches the error and... -
13 Nov 2012 1:24 PM
Jump to post Thread: metachange exception handling by cdomigan
- Replies
- 6
- Views
- 453
I can't seem to see errors thrown within a metachange listener.
metachange: function(store, meta) {
throw "META ERROR"; // No error thrown! Execution just stops.
}
Other async events... -
22 Oct 2012 12:58 PM
- Replies
- 3
- Views
- 896
Note that this method also has to be changed in NodeInterface.getPrototypeBody() if you are going to be decorating models as Nodes!
-
4 Jun 2012 1:43 PM
- Replies
- 2
- Views
- 556
This would be very handy! Anyone know if this is possible in 4.1?
-
29 May 2012 12:04 AM
- Replies
- 2
- Views
- 409
I'm seeing this same behaviour. How can I override it? I don't want a JSON string of the entire record sent.
-
10 May 2012 3:47 PM
- Replies
- 2
- Views
- 474
Note that this behaviour also applies to sorting.
Setting
remoteSort:false
still results in the "sort" object being passed to the server. -
10 May 2012 3:36 PM
- Replies
- 2
- Views
- 474
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0
Browser versions tested against:
Chrome 19 beta
DOCTYPE tested against: -
9 May 2012 5:20 PM
- Replies
- 1
- Views
- 262
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0
Browser versions tested against:
Chrome 19 beta
DOCTYPE tested against: -
8 May 2012 3:51 PM
- Replies
- 6
- Views
- 944
+1
I am seeing this exact same issue. -
4 Apr 2012 4:53 PM
- Replies
- 12
- Views
- 1,774
Agreed - we really need this fix backported to 4.0.X. Not reasonable to have to wait for production 4.1 (and the necessary time spend upgrading my application)
-
13 Feb 2012 1:09 PM
- Replies
- 5
- Views
- 1,069
Chrome Beta channel having this issue too (18.0.1025.11 beta-m)
-
13 Feb 2012 1:08 PM
- Replies
- 13
- Views
- 2,730
Chrome Beta channel is having this issue too (18.0.1025.11 beta-m).
-
17 Jan 2012 5:14 PM
- Replies
- 4
- Views
- 1,048
I'm hitting this too. Any suggestions?
-
3 Jan 2012 3:05 PM
Jump to post Thread: Web Desktop Scrolling Issue by cdomigan
- Replies
- 2
- Views
- 611
This looks to be this bug: http://www.sencha.com/forum/showthread.php?146506-4.02a-(Sample)Desktop-model-window-overflow-bug
I am running into this too. I don't wan't to constrain the window, but... -
22 Nov 2011 1:12 AM
- Replies
- 17
- Views
- 2,645
+1 same problem here
-
24 Oct 2011 7:16 PM
Jump to post Thread: XTemplate variables with spaces by cdomigan
- Replies
- 8
- Views
- 1,587
You can fix this properly by overriding the regular expression XTemplate (and Template) uses to match against.
Ext.override(Ext.Template, {
re:... -
18 Oct 2011 1:18 PM
- Replies
- 6
- Views
- 1,249
I can confirm this bug!
-
8 Aug 2011 2:28 PM
- Replies
- 1
- Views
- 1,114
+1
I am needing to find this out also. -
7 Aug 2011 2:44 PM
- Replies
- 23
- Views
- 6,561
+1 for this bug please
-
10 Sep 2010 8:32 PM
Jump to post Thread: Writer Example by cdomigan
- Replies
- 3
- Views
- 1,821
Does anyone know where this is documented?
-
28 Oct 2009 3:14 PM
- Replies
- 36
- Views
- 16,253
I'm getting the same issue as WoomBoom.
Am looking forward to being able to use this extension!! -
10 Sep 2009 5:22 PM
- Replies
- 153
- Views
- 36,096
I for one would certainly use it :)
-
3 Sep 2009 5:38 PM
- Replies
- 4
- Views
- 2,297
I am getting this issue in 3.0
Results 1 to 25 of 103
