diff options
| author | Chris Rebert <[email protected]> | 2016-04-12 16:39:52 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-04-12 16:47:56 -0700 |
| commit | 159e6251ea75aaf453c91d7d238151209bf67fd4 (patch) | |
| tree | 3b11fb4a87e7dd17fd49c1fe5303cd1489a78da5 /docs | |
| parent | e391fcb953cc959ddd88fb676b68f49eef85ef06 (diff) | |
| download | bootstrap-159e6251ea75aaf453c91d7d238151209bf67fd4.tar.xz bootstrap-159e6251ea75aaf453c91d7d238151209bf67fd4.zip | |
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')
| -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 |
