diff options
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 114 | ||||
| -rw-r--r-- | docs/_data/nav.yml | 20 | ||||
| -rw-r--r-- | docs/_data/translations.yml | 5 |
3 files changed, 77 insertions, 62 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index a610d1b56..d6e9ff3fe 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -1,60 +1,70 @@ - browser: > - Internet Explorer 11 & Microsoft Edge + Microsoft Edge + summary: > + Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component) + upstream_bug: > + Edge#6793560 + origin: > + Bootstrap#18692 + +- + browser: > + Microsoft Edge summary: > Hovered element still remains in `:hover` state after scrolling away. upstream_bug: > - IE#926665 + Edge#5381673 origin: > Bootstrap#14211 - browser: > - Internet Explorer 11 & Microsoft Edge + Microsoft Edge summary: > When hovering over a `<select>` menu item, the cursor for the element underneath the menu is displayed. upstream_bug: > - IE#963961 + Edge#817822 origin: > Bootstrap#14528 - browser: > - Internet Explorer 11 & Microsoft Edge + Microsoft Edge summary: > CSS `border-radius` sometimes causes lines of bleed-through of the `background-color` of the parent element. upstream_bug: > - IE#1463734 + Edge#3342037 origin: > Bootstrap#16671 - browser: > - Internet Explorer 11 & Microsoft Edge + Microsoft Edge summary: > `background` of `<tr>` is only applied to first child cell instead of all cells in the row upstream_bug: > - IE#2110930 + Edge#5865620 origin: > Bootstrap#18504 - browser: > - Internet Explorer 11 & Microsoft Edge + Microsoft Edge summary: > `@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide upstream_bug: > - IE#2256049 + Edge#7165383 origin: > Bootstrap#18543 - browser: > - Internet Explorer 11 & Microsoft Edge + Microsoft Edge summary: > Background color from lower layer bleeds through transparent border in some cases upstream_bug: > - IE#2263132 + Edge#6274505 origin: > Bootstrap#18228 @@ -72,51 +82,61 @@ browser: > Firefox summary: > - `max-width: 100%;` doesn't work inside tables. + If the disabled state of a form control is changed via JavaScript, the normal state doesn't return after refreshing the page. upstream_bug: > - Mozilla#975632 + Mozilla#654072 origin: > - Bootstrap#10690 + Bootstrap#793 - browser: > Firefox summary: > - Button elements with `width: 100%` become cropped in long tables. + `focus` events should not be fired at the `document` object upstream_bug: > - Mozilla#1060131 + Mozilla#1228802 origin: > - Bootstrap#14320 + Bootstrap#18365 - browser: > Firefox summary: > - If the disabled state of a form control is changed via JavaScript, the normal state doesn't return after refreshing the page. + Fire `transitioncancel` event when a transition is canceled upstream_bug: > - Mozilla#654072 + Mozilla#1264125 origin: > - Bootstrap#793 + Mozilla#1182856 - browser: > - Firefox + Firefox (Windows) summary: > - `focus` events should not be fired at the `document` object + Right border of `<select>` menu is sometimes missing when screen is set to uncommon resolution upstream_bug: > - Mozilla#1228802 + Mozilla#924068 origin: > - Bootstrap#18365 + Bootstrap#15990 - browser: > - Firefox (Windows) + Firefox (OS X & Linux) summary: > - Right border of `<select>` menu is sometimes missing when screen is set to uncommon resolution + Badge widget causes bottom border of Tabs widget to unexpectedly not overlap upstream_bug: > - Mozilla#1139853 + Mozilla#1259972 origin: > - Bootstrap#15990 + Bootstrap#19626 + +- + browser: > + Chrome (Android) + summary: > + Tapping on an `<input>` in a scrollable overlay doesn't scroll the `<input>` into view + upstream_bug: > + Chromium#595210 + origin: > + Bootstrap#17338 - browser: > @@ -152,16 +172,6 @@ browser: > Chrome summary: > - Incorrect viewport size used for media queries when printing. - upstream_bug: > - Chromium#273306 - origin: > - Bootstrap#12078 - -- - browser: > - Chrome - summary: > CSS infinite linear animation with alpha transparency leaks memory. upstream_bug: > Chromium#429375 @@ -220,13 +230,23 @@ - browser: > + Safari + summary: > + `rem` units in media queries should be calculated using `font-size: initial`, not the root element's `font-size` + upstream_bug: > + WebKit#156684 + origin: > + Bootstrap#17403 + +- + browser: > Safari (OS X) summary: > - Scrollbar clipped in `select[multiple]` with padding. + `px`, `em`, and `rem` should all behave the same in media queries when page zoom is applied upstream_bug: > - WebKit#128489, Safari#19208483 + WebKit#156687 origin: > - Bootstrap#12536 + Bootstrap#17403 - browser: > @@ -252,16 +272,6 @@ - browser: > - Safari (OS X) - summary: > - Focus ring of image map within a modal is displayed in the wrong location. - upstream_bug: > - WebKit#143527, Safari#21908735 - origin: > - Bootstrap#16180 - -- - browser: > Safari (iPad) summary: > `<select>` menu on iPad causes shifting of hit-testing areas diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 1fc97157e..d2ee6e3d8 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -30,28 +30,28 @@ - title: Components pages: + - title: Alerts + - title: Breadcrumb - title: Buttons - title: Button group - title: Button dropdown + - title: Card + - title: Carousel + - title: Collapse + - title: Dropdowns - title: Forms - title: Input group - - title: Dropdowns - title: Jumbotron - - title: Label - - title: Alerts - - title: Card + - title: List group + - title: Modal - title: Navs - title: Navbar - - title: Breadcrumb - title: Pagination + - title: Popovers - title: Progress - - title: List group - - title: Modal - title: Scrollspy + - title: Tag - title: Tooltips - - title: Popovers - - title: Collapse - - title: Carousel - title: Utilities # - title: Extend diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index 57bf28f50..5ad1d8ef1 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -7,3 +7,8 @@ code: zh description: Bootstrap 4 中文文档教程 url: http://boot4.com/ + +- name: Japanese + code: ja + description: Bootstrap 4 日本語リファレンス + url: http://bootstrap4.jp/ |
