Search Type: Posts; User: extjs@kingsquare.nl
Search: Search took 0.04 seconds.
-
3 Apr 2013 3:02 AM
- Replies
- 8
- Views
- 1,362
... is needed to make sure Ext.data.reader.Reader can read te records properly in ExtJs 4.2.0
Ext.override(Ext.data.reader.Reader, {
extractData: function (root) {
... -
3 Apr 2013 12:12 AM
- Replies
- 8
- Views
- 1,362
@allansun Thanks. This fix is still needed (:() and working for ExtJS 4.2.0 (release) too!
-
26 Mar 2013 7:12 AM
- Replies
- 1
- Views
- 363
The same bug also appears in Ext 4.2.0 , but the supplied fix doesn't work here :(
-
22 Mar 2013 1:54 AM
- Replies
- 26
- Views
- 1,712
The same 'disabled-filters-still-change-behaviour' issue exists in Ext.data.AbstractStore : when using a combo with a remote store, clicking on the trigger will add an undesired 'filter' to the...
-
15 Mar 2013 7:33 AM
- Replies
- 8
- Views
- 602
Same issue still exists In 4.2.0 (release)
-
10 Jan 2013 8:42 AM
- Replies
- 25
- Views
- 38,222
The only way i could think of to get some kind of reference to the responsebody in case of failure:
Ext.override(Ext.data.proxy.Server, {
processResponse: function (success, operation,... -
9 Jan 2013 2:48 AM
- Replies
- 3
- Views
- 984
Very helpfull indeed!
-
2 Jan 2013 6:13 AM
- Replies
- 4
- Views
- 844
ExtJS 4.1.3 still has this issue...
-
2 Jan 2013 6:10 AM
- Replies
- 2
- Views
- 447
ExtJS 4.1.3 still has this issue.
Is there an ETA for a solution? Is there some kind of bug ID? -
20 Dec 2012 2:27 AM
- Replies
- 2
- Views
- 151
Thanks. Explicitly setting the "fit" layout on the viewport fixes the problem. Why this is required I do not fully (or need to) understand, somehow the default layout is not correct on a viewport..
... -
19 Dec 2012 3:49 PM
- Replies
- 2
- Views
- 151
Hi,
I have some code that on render of a viewport checks for login and either displays a login or the application. This was the idea.
The problem is that if the component hierarchy to be added... -
15 Dec 2012 12:18 PM
- Replies
- 3
- Views
- 310
@börn: Thanks, just what i was looking for. Your answer is correct.
@sidoron: useSimepleAccessors is not a config option for the store, you should use it for the jsonreader configured in the proxy... -
8 Nov 2012 2:54 AM
- Replies
- 6
- Views
- 1,536
This issue still exists in Ext 4.1.3 :(
-
1 Nov 2012 8:25 AM
- Replies
- 2
- Views
- 511
Hi Evan,
Thank you for finding time to look into this!
I'm trying to narrow down our project to pinpoint the cause of the issue. In our project we still have to add all Ext.app.Controller.views... -
31 Oct 2012 12:52 AM
- Replies
- 2
- Views
- 511
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.7, 4.1.2 and 4.1.3
Browser versions tested against:
Chrome IE FF
DOCTYPE tested against: -
13 Sep 2012 1:19 AM
- Replies
- 17
- Views
- 14,984
Thanks again Keri, excellent sollution and it still works for Ext 4.1 !
-
29 Jun 2012 12:08 AM
- Replies
- 4
- Views
- 844
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0
Browser versions tested against:
IE7 IE8
DOCTYPE tested against: -
28 Jun 2012 6:26 AM
- Replies
- 13
- Views
- 7,073
I really agree with @s.busch here: this should really be part of the ExtJs in the nearest possible future. It's not a 'new shop', it's a technique that could simplify, prettify and optimize...
-
27 Jun 2012 7:44 AM
- Replies
- 4
- Views
- 844
The bug identified as EXTJSIV-3994 for the rowselectionmodel, exists in the checkboxselectionmodel too: Internet Explorer starts scrolling to another place on the document after a row is clicked. The...
-
12 Jun 2012 4:03 AM
- Replies
- 6
- Views
- 1,536
This issue still exists in Extjs 4.1.0
And i can confirm that the patch supplied by jdemoor actually fixes it, thanx!
Please fix this issue in the upcoming release (with this, or a better... -
11 Jun 2012 1:17 AM
Jump to post Thread: Line length bug by extjs@kingsquare.nl
- Replies
- 0
- Views
- 341
I am using Sencha Command v2.0.0 Beta 3 to build my project on Windows 7, but am running into an issue.
One of my source files (non-Ext) is already minified. The builder fails to embed the already... -
4 Jun 2012 6:46 AM
- Replies
- 1
- Views
- 580
/**
* Expand the tree to the path of a particular node, then select it.
* @param {String} path The path to select. The path should include a leading separator.
* @param {String}... -
4 Jun 2012 6:44 AM
- Replies
- 1
- Views
- 580
You can't select the root node in a tree using selectPath(). This is the same issue as a reported here for Ext2 and Ext3, see:
... -
26 Dec 2011 5:29 AM
- Replies
- 4
- Views
- 1,586
Hi!
I had the same issue and found this thread on Google. There is a bug in Ext 4.0.2a where this event is not fired by the RowEditingPlugin . I just upgraded to Ext 4.0.7 where this is fixed!
... -
7 Sep 2011 12:29 PM
- Replies
- 1
- Views
- 676
Hi there,
I just released a new, open source project. SdbNavigator is a pure JavaScript web interface for Amazon SimpleDB. It can be found here...
Results 1 to 25 of 27
