Open Bug 1810279 Opened 2 years ago Updated 2 years ago

Product text and image overlaps until resize browser width

Categories

(Core :: Layout, defect)

Desktop
Windows 10
defect

Tracking

()

Tracking Status
firefox-esr102 --- wontfix
firefox109 --- wontfix
firefox110 --- wontfix
firefox111 --- affected

People

(Reporter: alice0775, Unassigned)

Details

(Keywords: nightly-community, parity-chrome, parity-edge)

Attachments

(1 file)

Steps to reproduce:

  1. Open https://www.sanwa.co.jp/product/peripheral/speaker/index.html
  2. Turn on one of check-mark, so that a narrowed-down of products will be displayed

Actual results:
Text and Image overlaps.
See attached screenshot.

If the browser width is resized(narrowed by about half and then restored), it will display correctly.

Chrome works fine.

Expected results:
The narrowed-down of products should display properly without such glitches.

Component: Layout → Desktop
Product: Core → Web Compatibility

.fixHeightChild {
height: auto !important;
}

Component: Desktop → Layout
Product: Web Compatibility → Core

So the div under #result-area uses display: table. Seems like perhaps there is some sort of workaround to force layout changes as the comment indicates. Namely, .fixHeight for div.table and .fixHeightChild get added.
Problem is that after narrowing down the category, div.td has an inline style of height: 0;. As soon as the window is resized, this changes to the "correct" value.
So.. whatever triggers the workaround must not trigger on FF.

Severity: -- → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: