Search Type: Posts; User: slobo
Search: Search took 0.02 seconds.
-
24 Mar 2009 4:31 PM
- Replies
- 7
- Views
- 2,149
I have now tried it on another machine, also IE7 (WinXP; the other was a WinServer 2003)
and I have successfully reproduced it
so this may be an IE7-specific issue? -
24 Mar 2009 4:17 PM
- Replies
- 7
- Views
- 2,149
have you tried IE7?
-
24 Mar 2009 6:04 AM
- Replies
- 7
- Views
- 2,149
the interesting thing is that
this issue only occurs, if
the window's animateTarget is set
AND there is a PagingToolbar
AND there are more data records than can fit on a single page of the grid -
24 Mar 2009 5:56 AM
- Replies
- 7
- Views
- 2,149
I have succeeded to crash IE(7) with a simple grid
(FF works normally)
here is the code to reproduce:
(try to show/hide the window with the button)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD... -
25 Oct 2008 12:04 PM
Jump to post Thread: Drag over 2 dropzone? by slobo
- Replies
- 2
- Views
- 708
yes, I have the same problem
-
7 Jan 2008 9:06 AM
- Replies
- 7
- Views
- 1,668
Tim,
as far as I can see, gmail uses the same Midas editor as Ext's htmleditor
not a home-grown editor
(check with Firebug)
the other thing is that we are NOT stuck with how MS implemented... -
7 Jan 2008 8:49 AM
Jump to post Thread: Checkbox position by slobo
- Replies
- 12
- Views
- 2,650
OK, this was my own stupidity...
if I set the widths of all the form fields
with a for loop
(including the checkboxes)
then the checkbox will be centered
(see the attached image)
but if I... -
7 Jan 2008 5:13 AM
Jump to post Thread: Checkbox position by slobo
- Replies
- 12
- Views
- 2,650
OK, than lets call this a feature request
to be able to align the checkbox to the left side
but I think setting
width: 15
is not the expected, normal way to do this alignment
(at least not for... -
7 Jan 2008 5:06 AM
- Replies
- 7
- Views
- 1,668
gmail inserts a <DIV> (not <P>) in IE, but <BR> in FF - so surely there IS a way to insert <DIV> (or <P>) instead of <BR>
as far as I can see
(and probably makes some server-side processing
so... -
7 Jan 2008 4:56 AM
Jump to post Thread: Checkbox position by slobo
- Replies
- 12
- Views
- 2,650
OK, another workaround
but still should be fixed in Ext, I think -
6 Jan 2008 7:34 PM
Jump to post Thread: Checkbox position by slobo
- Replies
- 12
- Views
- 2,650
I have the same problem
(the checkbox rendered horizontally centered, and no way to align it left)
according to the source code
this is "wired" into Ext
a workaround:
checkboxConfig.boxLabel... -
6 Jan 2008 6:35 PM
- Replies
- 7
- Views
- 1,668
someone moved this thread from the bugs forum to the help forum
I think this is a BUG in htmleditor -
6 Jan 2008 5:11 PM
- Replies
- 7
- Views
- 1,668
try to do the following formatting in htmleditor in IE:
my first list:
item1
item2
my second list:
itemA -
3 Jan 2008 8:56 PM
- Replies
- 9
- Views
- 3,373
Brian,
unfortunately I've found that DataView does not work correctly
when I add the CSS rule you suggested
(in IE6, at least)
here is an example:
problem13.html -
30 Dec 2007 10:57 AM
- Replies
- 0
- Views
- 522
this one works as a part of an XTemplate template:
'<tpl for=".">'
but this one does NOT work:
"<tpl for='.'>"
I have lost a day trying to figure out what the problem was
so maybe I can help... -
29 Dec 2007 1:24 PM
- Replies
- 4
- Views
- 2,301
the DataView's tpl config option
does not accept an array of strings (HTML fragments)
as stated in the docs
(can only accept a string or an XTemplate - this can also clearly be seen from the... -
22 Dec 2007 12:25 PM
Jump to post Thread: [2.0] memory leak - modal dialogs by slobo
- Replies
- 2
- Views
- 1,796
here is a quick workaround
(but should be fixed in Ext, of course)
windowConfig.listeners = {
beforedestroy: function(w) {
Ext.destroy(w.mask);
}
}; -
22 Dec 2007 11:53 AM
Jump to post Thread: [2.0] memory leak - modal dialogs by slobo
- Replies
- 2
- Views
- 1,796
If I open & close (not only hide) a modal dialog
the hidden mask remains in the DOM structure;
if I do this many times
many hidden DIVs (with class="ext-el-mask") stay in the memory
here is the... -
14 Dec 2007 5:12 PM
Jump to post Thread: Defaulting a remote ComboBox by slobo
- Replies
- 12
- Views
- 4,670
this line:
this.store.on("load", function () {
won't this add a new listener function to the store
each time it is run (ie each time setValue is called) ? -
14 Dec 2007 11:22 AM
Jump to post Thread: Defaulting a remote ComboBox by slobo
- Replies
- 12
- Views
- 4,670
I have been also thinking about this issue:
http://extjs.com/forum/showthread.php?t=17084 -
13 Dec 2007 6:19 PM
- Replies
- 7
- Views
- 7,164
sorry mystix if I was wrong
I really did not want to hurt anybody
and I would not like to start a flame war here, Ext is really great -
13 Dec 2007 1:37 PM
- Replies
- 7
- Views
- 7,164
I also think that some known or easy bugfixes have not found their way into the final release
really no offence, only my personal hint
but I think the Ext Team should improve its bug management... -
7 Dec 2007 3:46 PM
- Replies
- 5
- Views
- 1,365
applying
autoHeight: true
to the form panels inside the tab panel
resolves the IE issue of not expanding
(now it expands)
now only one issue remains
both in IE an FF
(see bug2 in the... -
7 Dec 2007 12:04 PM
- Replies
- 9
- Views
- 3,373
I wonder why hasn't this become part of the 2.0 release?
are there some more issues with this? -
6 Dec 2007 8:11 PM
- Replies
- 9
- Views
- 3,373
OK, applying these styles:
.ext-ie .x-form-element,.ext-ie .x-form-item label,.ext-ie .x-form-check-wrap input,.ext-ie .x-form-field-wrap,.ext-ie .x-form-trigger {
position: static;
}...
Results 1 to 25 of 101
