-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Scroll in Devtools Does not work in Firefox browser #34230
Comments
Pinging @elastic/kibana-design |
Pinging @elastic/es-ui |
I would say this is the fault of Ace/Brace as it's handling the overflow. |
I can't reproduce this on master. I think we may have incidentally fixed this with our EUIfication work. If anyone can verify that this is still a problem we can reopen this. |
Most definitely still an issue in Firefox 100.0.1 (64-bit), scroll just stops randomly after some time, sometimes not working at all and sometimes start working again for a bit after manually scrolling. Seems like it losing focus on the element. edit: scroll does seem to work consistently when hovering over the scroll bar, but that bar is pretty narrow so a terrible user experience to have to do that :( |
@deMD Thanks for re-raising this. Which version of Elastic are you using? |
Hi, I am currently running on v 8.1.0 and on v 7.17.1 who both have the same issue. |
Thanks, I'll reopen this. |
I'm also seeing a similar issue on both Firefox and Chrome. Scrolling sometimes gets stuck and then starts working again after a few tries. |
I've been having this problem for the longest time and finally looked it up and found this issue. Scrolling either dev tools pane is extremely sketchy, so much so that I've resigned myself to using the keyboard to pgup/pgdn instead. Occasionally you can get a good few pages of scroll in with the trackpad, other times it will only move a pixel or so and then refuse any further scroll input unless you release the trackpad and try again after a few seconds. Scroll bars don't appear at all when this is happening so it's not even registering that I'm trying to scroll. It "feels" very much like a focus issue but the fact that it will scroll again after a pause makes this seem unlikely. Firefox 111.0 |
Hi all, I noticed that putting the cursor on the 20px DIV on the left of the scrollbar will allow me to scroll. I edited the URL and replaced it with: javascript:( I still have to click on the bookmark everytime I enter the Dev Tools but I find it easier that way than using the keys pgup/pgdn |
Since Console is now migrated to Monaco, I'm closing this issue. If the problem with scrolling persist in Monaco, please feel free to re-open |
Steps to reproduce (assumes ChromeVox or similar)
Actual Result
Expected Result
Meta Issue
Kibana Version: 6.7.0
Relevant WCAG Criteria: [#.#.# WCAG Criterion](link to https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0)
The text was updated successfully, but these errors were encountered: