There is some issue with this CSS introduced in 7.x-2.0 branch;
.chzn-container {
display: table !important;
}
This has some conflict with Firefox v9, If I comment this line then the chosen container is working properly on all three browsers Firefox, Chrome, IE

I don't know why they introduced it..

Comments

Bezude’s picture

Yes please clarify why this is important.

ec1ipsis’s picture

I also had issues with the chosen container going far outside the boundaries of the parent because of this. Getting rid of it solved the issue for me too.

hydra’s picture

Status: Active » Fixed

I can't see why this was introduced. However, since version 1.0 of the chosen library, selectors changed from chzn-container to chosen-container. Since the css isn't applying anymore anyways, I removed it. As far as I can tell, this issue should be fixed in 7.x-2.x. Thanks for reporting this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

qandeel’s picture

Is this part of the latest release???

hydra’s picture

yes