From 159e6251ea75aaf453c91d7d238151209bf67fd4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 12 Apr 2016 16:39:52 -0700 Subject: [PATCH] Add http://bugzil.la/1264125 to Wall of Browser Bugs Due to the lack of this feature in browsers, we currently have to implement an annoying setTimeout-based workaround, which adds an extra layer of complication and probably slightly impacts performance: https://github.com/twbs/bootstrap/blob/e391fcb953cc959ddd88fb676b68f49eef85ef06/js/src/util.js#L63-L77 [ci skip] --- docs/_data/browser-bugs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 3629143fe6..94b9773b44 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -98,6 +98,16 @@ origin: > Bootstrap#18365 +- + browser: > + Firefox + summary: > + Fire `transitioncancel` event when a transition is canceled + upstream_bug: > + Mozilla#1264125 + origin: > + Mozilla#1182856 + - browser: > Firefox (Windows)