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

unable to select some lists with selectBoxIt #166

Closed
razb opened this issue May 8, 2013 · 4 comments
Closed

unable to select some lists with selectBoxIt #166

razb opened this issue May 8, 2013 · 4 comments
Assignees
Labels

Comments

@razb
Copy link

razb commented May 8, 2013

I have some lists in a simple web page that are not selectable. They do appear to be enabled when inspected. You can see the behavior I'm describing at:

http://test.tazaboard.com/

The time unit list on the left "Seconds" is not selectable while the ones on the right are.

Any help would be much appreciated.

@gfranko
Copy link
Owner

gfranko commented May 9, 2013

I believe your issue is because of a bug that I introduced in the v3.4.0 release. I am working quickly to push out a new release that will hopefully fix this. I'll send you another comment later today so that you can test out my fix before I release! Thanks for the report!

@ghost ghost assigned gfranko May 9, 2013
@gfranko
Copy link
Owner

gfranko commented May 10, 2013

This bug has been fixed in the v3.5.0 released! You can find the new minified v3.5.0 JS file here

@gfranko gfranko closed this as completed May 10, 2013
@razb
Copy link
Author

razb commented May 11, 2013

That didn't do it... The only difference between the select boxes on the left vs the right is that the ones on the left are cloned dynamically from hidden divs:

        var $aggregatorContainer = $("#aggregatorTemplate").clone();
        $aggregatorContainer.removeAttr("id").appendTo(container);
        $aggregatorContainer.show();

@gfranko
Copy link
Owner

gfranko commented May 13, 2013

Hmm, it doesn't look like you are targeting the select boxes on the left when you are calling the selectBoxIt() method. Are those select boxes getting created after you call selectBoxIt()?

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

No branches or pull requests

2 participants