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

shown.bs.dropdown & hidden.bs.dropdown are not triggered #152

Open
goleary opened this issue Jun 6, 2016 · 2 comments
Open

shown.bs.dropdown & hidden.bs.dropdown are not triggered #152

goleary opened this issue Jun 6, 2016 · 2 comments

Comments

@goleary
Copy link

goleary commented Jun 6, 2016

http://getbootstrap.com/javascript/#dropdowns-events

It seems as though these events are not being triggered by the dropdown that is a result of hovering over using this library. (the other two, show and hide are triggered)

@holtkamp
Copy link

holtkamp commented May 4, 2017

So to be clear:

  • triggered
    • show.bs.dropdown This event fires immediately when the show instance method is called.
    • hide.bs.dropdown This event is fired immediately when the hide instance method has been called.
  • not triggered
    • shown.bs.dropdown This event is fired when the dropdown has been made visible to the user (will wait for CSS transitions, to complete).
    • hidden.bs.dropdown This event is fired when the dropdown has finished being hidden from the user (will wait for CSS transitions, to complete).

It seems anticipated for but not used / out of scope for this component? @goleary can you provide a https://jsfiddle.net demonstrating the behaviour?

@goleary
Copy link
Author

goleary commented May 10, 2017

you are correct. seeing as it shows in the code that this is by design (?)I'd rather not spend my time providing the fiddle (I added this a year ago and have since not been working with the library so it's more trouble than it is worth to me at this point).

I don't think it makes sense for the events to not work with this library but again i'm not a user so not worth investing the time for me.

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

2 participants