SVG attribute values should not be zoomed
Categories
(Core :: SVG, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox127 | --- | unaffected |
firefox128 | --- | fixed |
firefox129 | --- | fixed |
People
(Reporter: pdr, Assigned: longsonr)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
605 bytes,
text/html
|
Details | |
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Steps to reproduce:
Gecko recently implemented the CSS zoom property (https://bugzilla.mozilla.org/show_bug.cgi?id=390936), but zoom is incorrectly reflected in SVG attribute values. Like computed style, zoom should not be reflected in SVG attributes. One reason for this is to support round-tripping.
Actual results:
The attached testcase displays:
svg width attribute value: 200
rect width attribute value: 50
Expected results:
The attached testcase should display (chromium, webkit):
svg width attribute value: 100
rect width attribute value: 25
Comment 1•5 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::SVG' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•5 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Comment 2•5 months ago
|
||
Set release status flags based on info from the regressing bug 1899695
:emilio, since you are the author of the regressor, bug 1899695, could you take a look?
For more information, please visit BugBot documentation.
Comment hidden (obsolete) |
Assignee | ||
Comment 4•5 months ago
|
||
Comment 5•5 months ago
|
||
Seems robert is on it, thanks!
Assignee | ||
Comment 6•5 months ago
|
||
Comment 9•5 months ago
|
||
Backed out as requested for causing android failures.
Assignee | ||
Comment 11•5 months ago
|
||
Comment 12•5 months ago
|
||
Comment 13•5 months ago
|
||
bugherder |
Comment 16•5 months ago
|
||
The patch landed in nightly and beta is affected.
:longsonr, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox128
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 17•5 months ago
|
||
Comment on attachment 9408459 [details]
Bug 1903352 - SVG attribute values should not be zoomed r=emilio
Beta/Release Uplift Approval Request
- User impact if declined: SVG DOM does not work correctly in the presence of CSS zoom
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce: There's a testcase in this bug
- List of other uplifts needed: None
- Risk to taking this patch: Medium
- Why is the change risky/not risky? (and alternatives if risky): We seem to have had quite a few problems with csszoom regressions with websites assuming things they shouldn't.
- String changes made/needed: none
- Is Android affected?: Yes
Comment 18•5 months ago
|
||
Comment on attachment 9408459 [details]
Bug 1903352 - SVG attribute values should not be zoomed r=emilio
Approved for 128.0b7.
Updated•5 months ago
|
Comment 19•5 months ago
|
||
uplift |
Description
•