Search Type: Posts; User: jimmylu98
Search: Search took 0.02 seconds.
-
16 May 2013 8:17 AM
- Replies
- 2
- Views
- 79
With autoLoad: false and load store with render event, you will see the problem.
Using afterrender or boxReady events, it woks fine.
Ext.onReady(function() {
new Ext.grid.Panel({
... -
15 May 2013 1:02 PM
- Replies
- 2
- Views
- 79
See attached picture. Change Extjs from version 4.1.1a to version 4.2.0/4.2.1beta, the grid with remote store does not show emptyText.
4.1.1a will show emptyText correctly, as well as 3.4.x.... -
13 May 2013 9:53 AM
Jump to post Thread: ExtJS Memory Leak by jimmylu98
- Replies
- 4
- Views
- 224
In exjts 4.1.x and 4.2.0, destroy() will not destroy its children components. That's why you will see the memory leak. See below simple test code.
However 4.2.1 beta looks fix this problem ( I... -
25 Apr 2013 8:30 AM
- Replies
- 24
- Views
- 9,907
We all agree that any software has bugs. However, Sencha did not get the point that some bugs will make a product unusable (unstable), these bugs should be fixed right way or give a work around. That...
-
24 Apr 2013 1:00 PM
- Replies
- 24
- Views
- 9,907
Feel the same pain with extjs 4.0.x, 4.1.1a and 4.2.0. Open a ticket in the support portal (as premium support) doesn't means the ticket will be solved even though the ticket is about extjs bug.
... -
16 Apr 2013 7:10 AM
Jump to post Thread: Switching from 3.x to 4.x by jimmylu98
- Replies
- 4
- Views
- 244
Migration from 3.x to 4.x is straight forward as long as you design your application with OO. MVC will have overhead and I didn't see performance gain after all files loaded. My application has more...
-
12 Apr 2013 8:19 AM
- Replies
- 3
- Views
- 412
Thanks. The patch works.
-
5 Apr 2013 10:48 AM
- Replies
- 3
- Views
- 412
In 4.2.0, if a grid cell edit with group feature, hit 'Tab' key will not go to next editable cell. Without group feature, 'Tab' key is working as expected. Tested with FF and Chrome. See following...
-
4 Apr 2013 6:24 AM
- Replies
- 3
- Views
- 152
See attached simple test code with single selection mode. tested with FF and Chrome.
1st click a row, will select the row, 2nd click the same row, will deselect the row.
It means dbl click a row... -
4 Apr 2013 5:57 AM
- Replies
- 7
- Views
- 620
1st Click: select a item, 2nd Click same item: deselect the item.
3.x.x: 1st Click: select a item, use Ctrl Click same item: deselect the item.
I don't like the 4.x.x implementation at all,... -
3 Apr 2013 8:05 AM
- Replies
- 7
- Views
- 620
Put allowDeselect: true in the selModel will allow deselect. Not sure what the document say.
selModel: { allowDeselect: true }
So far I don't see extjs 4.2.0 is stable enough (... -
28 Mar 2013 12:43 PM
- Replies
- 2
- Views
- 255
Thank you.
-
28 Mar 2013 11:41 AM
- Replies
- 2
- Views
- 255
I have several issues with scrollbar reset to top with extjs 4.x.x. Here is one of them. See attached simple test code. Tested with FF18 and Chrome25.
extjs 3.4.x does not have this problem.
... -
27 Mar 2013 10:29 AM
- Replies
- 1
- Views
- 220
If a fieldfield and a textfield are in the same fieldset, when try to focus to textfield (in the example is 'Subject' ), will bring the browse in extjs 4.2.0. User will not be able to type in the...
-
27 Mar 2013 6:30 AM
- Replies
- 4
- Views
- 527
Here is the patch from Sencha. And Sencha this problem will be fixed in 4.2.1.
Ext.define('Ext.grid.feature.GroupStoreOverride', { override: 'Ext.grid.feature.GroupStore', //TODO it... -
26 Mar 2013 7:45 AM
- Replies
- 1
- Views
- 109
Before add plugins: { ptype: 'gridviewdragdrop' }, with preserveScrollOnRefresh: true, and preventFocus: true, remote grid work fine.
After add plugins: { ptype: 'gridviewdragdrop' }, there are two... -
26 Mar 2013 6:14 AM
- Replies
- 2
- Views
- 197
'hiddenfield' occupies the visible place in the form. EXTJSIV-6081 comes back in extjs 4.2.0. Even height is set to 0.
See the test code. Tested with FF and Chrome.
Ext.onReady(function() {
... -
21 Mar 2013 11:36 AM
- Replies
- 1
- Views
- 390
I think this is another serious bug with 4.2.0. It is about remote tree node expand.
Before node expand, I assign some node attributes to store.proxy.extraParams, for example, nodeType.
The... -
20 Mar 2013 12:27 PM
- Replies
- 4
- Views
- 527
See attached grid cell edit test code. Without grouping feature, cell edit works fine, but with grouping feature, the display value always change back to original value.
It is a very serious... -
12 Mar 2013 6:49 AM
- Replies
- 2
- Views
- 1,126
I use following patch to gain grid performance. See detail link:...
-
20 Feb 2013 2:29 PM
Jump to post Thread: Worried by jimmylu98
- Replies
- 13
- Views
- 3,492
I am too worried about the performance of 4.x.x and not sure Sencha is focusing to solve it since release of 4.0.x. It should be very simple to improve performance if Sencha try to seriously...
-
12 Feb 2013 8:23 AM
- Replies
- 1
- Views
- 141
The icon items with toolbar overflow are displayed incorrectly. See attached pictures and test code. Tested with FF18.0.2. Step to tests:
(1) clear history,
(2) Load program,
(3) Look the... -
11 Feb 2013 8:40 AM
- Replies
- 40
- Views
- 18,831
I am talking about nice build-in grid filter bar on grid header like -
http://www.sencha.com/forum/showthread.php?152923-Ext.ux.grid.FilterBar-plugin/page13 -
7 Feb 2013 9:50 AM
Jump to post Thread: Backspace in alert dialog by jimmylu98
- Replies
- 9
- Views
- 994
Spent a bit time, below is the code to prevent the chrome backspace problem. The work-around may not be the best, but it works for me.
I have reported this bug for extjs 3.x.x and Sencha never fix... -
7 Feb 2013 8:08 AM
Jump to post Thread: Backspace in alert dialog by jimmylu98
- Replies
- 9
- Views
- 994
This is a very serious bug. With extjs 3.x.x, I use following code to prevent this.
I couldn't find any way to prevent this with extjs 4.x.x since Ext.getCmp( t.id ) is not working with 4.x.x any...
Results 1 to 25 of 73
