diff options
| author | Chris Rebert <[email protected]> | 2016-04-04 16:35:50 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-04-04 16:35:50 -0700 |
| commit | 474b85e443605d51438708f9f4970b238c39502e (patch) | |
| tree | e34039f21c13c15b9b96e6cdee8af944938f0ffb /docs | |
| parent | b849fc87633eb37e21fc3621db46008ce8799c45 (diff) | |
| parent | 16d710217667879c6a79b3df25fd565fcc89cb34 (diff) | |
| download | bootstrap-474b85e443605d51438708f9f4970b238c39502e.tar.xz bootstrap-474b85e443605d51438708f9f4970b238c39502e.zip | |
Reflect MS Edge's migration of their issue tracker
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
[ci skip]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 6 | ||||
| -rw-r--r-- | docs/_plugins/bugify.rb | 1 | ||||
| -rw-r--r-- | docs/browser-bugs.md | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 84c07599c..6f88eb279 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -14,7 +14,7 @@ summary: > Hovered element still remains in `:hover` state after scrolling away. upstream_bug: > - IE#926665 + Edge#7108183 origin: > Bootstrap#14211 @@ -24,7 +24,7 @@ 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 @@ -34,7 +34,7 @@ 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 diff --git a/docs/_plugins/bugify.rb b/docs/_plugins/bugify.rb index 8dd15ff2f..a139e061b 100644 --- a/docs/_plugins/bugify.rb +++ b/docs/_plugins/bugify.rb @@ -4,6 +4,7 @@ module Jekyll upstream_map = { "Bootstrap" => "https://github.com/twbs/bootstrap/issues/", "IE" => ["https://connect.microsoft.com/IE/feedback/details/", "IE bug"], + "Edge" => ["https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/", "Edge issue"], "Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"], "Chromium" => ["https://bugs.chromium.org/p/chromium/issues/detail?id=", "Chromium issue"], "WebKit" => ["https://bugs.webkit.org/show_bug.cgi?id=", "WebKit bug"], diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index 473650794..57751c4d7 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -11,6 +11,7 @@ We publicly list browser bugs that are impacting us here, in the hopes of expedi Also see [jQuery's browser bug workarounds](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o). See also: + * [Chromium issue 536263: [meta] Issues affecting Bootstrap](https://code.google.com/p/chromium/issues/detail?id=536263) * [Mozilla bug 1230801: Fix the issues that affect Bootstrap](https://bugzilla.mozilla.org/show_bug.cgi?id=1230801) * [jQuery's browser bug workarounds](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o) |
