1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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: >
Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component)
upstream_bug: >
IE#2445370
Edge#6793560
origin: >
Bootstrap#18692
@ -54,7 +54,7 @@
summary: >
`@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide
upstream_bug: >
IE#2256049
Edge#7165383
origin: >
Bootstrap#18543

View file

@ -3,7 +3,6 @@ module Jekyll
def bugify(input)
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"],