Open
Bug 1926506
Opened 15 days ago
Updated 15 days ago
www.aliexpress.com - Buttons are not fully visible due to scroll bar
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(firefox131 affected, firefox133 affected)
NEW
People
(Reporter: ctanase, Unassigned)
References
()
Details
(Keywords: webcompat:needs-diagnosis, webcompat:needs-sitepatch, webcompat:site-report, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux impact:significant-visual configuration:general affects:all branch:release diagnosis-team:webcompat
Attachments
(1 file)
411.64 KB,
image/png
|
Details |
Environment:
Operating system: Windows 10
Firefox version: Firefox 131.0/133
Steps to reproduce:
- Go to https://www.aliexpress.com and access the bundle deals or the super deals. (or go directly to https://www.aliexpress.com/gcp/300000512/nnpage2024?spm=a2g0o.home.3fornn.1.650c76dbqSdiLG&disableNav=YES&pha_manifest=ssr&_immersiveMode=true&channelLinkTag=nn_newgcp )
- Observe the buttons below the header.
Expected Behavior:
The buttons are fully visible.
Actual Behavior:
The buttons are not fully visible, scrollbar overlap with them.
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in Firefox Nightly, and Firefox Release
- Does not reproduce in Chrome
Created from https://github.com/webcompat/web-bugs/issues/143067
Reporter | ||
Comment 1•15 days ago
|
||
Reporter | ||
Updated•15 days ago
|
status-firefox131:
--- → affected
status-firefox133:
--- → affected
Comment 2•15 days ago
•
|
||
So, this is odd. It's not -webkit-scrollbar
. Instead,
<div
id="1380005573"
horizontal="true"
showshorizontalscrollindicator="false"
scrolleventthrottle="50"
showsverticalscrollindicator="true"
class="rax-view-v2 rax-scrollview rax-scrollview-horizontal tab_pc_content"
style="box-sizing: border-box; display: flex; flex-direction: row; flex-shrink: 0; align-content: flex-start; border-width: 0vw; border-style: solid; border-color: black; margin: 0vw; padding: 0vw; min-width: 0vw; width: 100%; height: 100%; direction: ltr; overflow: scroll hidden;"
>
and I don't know what showshorizontalscrollindicator="false"
is - maybe that's related, maybe not. This needs diagnosis.
Severity: -- → S4
User Story: (updated)
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•