Open Bug 1912235 Opened 1 month ago Updated 6 days ago

aliexpress.com - Search button is not rendered correctly on the help center page

Categories

(Web Compatibility :: Site Reports, defect, P1)

Firefox 131
Desktop
Windows 10

Tracking

(firefox129 wontfix, firefox130 wontfix, firefox131 fix-optional)

Tracking Status
firefox129 --- wontfix
firefox130 --- wontfix
firefox131 --- fix-optional

People

(Reporter: ctanase, Unassigned)

References

(Depends on 1 open bug, )

Details

(4 keywords)

User Story

platform:windows,mac,linux,android
impact:minor-visual
configuration:general
affects:all
branch:release
diagnosis-team:layout

Attachments

(2 files)

Attached image image.png

Environment:
Operating system: Windows 10
Firefox version: Nightly 131.0a1 (2024-08-07)

Steps to reproduce:

  1. Go to https://helpcenter.aliexpress.com/s/BuyerHelp
  2. Observe the search button.

Expected Behavior:
The search button is rendered correctly.

Actual Behavior:
The search button's height is reduced.

Notes:

  1. Screenshot attached
  2. Reproducible regardless of the ETP status
  3. Reproducible on Firefox Release as well
  4. Not reproducible on Chrome
  5. Issue found during WebCompat team [Top100] websites testing

They're using an icon sprite via CSS, so not an iconfont or anything. Weird.

Severity: -- → S4
User Story: (updated)
Priority: -- → P1

fwiw (since its a webcompat issue)
I can also reproduce the issue on Mac...and as far back as Fx83 on nightly

Marking this fix-optional for 130, since we are getting close to the end of the 130 beta cycle and this has a low severity.

This is a version of bug 1891079.

The search-icon-button here has class="next-btn next-medium next-btn-primary" which gets it this height declaration:

height: calc(100% - 4px);

This element is a child of a table-cell, inside a specified-height table; and Chrome is able to resolve the percent height against the height of the table-cell, whereas Firefox is not. This is due to bug 1891079.

We can hypothetically paper over this with a CSS intervention -- I've confirmed this fixes the issue for me (in a relatively targeted way, targeting just this table-cell inside of the search input):

.SearchBox--searchInput--1v2xRYS .next-input-group-addon { height: 100% }

er, I guess that bug 1891079 is the knowledge-base bug. Bug 1598458 is the platform bug.

Depends on: 1598458
No longer depends on: 1891079
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: