Skip to content
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

Kiosk mode: now showing scroll bars (vertical) - did not on v11-preview nor 10.4.3 and earlier #88035

Closed
bob454522 opened this issue May 18, 2024 · 1 comment

Comments

@bob454522
Copy link
Contributor

bob454522 commented May 18, 2024

What happened?

I have several screens (monitors) that are always showing various grafana dashboards in full screen, kiosk mode (24/7).

i know vertical scroll bars were not shown when i was on v11-preview or prior 10.4.x versions. (they just started as of update to v11.0)

(note all are showing scroll bars as of update to v11)

i searched around and could not find any info on this , or how to fix it (ie if its a new feature flag or similar for version 11).

I have tried clearing browser cache and cookies of the various browsers/systems i use for display, but issue still persists. (is also true on my main desktop, win11 with firefox 125.0.3)

here is example of the URL im using on these display only screens / windows10 PCs (or in some cases RasPI's running raspbian)
http://172.x.x/d/BmE0nSa7z/c1fbedbd-fbfb-5d92-8670-xx?orgId=1&refresh=30s&theme=dark&kiosk

thanks

example:
image

What did you expect to happen?

no vertical scroll bars when in kiosk mode (as was the case on prior versions of grafana)

Did this work before?

yes , on all versions prior to 11.0 release (if you were in kiosk mode)

How do we reproduce it?

(see above pls)

Is the bug inside a dashboard panel?

No response

Environment (with versions)?

Grafana: 11.0 (release)
OS: Debian
Browser: Various

Grafana platform?

A downloaded binary

Datasource(s)?

multiple

@bob454522
Copy link
Contributor Author

bob454522 commented May 18, 2024

Awesome! this was added as a feature flag! (so can be disabled / fixed):

betterPageScrolling = false

(adding above into grafana.ini under the feature flags section, plus a restart of Grafana Server and Apache fixes it, as the default is enabled on version 11)

from change log:
Page: Use browser native scrollbars for the main page content. #82919, @joshhunt

( i do hope that this Feature flag will not be removed in the future)

more info:
#82919

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant