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

menu-button: improve functionality #75

Open
leifoolsen opened this issue Sep 27, 2016 · 0 comments
Open

menu-button: improve functionality #75

leifoolsen opened this issue Sep 27, 2016 · 0 comments

Comments

@leifoolsen
Copy link
Owner

leifoolsen commented Sep 27, 2016

Things to consider for improvement:

  • on startup: move menu to document.body. This will fix z-index issues. Can use position absolute instead of fixed, meaning there is no need to close menu if document scrolls.. Drawback is that we have to delete the menu (or move it back to original parent) when the component downgrades (menu-button: move menu to document.body. #79). Completed.
  • re-position menu on scroll, window resize or orientation change (menu-button: menu should re-position on scroll, window resize or orientation change #80). Completed.
  • add menu items after page load.
  • multi select, with check boxes and radio buttons and/or chips
  • search filter, with callback
  • preferred tether position
  • provide some kind of tooltip if menu text overflows, e.g. use alt= or title=
  • ripple effect
  • animated open/close
  • "richer" javascript api
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

1 participant