Open
Bug 1427678
Opened 6 years ago
Updated 1 year ago
Scrollbars are covering part of a box when scrolling with a trackpad on a touch screen enabled laptop
Categories
(Core :: Layout: Block and Inline, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: karlcow, Unassigned)
References
()
Details
(Whiteboard: [webcompat] )
This is a spin off of webcompat bug https://webcompat.com/issues/3874 This is very specific to touch screen and Firefox on Windows. To reproduce on macOS, you need to 1. Set your system settings to always show scrollbars. 2. Activate in Firefox the dom.w3c_touch_events.enabled to 1 3. go to http://www.espn.com/ 4. Scroll with the trackpad the top ribbon with the scores. You will see that the scrollbar is covering the scores. It seems that Chrome does not. Though I'm not sure what is the right resolution for this one.
Flags: webcompat?
![]() |
Reporter | |
Updated•6 years ago
|
See Also: → https://webcompat.com/issues/3874
Confirmed this happens to me on espn.com in FF58 on Win10. To make matters stranger, it seems like the issue goes away when I reload the page.
Comment 4•5 years ago
|
||
I noticed that the element "leagues" gets "overflow-x: auto;" on the first load (when the scrollbar appears), and "overflow-x: hidden;" on subsequent loads (when there is no scrollbar, but the element isn't mouse or touch scrollable). On Chrome it only gets "overflow-x: auto", consistently, and there is: #leagues::-webkit-scrollbar { display: none; } which explains why there's no visible scrollbar. I wonder if ESPN's browser detection isn't working right on the first load.
Comment 5•5 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Webcompat Priority: --- → ?
Comment 6•5 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Updated•4 years ago
|
Webcompat Priority: ? → ---
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•