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

Scroll in Devtools Does not work in Firefox browser #34230

Closed
safwanrahman opened this issue Mar 31, 2019 · 12 comments
Closed

Scroll in Devtools Does not work in Firefox browser #34230

safwanrahman opened this issue Mar 31, 2019 · 12 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools Project:Accessibility Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more WCAG AA

Comments

@safwanrahman
Copy link

Steps to reproduce (assumes ChromeVox or similar)

  1. Go to the Devtools Menu from Firefox
  2. Add many query in the console
  3. Try to scroll using trackpad or mouse

ezgif com-video-to-gif

Actual Result

  1. It does not scroll to down

Expected Result

  1. I should be able to scroll in Firefox. In chrome, I can scroll, its not working in Firefox

Meta Issue

Kibana Version: 6.7.0

Relevant WCAG Criteria: [#.#.# WCAG Criterion](link to https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0)

@safwanrahman safwanrahman changed the title (Accessibility) Scroll in Devtools Does not work in Firefox browser Scroll in Devtools Does not work in Firefox browser Mar 31, 2019
@nickpeihl nickpeihl added the Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. label Apr 2, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-design

@snide snide added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Apr 2, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui

@cchaos
Copy link
Contributor

cchaos commented Apr 2, 2019

I would say this is the fault of Ace/Brace as it's handling the overflow.

@rayafratkina rayafratkina added bug Fixes for quality problems that affect the customer experience WCAG AA labels Apr 4, 2019
@cjcenizal cjcenizal added Feature:Console Dev Tools Console Feature Feature:Dev Tools labels May 8, 2019
@cchaos cchaos removed the Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. label Jul 2, 2019
@cjcenizal
Copy link
Contributor

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.

@deMD
Copy link

deMD commented May 18, 2022

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 :(

@cjcenizal
Copy link
Contributor

@deMD Thanks for re-raising this. Which version of Elastic are you using?

@deMD
Copy link

deMD commented May 19, 2022

Hi, I am currently running on v 8.1.0 and on v 7.17.1 who both have the same issue.

@cjcenizal
Copy link
Contributor

Thanks, I'll reopen this.

@cjcenizal cjcenizal reopened this May 19, 2022
@matteocontrini
Copy link

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.

@ceeeekay
Copy link

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
MacOS Ventura 13.1
MB Air M2
ES/Kibana 8.6.2

@Damien-Renier
Copy link

Hi all,
I face the same issue with Firefox 121 and Kibana 8.1
I decreased the annoyance of my problem by creating a new bookmark in FireFox.

I noticed that putting the cursor on the 20px DIV on the left of the scrollbar will allow me to scroll.
The bookmark below executes JS code to set the width from 20px to 200px and that increases the part of the screen my cursor must be in to scroll.

I edited the URL and replaced it with:

javascript:(
function(){
document.getElementsByClassName("ace_scrollbar ace_scrollbar-v")[0].setAttribute("style", 'width: 200px !important;');
document.getElementsByClassName("ace_scrollbar ace_scrollbar-v")[1].setAttribute("style", 'width: 200px !important;');
}
)();

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

@yuliacech
Copy link
Contributor

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

@yuliacech yuliacech closed this as not planned Won't fix, can't repro, duplicate, stale Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools Project:Accessibility Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more WCAG AA
Projects
None yet
Development

No branches or pull requests