Search Type: Posts; User: mrusinak
Search: Search took 0.03 seconds.
-
24 Sep 2010 11:57 AM
- Replies
- 0
- Views
- 510
CheckboxGroup (and RadioGroup, which extends it) collects it's children via:
var fields = this.panel.findBy(function(c){
return c.isFormField;
}, this);
in onRender. This is problematic,... -
26 Aug 2010 7:39 AM
- Replies
- 8
- Views
- 1,355
Quick bump to see if anyone has encountered this, knows a solution, sees a problem with example code, etc.
-
24 Aug 2010 7:58 AM
- Replies
- 8
- Views
- 1,355
Ext version tested:
Ext 3.2.2
Adapter used: -
20 Aug 2010 7:07 AM
- Replies
- 2
- Views
- 1,037
Hello, I ran into the same issue (on IE8) in my application, and looking through the bug forum this example also reproduces it. Full code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"... -
29 Jul 2010 10:18 AM
Jump to post Thread: Invalid argument in IE 6 and IE7 by mrusinak
- Replies
- 23
- Views
- 4,546
The doctype of my page is set to strict. I just turn on compatibility mode in IE8 to get useful line numbers of problems for IE7. Just running the code in IE7 produces the same problem at the same...
-
28 Jul 2010 1:45 PM
Jump to post Thread: Invalid argument in IE 6 and IE7 by mrusinak
- Replies
- 23
- Views
- 4,546
Using 3.2.2, I run into this problem on 27665 of ext-all-debug.js when using my site in IE8's compatibility mode. The code is in onResize of Ext.list.ListView, and the relevant snippet is:
... -
22 Jun 2010 2:48 PM
Jump to post Thread: Ext.ux.form.CheckboxCombo by mrusinak
- Replies
- 92
- Views
- 27,351
Hello, nice extension! A functionality I desired was for the display area to update as selected items changed, and not just when collapsed. If anyone else is interested, my quick little change is:
... -
21 Jun 2010 12:05 PM
- Replies
- 32
- Views
- 9,285
I've been doing some investigation on this, with 3.2.2, and the problem appears to be a disconnect between (some) BoxComponents and HBoxLayout (and probably VBox too, but I didnt look).
* In... -
11 Jun 2010 2:21 PM
- Replies
- 12
- Views
- 3,947
Hello,
I am using 3.2.1, and was basically running into the same problem but manifested in a different way. I am using the TreeGrid extension, with a 2-level tree in which each level should stay... -
27 May 2010 8:39 AM
Jump to post Thread: Problem with JSON.decode by mrusinak
- Replies
- 14
- Views
- 1,956
When you say you no longer have line breaks, do you mean that displaying the paragraph on the webpage no longer has linebreaks? That will depend on how you are rendering the paragraph to the webpage...
-
25 May 2010 10:20 AM
Jump to post Thread: Problem with JSON.decode by mrusinak
- Replies
- 14
- Views
- 1,956
If this is exactly what your JSON looks like:
{body: "\n\rThis is my body",subject: "This is my subject"}Then the problem isn't the control characters, it is that the member variables aren't... -
21 May 2010 12:22 PM
- Replies
- 1
- Views
- 637
A quick followup - After more playing around, it seems as though when resizeFrame is TRUE, the shadow is resized according to the size of the row the drag started from, and not the size of the proxy...
-
21 May 2010 11:13 AM
- Replies
- 1
- Views
- 637
Ext version tested:
Ext 3.2.1
Adapter used:
ext -
19 May 2010 10:15 AM
Jump to post Thread: RowPanelExpander for grids by mrusinak
- Replies
- 66
- Views
- 24,088
After some investigating, the problem appears to be (in 3.2.1 anyway) that when rows are removed or re-rendered (such as during an update), the existing rowbody's panel is not removed.
My fix for... -
7 Apr 2010 11:06 AM
- Replies
- 1
- Views
- 1,605
Ext version tested:
Ext 3.2.0 Release
Adapter used: -
10 Mar 2010 11:46 AM
Jump to post Thread: Grid width 100% in TableLayout by mrusinak
- Replies
- 7
- Views
- 2,032
Small followup -
I have it mostly working the way I want to by extending a normal panel and replacing the template:
Ext.namespace('Ext.ux');
Ext.ux.myGrid = Ext.extend(Ext.Panel, {
... -
9 Mar 2010 2:42 PM
Jump to post Thread: Grid width 100% in TableLayout by mrusinak
- Replies
- 7
- Views
- 2,032
Generally speaking, a page that has 5 subsections, each with their own header / title. One section will be display a small list (about 10 items) of information, which I thought a Grid would be...
-
9 Mar 2010 2:27 PM
Jump to post Thread: Grid width 100% in TableLayout by mrusinak
- Replies
- 7
- Views
- 2,032
Hello, I'm having a similar issue that I have yet to figure out how to tweak correctly. The problem is the same - a GridPanel child in a TableLayout parent whose width is set to 100% isn't sized...
Results 1 to 18 of 18
