Closed
Bug 1601692
Opened 5 years ago
Closed 5 years ago
Developer tools "Toggle rulers" incorrectly states height x width
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1584020
People
(Reporter: electricfeet, Unassigned)
Details
Attachments
(1 file)
760.44 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
Open Dev Tools on a page select the "Toggle rulers for the page" toggle (an angled ruler in the top right). (If it is not available, ensure that it has been checked in settings.)
Actual results:
The rulers are displayed, together with an overlay, showing height x width (for example: "774px x 1514px").
Expected results:
The measurement should show width x height (not height x width):
- Because W x H is the standard in web design;
- Because Dev Tools needs to be self-consistent -- for example, the responsive design mode toggle correctly shows W x H (375px x 667px for an iPhone 6/7/8 in portrait).
Comment 1•5 years ago
|
||
Thanks for reporting this issue. It turns out this was also reported in bug 1584020 which was fixed in Firefox 71. So if you just update Firefox, you will get the fix.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•4 years ago
|
Component: Inspector: Highlighters → Inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•