]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reflect MS Edge's migration of their issue tracker 19674/head
authorChris Rebert <code@chrisrebert.com>
Mon, 4 Apr 2016 23:25:09 +0000 (16:25 -0700)
committerChris Rebert <code@chrisrebert.com>
Mon, 4 Apr 2016 23:25:09 +0000 (16:25 -0700)
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
[skip sauce]

docs/_data/browser-bugs.yml
docs/_plugins/bugify.rb
docs/browser-bugs.md

index 84c07599c39cf1a3df861464bec5b5142f95346d..6f88eb279c65daf23613923265efeb5e3e0d0c16 100644 (file)
@@ -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
 
index 8dd15ff2ff4d389e2f6b4db331f458d264e19839..a139e061beabb68d345059c23b323f9249d12887 100644 (file)
@@ -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"],
index 4736507941972e24dc7f15415ea5942a0148c291..57751c4d7d00b3c9f75e5e377415e05cc6f3d612 100644 (file)
@@ -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)