Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sizing bug when using jQuery Tabs #328

Closed
schallis opened this issue Oct 31, 2011 · 2 comments
Closed

Sizing bug when using jQuery Tabs #328

schallis opened this issue Oct 31, 2011 · 2 comments

Comments

@schallis
Copy link

I'm having trouble getting Chosen to render at the correct width when rendering a select control on a hidden tab. I've tried setting up Chosen on the 'show' UI tab event but it's still incorrect.

Is there anything I can try to get this to work? Maybe something like the 'fnAdjustColumnSizing' method of DataTables.

@markbranly
Copy link

I had this problem. I ended up doing one call for the selects that were visible and then tying another call to the event that revealed hidden ones.

Not optimal, but it should be a workable solution with jQuery tabs.

@pfiller
Copy link
Contributor

pfiller commented Nov 1, 2011

This is almost certainly related to #92. Chosen widths don't work very well when the select is initially hidden. There are a couple of open pull requests that address this and I'm hoping to get them merged in soon. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants