From ac4524cf9b152e1a72db051d6f802f016a17153d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 27 Nov 2014 13:35:03 +0100 Subject: [PATCH] Firefox: Workaround for Firefox bug, casued input text fields to not be selectable and not have placeable cursor, Fixes #1123 --- CHANGELOG.md | 1 + src/app/partials/dashboard.html | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aab7128900a..555d0ebe89d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - [Issue #1114](https://github.com/grafana/grafana/issues/1114). Graphite: Lexer fix, allow equal sign (=) in metric paths - [Issue #1136](https://github.com/grafana/grafana/issues/1136). Graph: Fix to legend value Max and negative values - [Issue #1150](https://github.com/grafana/grafana/issues/1150). SinglestatPanel: Fixed absolute drilldown link issue +- [Issue #1123](https://github.com/grafana/grafana/issues/1123). Firefox: Workaround for Firefox bug, casued input text fields to not be selectable and not have placeable cursor # 1.9.0-rc1 (2014-11-17) diff --git a/src/app/partials/dashboard.html b/src/app/partials/dashboard.html index 3c85eeafbfc..7f78e18f7f4 100644 --- a/src/app/partials/dashboard.html +++ b/src/app/partials/dashboard.html @@ -78,13 +78,12 @@
- +
-