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)

Desktop
Windows 10

Tracking

(Webcompat Score:8, Webcompat Priority:P1, firefox144 affected, firefox145 affected, firefox146 affected)

Webcompat Score 8
Webcompat Priority P1
Tracking Status
firefox144 --- affected
firefox145 --- affected
firefox146 --- affected

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:

  1. Access: https://www.lovisa.com.au/collections/hair-accessories
  2. 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

Attached video UI glitch
Attached video lovisa Chrome.mp4

Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.

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;
}
User Story: (updated)
Webcompat Score: --- → 1
See Also: → 1985980
Severity: -- → S2
User Story: (updated)
Webcompat Priority: --- → P1
Webcompat Score: 1 → 9
Priority: -- → P1
Webcompat Score: 9 → 8

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)

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: