Closed
Bug 1531041
Opened 6 years ago
Closed 6 years ago
Home page banner on Qq.com is not resize properly if the width of the browser is reduced
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 390936
People
(Reporter: asoncutean, Unassigned)
References
Details
Attachments
(1 file)
89.02 KB,
image/png
|
Details |
[Affected versions]:
- 65.0.1 (20190211233335)
- 66.0b11 (20190225143245)
- 67.0a1 (2019-02-27)
[Affected platforms]:
- Windows 10 x64
- macOS 10.14
- Ubuntu 18.04 x64
[Steps to reproduce]:
- Go to https://www.qq.com/
- Reduce the browser’s width
- Observe the home page banner
[Expected result]:
- The banner is properly re-adjust.
[Actual result]:
- The banner is not properly re-adjust.
[Regression range]:
- This is not a regression, reproducible way back to Fx 30.0a1.
[Additional Notes]:
- Not reproducible on Chrome or Internet Explorer.
- Triggered only if resizing the browser below 895px.
Comment 1•6 years ago
|
||
The issue is that the site is using the zoom
property to scale down the banner, but this is non-standard and not supported in Firefox; see https://developer.mozilla.org/en-US/docs/Web/CSS/zoom.
Dupe of bug 390936.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Layout → CSS Parsing and Computation
You need to log in
before you can comment on or make changes to this bug.
Description
•