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

SelectBoxIt v3.2.0 Roadmap #123

Closed
8 tasks done
gfranko opened this issue Feb 25, 2013 · 1 comment
Closed
8 tasks done

SelectBoxIt v3.2.0 Roadmap #123

gfranko opened this issue Feb 25, 2013 · 1 comment
Assignees

Comments

@gfranko
Copy link
Owner

gfranko commented Feb 25, 2013

New Features

  • Add a nativeMousdown option to mimic the native firefox drop down behavior by opening the drop down on mousedown and being able to select the currently hovered drop down option on mouseup Trigger on Mouse Down #89
  • Add a copyClasses option to allow a user to specify if they would like a select box class(s) to be copied over to the drop down container (which holds both the drop down button and drop down list) or the drop down button. Better to copy native 'select' classes to container, not button. #124 @ronlussier
  • Add a customShowHideEvent option to which prevents a drop down from opening on click or mousedown, which allows a user to open/close the drop down with a custom event handler. Trigger on Mouse Down #89

Bug Fixes

  • The dynamic positioning behavior seems to not be working until the second time the drop down is opened/clicked.
  • The bootstrap theme has an issue when the drop down list is dynamically positioned on top of the drop down button, allowing a user to accidentally select a different option than he or she meant to select. The culprit is the bootstrap box-shadow property and should be removed.
  • Mobile webkit does not correctly increase a select box element's height, causing bigger mobile select box's to open the desktop drop down menu by accident. We should add the -webkit-appearance: menulist-button; CSS property to the native select box to make sure the height is correctly increased.
  • Make the refresh() method compatible with the native option Using "native: true" and calling refresh() destroys the original select #125
  • Prevent the open(), and close() methods from opening the desktop drop down list with mobile devices
@ghost ghost assigned gfranko and who Feb 25, 2013
@ghost ghost assigned gfranko Feb 26, 2013
gfranko added a commit that referenced this issue Feb 28, 2013
… option, and added the customShowHideEvent option
gfranko added a commit that referenced this issue Feb 28, 2013
…g of the original select box and adding the -webkit-appearance property
@gfranko gfranko closed this as completed Feb 28, 2013
@gfranko
Copy link
Owner Author

gfranko commented Feb 28, 2013

SelectBoxIt v3.2.0 has been officially released!

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

No branches or pull requests

2 participants