question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

transitionEnd doesn't pass handler through to emulateTransitionEnd

See original GitHub issue

Describe the bug

transitionEnd does not run handler for browsers that do not pass TRANSITION_END support check.

To Reproduce

Steps to reproduce the behavior:

  1. Use transition end in a browser that does not pass 'ontransitionend' in window or canUseDOM check.

Expected behavior

The handler should still be ran for browsers that do not pass the above check.

Environment (please complete the following information)

  • Operating System: Windows 10
  • Browser, Version: IE 11
  • React-Bootstrap Version: 1.0.0-beta.11

Additional context

TRANSITION_SUPPORTED variable is always false for IE 11.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jquensecommented, Jan 16, 2020

yes there is bug there, the listener should still be attached, there should an else on that if, not an early return

0reactions
jquensecommented, Feb 18, 2020

best way to get something resolved in a timeframe you prefer is to send a PR!

Read more comments on GitHub >

github_iconTop Results From Across the Web

addEventListener for transitionend does not execute function
I was posting a comment to include my css for the fade-in effect and noticed that the css is using animation, not transition....
Read more >
bootstrap.bundle.min.js.map - Google Git
<br />\n * To override an option, simply pass as 3rd argument an object with the same\n * structure of this object, example:\n...
Read more >
Untitled
Make sure that DOM nodes and window objects don't pass through, as well if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType ||...
Read more >
Element: transitionend event - Web APIs - MDN Web Docs
The transitionend event is fired when a CSS transition has completed. In the case where a transition is removed before completion, ...
Read more >
Changelog - ember-bootstrap
v5.1.1 (2022-05-25). Documentation. #1791 Fix typos in API docs (@simonihmig); #1790 Bug fix: carousel component missing from API docs (@bvedad) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found