Posted in xn--kfs74mzzid01b.com edit by jane on January 7th, 2009
Hi i have just added a EXT drop down list onto a page and i have noticed that it works perferectly in Internet explorer however when i open the page in firefox the click down arrow jumps to the left hand side of the box where it should be on the right hand side. I have tried alligning it with my own CSS page with no luck. Any ideas would be great.Hi sorry made a mistake it is Ext 1.01 i am using for this project. sorry:">Ext 2.0
Internet Explorer 7.0 and Firefox 2.0
Windows Xp
and here is a screen shot to illustrate the difference.
Hope this is enough info to give me an idea of why this is happening
Cheerserr, 1.01 or 2.01?
p.s. your screenshot's on the wee side, any chance of posting a bigger one?
p.s.s. let me know if i should move this thread to the 1.x Bugs forum instead.Well, this doesn't fix it, but it does move the text in the dropdown over so that it's not covered by the dropdown icon - you could try adding:
bodyStyle: 'text-align:right',
to your container that has the dropdowns. It's the best I can do :(
I'm not sure what this will do to the rest of your formatting - it only made minor changes to mine that were okay.sorry the error is in 1.01 and i can post a bigger screen shot if you like but i think its pretty clear that its just the image thats moved to the left.
and yes probably should move the post
Regards any help would be greatNothing changed... except now my submit button doesn't show up. Thank you though :)sample code which demonstrates the problem would be good.
also, are on 2.0 / 2.0.1 / 2.0.2?Nothing changed... except now my submit button doesn't show up. Thank you though :)
i feel like houdini now.
could you start a new thread / add on to an existing one in the 2.x Bugs forum with a link back to this thread? and post some code snippet while you're at it ;)Nono I'm having a problem too and I'm using Ext 2!!! Here is a screenshot.
try adding hidemode: 'offsets' to the top-level Container, and deferredRender: true to the tabssorry image would not attach will try in a whileAnyone for any help with my problem yet?Nono I'm having a problem too and I'm using Ext 2!!! Here is a screenshot.hi the sample code is as follows and it is 2.0.2 i am using
var convertDll=function(){
var combo = new Ext.form.ComboBox({
type Ahead:true,
triggerAction:'all',
transform:'<%= lstProject.ClientID %>',
width:210,
forceSelection:true,
emptyText:'All',
});
};
Ext.onReady(converyDll);
lstProject is my Asp drop down list that i am converting.
Cheers any help would be greatI am having the exact same problem. It happened with the old firefox and also with Firefox 3 that I just downloaded. Help would be great!
thanksplease post details as per 13985.Thanks worked great :)Ok here is the pic any help would be greatOkay, I got the button back...
Here is the new thread in the Ext 2 Bug forum: http://extjs.com/forum/showthread.php?p=184216#post184216#If you have any other info about this subject , Please add it free.# |
|