Search Type: Posts; User: wck555
Search: Search took 0.01 seconds.
-
24 Aug 2010 9:39 AM
- Replies
- 17
- Views
- 4,690
I am having the same issue (still not fixed as of Ext 3.2.1). I need to scroll the document body but I need to use standards mode so all my non ExtJS stuff renders correctly cross-browser. Here's a...
-
4 May 2010 7:38 PM
- Replies
- 11
- Views
- 2,130
Found two more bugs with strict mode:
Lines 137,138 - missing 'px'
Ext.iterate(previous, function(id, item) {
var oldPos = oldPositions[id],
el = elCache[id];
... -
4 May 2010 7:21 PM
- Replies
- 11
- Views
- 2,130
Has anyone on the Ext Dev team seen the last post? Should I open up a new bug report for the additional problems I discovered in strict mode? It would be nice to get these fixes into the code base....
-
1 May 2010 6:35 PM
- Replies
- 11
- Views
- 2,130
This thread was very helpful. It got me going in the right direction. I found a few more bugs with DataViewTransitions.js and strict mode. After these fixes, it's running like charm. It's a very cool...
-
10 Apr 2010 6:31 PM
- Replies
- 16
- Views
- 3,140
I agree. The new behavior doesn't make sense to me. Please move the thread to bugs. Thanks.
-
10 Apr 2010 6:00 AM
- Replies
- 16
- Views
- 3,140
In version 3.1.2 and earlier, Ext.data.Field converted nulls to empty strings for numeric types. So when data was loaded into a form using a data reader (I am using json), null values in the data...
-
2 Mar 2010 8:16 PM
- Replies
- 34
- Views
- 29,077
Very nice! Do you have a functional version? Now that I see that idea, what would be really slick is to have the "x" appear only when there is text in the box - like the spotlight search boxes work...
-
5 Jan 2010 11:20 AM
- Replies
- 9
- Views
- 3,071
I found a very simple solution that allows the row editor to overflow out of the bottom of the grid view with none of the side effects my CSS solution had. (See pictures in earlier post to see how it...
-
10 Dec 2009 3:50 PM
- Replies
- 6
- Views
- 2,943
There is a simple fix for this. Include the following style after the ExtJS stylesheet:
.ext-safari .x-date-picker {
width: 185px;
}
The problem will be fixed in 3.1... -
16 Nov 2009 9:09 PM
- Replies
- 9
- Views
- 3,071
To address cheema's original problem, add the following code to the end of startEditing() in RowEditor.js (This can be done by editing RowEditor.js directly or overriding the RowEditor class with...
-
16 Nov 2009 10:54 AM
- Replies
- 9
- Views
- 3,071
If the grid is configured with "autoHeight: true" (i.e. there are no scroll bars) then, when editing the last row in the grid, the row editor is partially obscured and cannot be made visible by...
-
29 Jul 2009 1:46 PM
- Replies
- 34
- Views
- 29,077
I updated ClearableComboBox to work with Ext 2 and Ext 3. The original ClearableComboBox works in Ext 2, but this version is simpler and should be more compatible going forwards. It's based on...
-
11 Dec 2007 10:31 AM
- Replies
- 34
- Views
- 29,077
I am still using Ext 1.1 so I don't know how/if the control works in Ext 2.0 (sorry) When I switch to 2.0 I will post any findings here.
-
8 Nov 2007 8:27 AM
- Replies
- 2
- Views
- 5,191
There is a problem with my workaround and typeAhead. If typeAhead=true and the user types very quickly and presses <Enter> before the typeAhead delay, the first item in the data store will be...
-
7 Nov 2007 5:59 AM
- Replies
- 2
- Views
- 5,191
If you setup a ComboBox like this:
combo = new Ext.form.ComboBox({
fieldLabel: 'Class',
hiddenName: 'MEClassID', // name of field bound to this control
displayField: 'text',
... -
26 Oct 2007 8:32 PM
- Replies
- 16
- Views
- 4,246
I was just at an Apple store looking at Leopard and the final release of Safari 3.
There is still a problem with the ComboBoxes and DateFields (I assume any TriggerField-derived control). It... -
13 Oct 2007 9:04 PM
- Replies
- 5
- Views
- 10,148
This pointed me in the right direction but had a few minor problems: "hide" is called even when the user presses "ESC" to close the date picker without picking a date. In addition this solution...
-
4 Oct 2007 10:26 AM
- Replies
- 13
- Views
- 12,567
It's a bit of a hack, but if you create your grid as shown below, the grid scroll position will stay where it is when the data store is reloaded. The selection remains the same as well. The onLoad()...
-
2 Aug 2007 5:10 AM
- Replies
- 34
- Views
- 29,077
I just tested the clearable combobox in a toolbar using IE6, Firefox2, and Safari2. They all are rendering the control correctly for me. I am using RC1 of Ext 1.1 Have you tried a standard combobox...
-
25 Jul 2007 10:08 AM
- Replies
- 34
- Views
- 29,077
Thanks. I didn't use absolute positioning. I lined up everything using containers and columns with careful use of field widths and labels width. The label width is programable for each column. You...
-
23 Jul 2007 10:10 AM
- Replies
- 34
- Views
- 29,077
Sorry about the confusion. This requires Ext 1.1
No additional CSS or images are required - everything needed is already available in Ext 1.1. Usage is identical to Ext.form.ComboBox. Just use... -
19 Jul 2007 7:33 PM
- Replies
- 34
- Views
- 29,077
Several people have posted modifications to the combobox that add a second trigger field that clears the contents of the box. Here's my solution. Include the code below in your project and then use...
-
26 May 2007 3:33 PM
Jump to post Thread: Hidden TextArea bug in Safari by wck555
- Replies
- 0
- Views
- 1,042
I don't know if this belongs under bugs or not because it is a problem with Safari, not Ext. But it effects Ext.
There is a bug in Safari that textareas that are hidden using "display:none" ignore...
Results 1 to 23 of 23
