Open
Bug 1998156
Opened 16 days ago
Updated 13 days ago
www.lovisa.com.au - UI glitches appear when scrolling on the page
Categories
(Web Compatibility :: Site Reports, defect, P1)
Tracking
(Webcompat Score:8, Webcompat Priority:P1, firefox144 affected, firefox145 affected, firefox146 affected)
NEW
People
(Reporter: bfarkas, Unassigned)
References
(Depends on 1 open bug, )
Details
(Keywords: webcompat:platform-bug, webcompat:site-report, Whiteboard: [webcompat-source:web-bugs])
User Story
user-impact-score:1000 platform:windows,mac,linux impact:site-broken configuration:general affects:all branch:release diagnosis-team:layout
Attachments
(2 files)
Environment:
Operating system: Windows 10
Firefox version: Firefox 144.0
Steps to reproduce:
- Access: https://www.lovisa.com.au/collections/hair-accessories
- Scroll on the page and observe
Expected Behavior:
Products are displayed correctly when scrolling on the page
Actual Behavior:
UI glitches appear when scrolling on the page
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/186542
| Reporter | ||
Updated•16 days ago
|
status-firefox144:
--- → affected
status-firefox146:
--- → affected
| Reporter | ||
Comment 1•16 days ago
|
||
| Reporter | ||
Comment 2•16 days ago
|
||
Comment 3•16 days ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
status-firefox145:
--- → affected
Comment 4•16 days ago
•
|
||
Adding the following CSS seems to resolve the jumping back issue to the first product images row when mouse hover over the product images.
.collection-sorting{
position: static !important;
}
.small-down--one-whole {
position: relative !important;
}
.collection__filter-actions {
position: static !important;
}
or
.collection-sorting[style*="top"] {
position: fixed !important;
right: 0 !important;
}
Updated•15 days ago
|
User Story: (updated)
Webcompat Score: --- → 1
Updated•15 days ago
|
Severity: -- → S2
User Story: (updated)
Webcompat Priority: --- → P1
Webcompat Score: 1 → 9
Keywords: webcompat:needs-diagnosis
Priority: -- → P1
Updated•14 days ago
|
Webcompat Score: 9 → 8
Comment 5•13 days ago
|
||
This is likely a duplicate of bug 1985980, but I suppose we can keep this separate report open, given they're technically different sites (.co.uk vs. .com.au)
Updated•13 days ago
|
Depends on: 1781297
Keywords: webcompat:needs-diagnosis → webcompat:platform-bug
You need to log in
before you can comment on or make changes to this bug.
Description
•