From: Chris Rebert Date: Tue, 12 Apr 2016 23:39:52 +0000 (-0700) Subject: Port #19727 to v3 X-Git-Tag: v3.3.7~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63253aba88016adb7be9a9fc4565db7ca71b59bb;p=thirdparty%2Fbootstrap.git Port #19727 to v3 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] --- 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)