Closed
Bug 1078993
Opened 11 years ago
Closed 11 years ago
Output numerical object properties in numeric order in element inspector
Categories
(DevTools :: Object Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 967319
People
(Reporter: schavery, Unassigned)
Details
Attachments
(1 file)
|
16.30 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
Build ID: 20140924083558
Steps to reproduce:
In the console section of the element inspector, click on an object that has several unnamed properties, and a sidebar appears where you can expand the object properties.
Actual results:
The (numbered) properties appear in alphabetical order, rather than lexicographic ordering, ie 0, 1, 10, 100, 101, 102, ... 109, 11, 110, 111, ....
Expected results:
Lexicographic ordering, ie, 1, 2, 3, 4, ... 10, ... 100, ....
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Component: Developer Tools: Console → Developer Tools: Object Inspector
Resolution: --- → DUPLICATE
Summary: Output numerical object properties in lexicographic order in element inspector → Output numerical object properties in numeric order in element inspector
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•