Search Type: Posts; User: MaxT
Search: Search took 0.02 seconds.
-
24 Jun 2011 8:56 AM
- Replies
- 4
- Views
- 1,277
I'm still getting the same problem with Ext 3.4.0
Are there any downsides of this fix? I've been trying to look at the checkbox selection model and column model code but can't figure out what the... -
24 Dec 2010 5:22 AM
- Replies
- 26
- Views
- 20,452
I hit a similar problem some time ago, which if my memory serves me correctly was as follows:-
In newer versions of Ext the default value of the "scope" config has changed for Ext.grid.Column.... -
29 Mar 2010 2:10 AM
- Replies
- 3
- Views
- 1,093
I can see it fixed in the 3.2.x branch but not the 3.1.x branch.
Is 3.1.x now dead?
Regards,
Max -
29 Mar 2010 1:33 AM
- Replies
- 3
- Views
- 1,093
Looking at SVN Revision 6147 for ComboBox.js
initList : function(){
if(!this.list){
var cls = 'x-combo-list';
listParent =... -
12 Feb 2010 8:41 AM
- Replies
- 2
- Views
- 1,356
This bug is still present in Ext 3.1.1
-
12 Feb 2010 8:34 AM
- Replies
- 7
- Views
- 2,052
I agree with this.
There should not be a link between "fixed" and "hideable", it makes no sense.
I've been correcting this in my own code for over 2 years!
... -
10 Feb 2010 2:38 AM
- Replies
- 3
- Views
- 1,235
i.e. {checked: true} will call the radio setValue() function which will only set the check state of that radio.
If you have other radio buttons, with the same name, then you could get into... -
10 Feb 2010 1:56 AM
- Replies
- 3
- Views
- 1,235
http://www.extjs.com/forum/showthread.php?t=77999&highlight=radio+check+event
-
26 Nov 2009 8:19 AM
- Replies
- 2
- Views
- 1,356
Ext version tested:
Ext 3.0.3
Description:
Grid CSS is wrong. The result is that grid rows might be the wrong size. (May depend on operating system, browser defaults, etc.) -
25 Nov 2009 2:01 AM
- Replies
- 3
- Views
- 1,161
Ext version tested:
Ext 3.0.3
Description:
String trim method does not work the same cross-browser.
This is because \s is interpreted to be a different set of characters in different... -
12 Oct 2009 2:34 AM
- Replies
- 13
- Views
- 3,952
It's simple. This change breaks just about every page in my application, and I have a large application. I don't see why I should change and retest my code for what I consider to be a buggy and bad...
-
11 Oct 2009 11:50 PM
- Replies
- 13
- Views
- 3,952
Why? How is this an improvement in any way? There must be a good reason for this change.
I don't see it mentioned in the docs anywhere:
... -
9 Oct 2009 6:17 AM
- Replies
- 13
- Views
- 3,952
Ext 3.0.2 code below.
This is still faulty, as in the report above where the baseParams of the previous request get sent on the current request.
I believe that there should not be a change to... -
9 Oct 2009 1:00 AM
- Replies
- 2
- Views
- 1,134
If the core team can't get these Checkbox bugs fixed by the next release I will give your extension a try. I'm not a great fan of themed checkboxes, but as Ext uses a mixture of themed and unthemed...
-
9 Oct 2009 12:55 AM
- Replies
- 7
- Views
- 1,546
In the example above I would say the docs are wrong. You need to be able to give some indication of whether the method method worked or not. If you just return "this" you have no idea if it worked...
-
8 Oct 2009 6:24 AM
- Replies
- 2
- Views
- 1,134
Ext version tested:
Ext 3.0.2
Browser versions tested against:
IE7
FF3.5.3 -
8 Oct 2009 5:23 AM
- Replies
- 1
- Views
- 698
Ext version tested:
Ext 3.0.2
Adapter used:
ext -
6 Oct 2009 8:37 AM
- Replies
- 13
- Views
- 3,952
You can't use baseParams in Ext 3.0.2 because this is broken.
store execute() is buggy, took us a while to fix this one! -
5 Oct 2009 11:45 PM
- Replies
- 60
- Views
- 14,238
Papandreou, we are paying customers. You don't think they would actually put in a useful feature like this even though it has been requested many times? The actual number of lines of code required is...
-
30 Sep 2009 8:05 AM
- Replies
- 9
- Views
- 3,760
I'm trying to fix this same issue.
The disadvantage of using a non-break space is that it takes up space, but even worse is that users can mouse over this space, click, and toggle the state of the... -
6 Sep 2009 8:20 AM
- Replies
- 10
- Views
- 3,443
Just as a heads up for anyone using Ext 3.0.0 I found that I still needed to put the scrollOffset 21px fix in. (Testing on Vista Ie7/Fx3.5.) I assume the svn fix is post 3.0.0.
Max -
31 Aug 2009 1:03 PM
- Replies
- 2
- Views
- 1,152
I do this all the time although you won't find a simple config for it. You will need to look at the structure of the grid HTML and apply appropriate CSS. I never use the built in align config and...
-
29 Aug 2009 8:42 AM
- Replies
- 5
- Views
- 2,974
Thanks, I'll have to mull over the various options.
Max -
29 Aug 2009 7:03 AM
- Replies
- 5
- Views
- 2,974
Condor, thanks for the suggestion.
I've tried autoHeight: true in both the North region and the north toolbar but it doesn't make any difference for me in Firefox 3.5. Am I putting the fix in the... -
29 Aug 2009 6:33 AM
- Replies
- 5
- Views
- 2,974
Upgrading from 2 to 3.0.0 and have come across the following upgrade issue with toolbars in the North region of a border layout.
In Firefox 3.5 the north region toolbar does not get laid out...
Results 1 to 25 of 108
