added links to edge hacks

This commit is contained in:
antelle 2017-05-26 19:26:21 +02:00
parent 99ef3f2b43
commit 15449602b2
2 changed files with 2 additions and 3 deletions

View File

@ -114,12 +114,11 @@ const AppView = Backbone.View.extend({
fixClicksInEdge: function() {
// MS Edge doesn't want to handle clicks by default
// TODO: remove once Edge 14 share drops enough
// https://github.com/keeweb/keeweb/issues/636
// https://github.com/keeweb/keeweb/issues/636#issuecomment-304225634
// https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5782378/
if (FeatureDetector.needFixClicks) {
const msEdgeScrewer = $('<input/>').appendTo(this.$el).focus();
msEdgeScrewer.remove();
setTimeout(() => msEdgeScrewer.remove(), 0);
}
},

View File

@ -81,7 +81,7 @@ img {
font-weight: 200;
}
body:not(.edge) * {
body:not(.edge) * { // https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12132854/
@include selection(true) {
@include th {
background-color: th(text-selection-bg-color);