-
Notifications
You must be signed in to change notification settings - Fork 12.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard: Fixes scrolling issues for Edge browser #17033
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…move arrow functions out of the props
torkelo
changed the title
Fix: Scrolling the dashboards in the Edge browser
Dashboard: Fixes scrolling issues for Edge browser
May 13, 2019
marefr
approved these changes
May 13, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works almost too good in Edge now 😄 This is a major improvement! In Firefox I see no difference.
ryantxu
added a commit
to ryantxu/grafana
that referenced
this pull request
May 14, 2019
* grafana/master: Gauge: Fix switching orientation issue when switching from BarGauge to Gauge (grafana#17064) serverlock: run tests async should be more linear time wise (grafana#17059) InfoPopover: Fixes transclude undefined error (grafana#17063) Dashboard: Fixes lazy loading & expanding collapsed rows on mobile (grafana#17055) fix: Azure Monitor adds missing closing div tag to query editor (grafana#17057) Chore: Use executable dir instead of pwd in CLI for isDev check (grafana#16974) Search: Set element height to 100% to avoid Chrome 74's overflow (grafana#17054) Docs: adds note about removing session storage (grafana#17003) Chore: remove use of `== false` (grafana#17036) Explore: use @grafana/ui legend (grafana#17027) tech: avoid alias for importing models in alerting (grafana#17041) DataSourcePlugin: support custom tabs (grafana#16859) Dashboard: Fixes scrolling issues for Edge browser (grafana#17033) SeriesData: remove color from Field (grafana#17044)
ryantxu
added a commit
to ryantxu/grafana
that referenced
this pull request
May 14, 2019
* grafana/master: Gauge: Fix switching orientation issue when switching from BarGauge to Gauge (grafana#17064) serverlock: run tests async should be more linear time wise (grafana#17059) InfoPopover: Fixes transclude undefined error (grafana#17063) Dashboard: Fixes lazy loading & expanding collapsed rows on mobile (grafana#17055) fix: Azure Monitor adds missing closing div tag to query editor (grafana#17057) Chore: Use executable dir instead of pwd in CLI for isDev check (grafana#16974) Search: Set element height to 100% to avoid Chrome 74's overflow (grafana#17054) Docs: adds note about removing session storage (grafana#17003) Chore: remove use of `== false` (grafana#17036) Explore: use @grafana/ui legend (grafana#17027) tech: avoid alias for importing models in alerting (grafana#17041) DataSourcePlugin: support custom tabs (grafana#16859) Dashboard: Fixes scrolling issues for Edge browser (grafana#17033) SeriesData: remove color from Field (grafana#17044)
ryantxu
added a commit
to ryantxu/grafana
that referenced
this pull request
May 14, 2019
…-grafanaui * grafana/master: Gauge: Fix switching orientation issue when switching from BarGauge to Gauge (grafana#17064) serverlock: run tests async should be more linear time wise (grafana#17059) InfoPopover: Fixes transclude undefined error (grafana#17063) Dashboard: Fixes lazy loading & expanding collapsed rows on mobile (grafana#17055) fix: Azure Monitor adds missing closing div tag to query editor (grafana#17057) Chore: Use executable dir instead of pwd in CLI for isDev check (grafana#16974) Search: Set element height to 100% to avoid Chrome 74's overflow (grafana#17054) Docs: adds note about removing session storage (grafana#17003) Chore: remove use of `== false` (grafana#17036) Explore: use @grafana/ui legend (grafana#17027) tech: avoid alias for importing models in alerting (grafana#17041) DataSourcePlugin: support custom tabs (grafana#16859) Dashboard: Fixes scrolling issues for Edge browser (grafana#17033) SeriesData: remove color from Field (grafana#17044)
ryantxu
added a commit
to ryantxu/grafana
that referenced
this pull request
May 14, 2019
* grafana/master: (33 commits) Panels: Fixed alert icon position in panel header (grafana#17070) GraphPanel: use SeriesData directly (skip legacy transformation) (grafana#17037) Streaming: support streaming in MetricsPanelCtrl (grafana#17034) Gauge: Fix switching orientation issue when switching from BarGauge to Gauge (grafana#17064) serverlock: run tests async should be more linear time wise (grafana#17059) InfoPopover: Fixes transclude undefined error (grafana#17063) Dashboard: Fixes lazy loading & expanding collapsed rows on mobile (grafana#17055) fix: Azure Monitor adds missing closing div tag to query editor (grafana#17057) Chore: Use executable dir instead of pwd in CLI for isDev check (grafana#16974) Search: Set element height to 100% to avoid Chrome 74's overflow (grafana#17054) Docs: adds note about removing session storage (grafana#17003) Chore: remove use of `== false` (grafana#17036) Explore: use @grafana/ui legend (grafana#17027) tech: avoid alias for importing models in alerting (grafana#17041) DataSourcePlugin: support custom tabs (grafana#16859) Dashboard: Fixes scrolling issues for Edge browser (grafana#17033) SeriesData: remove color from Field (grafana#17044) chore: remove x character in explore Dashboard: show refresh button in kiosk mode (grafana#17032) Devenv: Updated gauge test dashboard ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This will fix issue with scrolling the dashboards in MS Edge
Which issue(s) this PR fixes:
Fixes #16796
This can potentially address #16647 as well