diff options
| author | Chris Rebert <[email protected]> | 2015-07-24 18:05:01 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-07-24 18:07:32 -0700 |
| commit | d24559df206a9110208d9a046a19d8717d596116 (patch) | |
| tree | 34544f1c45aa2cfb72f0067d19c5fbbfa42ac1d7 /docs/_data | |
| parent | d8cae018f41fdd780e32e91bd76cd3f08b67ea70 (diff) | |
| download | bootstrap-d24559df206a9110208d9a046a19d8717d596116.tar.xz bootstrap-d24559df206a9110208d9a046a19d8717d596116.zip | |
Add Wall of Browser Bugs entry for #16814
Closes #16814
Refs http://wkbug.com/147284
Refs http://openradar.appspot.com/21993128
[skip sauce]
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 a934de15b..4e3a7b4c0 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -180,6 +180,16 @@ - browser: > + Safari + summary: > + Incorrect placement of `position: fixed` element when it's a child of a `position: relative; left: X%;` element. + upstream_bug: > + WebKit#147284, Safari#21993128 + origin: > + Bootstrap#16814 + +- + browser: > Safari (OS X) summary: > Scrollbar clipped in `select[multiple]` with padding. |
