Closed
Bug 1658810
Opened 5 years ago
Closed 5 years ago
DevTools Ruler dimensions are displayed in reverse order
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1584020
People
(Reporter: registration, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
- Open DevTools Settings, enable Ruler.
- Make the window a rectangle.
- Observe that the ruler option displays the dimensions as
a x b
. - Realize that for some reason it's being displayed as
height x width
.
Actual results:
Dimensions displayed in unexpected order.
Expected results:
I expected width x height
and while I figured it out fairly quickly,
Reporter | ||
Comment 1•5 years ago
|
||
d-oh! apparently this was resolved for v71 🤦♂️
Reporter | ||
Updated•5 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Updated•5 years ago
|
Component: Untriaged → Measuring Tool
Product: Firefox → DevTools
Resolution: INVALID → DUPLICATE
Assignee | ||
Updated•5 years ago
|
Component: Inspector: Highlighters → Inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•