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

A couple bugs in optgroup functionality #20

Closed
ghost opened this issue Dec 5, 2011 · 1 comment
Closed

A couple bugs in optgroup functionality #20

ghost opened this issue Dec 5, 2011 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 5, 2011

Reproduce Optgroup bug one:

  1. Expand some option group.
  2. Select an option so it sits in the 'selected' list.
  3. Collapse the option group.
  4. Trash your selected item.

The option group the trashed item belongs to is still collapsed and the item is sitting under it.

Reproduce Optgroup bug two (this is a bug in the example code and not the lib):

  1. Expand some option group.
  2. Select an option so it sits in the 'selected' list.
  3. Collapse the option group.
  4. Expand the option group.
  5. The 'selected' option reappears in the 'selectable' list but it should not be there.
@ghost
Copy link
Author

ghost commented Dec 5, 2011

I thought you could attach code to an existing github issue with a pull request, but I was wrong. This is fixed with the pull request I just sent (issue # 21).

My bad.

@ghost ghost closed this as completed Dec 5, 2011
This issue was closed.
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

0 participants