[Webkit-unassigned] [Bug 27329] Inspector: Properties Should be Sorted more Naturally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 09:35:33 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27329


Joseph Pecoraro <joepeck02 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32873|0                           |1
        is obsolete|                            |
  Attachment #32879|                            |review?
               Flag|                            |




--- Comment #12 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-07-16 09:35:32 PDT ---
Created an attachment (id=32879)
 --> (https://bugs.webkit.org/attachment.cgi?id=32879)
Sort is Applied Correctly, only When Displaying

This only applies the sort when needed in the ObjectPropertiesSection. 
Typeahead/Autocompletion uses the default sort().
Both test cases pass:

> obj={a:[0,1,2,3,4,5,6,7,8,9,10,11,12]};
> obj
...

> obj = {'0':0,'00':0,'000':0,'01':0,'1':0,'2':0,'02':0,'001':0,'002':0};
> obj
...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list