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
Comment #1
Bezude commentedYes please clarify why this is important.
Comment #2
ec1ipsis commentedI 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.
Comment #3
hydra commentedI 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.
Comment #5
qandeel commentedIs this part of the latest release???
Comment #6
hydra commentedyes