diff options
| author | Chris Rebert <[email protected]> | 2016-04-12 16:39:52 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-04-12 17:01:36 -0700 |
| commit | 63253aba88016adb7be9a9fc4565db7ca71b59bb (patch) | |
| tree | f6c53f99274012c2f47ea34640afccc8a1a3f1fb /docs/_data | |
| parent | 7e09021fc3dcf64e6c63c1ebec5e848f98191219 (diff) | |
| download | bootstrap-63253aba88016adb7be9a9fc4565db7ca71b59bb.tar.xz bootstrap-63253aba88016adb7be9a9fc4565db7ca71b59bb.zip | |
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]
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 3629143fe..94b9773b4 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -100,6 +100,16 @@ - browser: > + Firefox + summary: > + Fire `transitioncancel` event when a transition is canceled + upstream_bug: > + Mozilla#1264125 + origin: > + Mozilla#1182856 + +- + browser: > Firefox (Windows) summary: > Right border of `<select>` menu is sometimes missing when screen is set to uncommon resolution |
