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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 08:36:28 PDT 2009


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


Joseph Pecoraro <joepeck02 at gmail.com> changed:

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




--- Comment #10 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-07-16 08:36:27 PDT ---
Created an attachment (id=32873)
 --> (https://bugs.webkit.org/attachment.cgi?id=32873)
AlphaNumSort (Like Finder on leading zeros)

Keishi liked Finder's sort the best.  And indeed that is probably the best
performing because it didn't require using any more regular expressions
(although it treats 0 as a special case, which is disappointing but possible to
do without regular expressions in the algorithm).  Give this one a shot.

And if you feel as though "!+chunk" is clearer as "!Number(chunk)" then please
change it.  I actually prefer the former.

-- 
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