Open
Bug 1455558
Opened 7 years ago
Updated 3 years ago
The highlight of the DevTools Shape Tool is changing shape at zoom at Circle and Ellipse
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(firefox61 affected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | affected |
People
(Reporter: david.olah, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
[Affected versions]:
Nightly 61.0a1
[Affected platforms]:
Platforms: Windows 10 x 64, Windows 7 x 32, Mac OS X 10.12 and Ubuntu 16.04 x64.
[Steps to reproduce]:
1. Go to about:config and set "layout.css.shape-outside.enabled" to true.
2. Go to http://labs.jensimmons.com/2016/examples/shapes-1.html and http://labs.jensimmons.com/2016/examples/shapes-2.html
3. Right click on the image and then click on "Inspect Element".
4. Click (or Ctrl + Click) on the button displayed next to clip-path to toggle the shape tool on
5. Zoom the page in and out
[Expected result]:
- The shape of the highlight remains the same (even if itself zooms with the image)
[Actual result]:
- The shape of the highlight changes
Note: The issue reproduces on Circle and Ellipse only with fixed width. When the width is not fixed, the behaviour is as expecte (the shapes zooms after the shape). On Poligon and Inset it is fixed by: Bug 1450668
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
I'm unable to reproduce. Can you please record a view of the steps?
I added videos of attempting these steps on the mentioned files. In all of them, the tool behaves as expected: the shape outline of the tool follows the shape of the text wrapping. Viewport units don't scale with zoom, both the shape and the image stay constant. Pixels do scale with zoom, both the shape and image scale accordingly.
There is a known bug (Bug 1451684) for circles and ellipses with implicit or explicit radii set to "closest-side" where the radii actually use "farthest-side". This is evident in the slightly misaligned circle shape vs text wrapping in the tomato sample.
Flags: needinfo?(david.olah)
| Reporter | ||
Comment 6•7 years ago
|
||
Sorry Razvan. it looks like i forgot a step between 4. and 5. in Comment 0. There, you should change a bit the shape of the Circle/Ellipse and then execute step 5. here is also a short video to reproduce the issue: https://www.screencast.com/t/9WUeoGkybZO
Flags: needinfo?(david.olah)
Updated•7 years ago
|
Assignee: nobody → rcaliman
Priority: -- → P3
Updated•7 years ago
|
Status: NEW → ASSIGNED
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Assignee: rcaliman → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•