PDA

View Full Version : [SOLVED] Error with combobox with IE but not with FF



Nikoms
23 Aug 2007, 2:52 PM
Hello all!

I use extjs for the first time. I've juste written a miniscript based on the example of the grid with paging.

I added a combobox as a filter... I work great with FF but not with IE (click on the combobox, and you won't see the list.. Because there is an javascript error...)

Here is the page : http://www.glandu.com/top.php

Is there a debug program for IE, like firebug for FF?

Thank you!

Nikoms

devnull
23 Aug 2007, 3:33 PM
I can see what the problem is, but I dont have a fix.
If you notice, FF correctly renders the list above the combo, whereas IE is trying to render it below and so it is getting chopped off.
Probably will involve a css adjustment but i cant say for sure.

Nikoms
24 Aug 2007, 6:41 AM
Anybody else? :-?

Nikoms
24 Aug 2007, 6:46 AM
Solved :

my text was set before calling example.js

Before (doesn't work):


my text, blabla bla
<script type="text/javascript" src="ext/examples/examples.js"></script>


Now (work):


<script type="text/javascript" src="ext/examples/examples.js"></script>
my text, blabla bla