0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Merge pull request #19713 from twbs/edge-urls

Update remaining Edge issue URLs in Wall of Browser Bugs
This commit is contained in:
Chris Rebert 2016-04-10 23:21:18 -07:00
commit 98abf5018b
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@
summary: > summary: >
Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component) Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component)
upstream_bug: > upstream_bug: >
IE#2445370 Edge#6793560
origin: > origin: >
Bootstrap#18692 Bootstrap#18692
@ -54,7 +54,7 @@
summary: > summary: >
`@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide `@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide
upstream_bug: > upstream_bug: >
IE#2256049 Edge#7165383
origin: > origin: >
Bootstrap#18543 Bootstrap#18543

View File

@ -3,7 +3,6 @@ module Jekyll
def bugify(input) def bugify(input)
upstream_map = { upstream_map = {
"Bootstrap" => "https://github.com/twbs/bootstrap/issues/", "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"], "Edge" => ["https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/", "Edge issue"],
"Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"], "Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"],
"Chromium" => ["https://bugs.chromium.org/p/chromium/issues/detail?id=", "Chromium issue"], "Chromium" => ["https://bugs.chromium.org/p/chromium/issues/detail?id=", "Chromium issue"],