Closed Bug 1078993 Opened 10 years ago Closed 10 years ago

Output numerical object properties in numeric order in element inspector

Categories

(DevTools :: Object Inspector, defect)

32 Branch
x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 967319

People

(Reporter: schavery, Unassigned)

Details

Attachments

(1 file)

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, ....
Component: Untriaged → Developer Tools: Console
Status: UNCONFIRMED → RESOLVED
Closed: 10 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
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: