Bug 12871 - Inconsistent type-ahead behavior in popup menus
Summary: Inconsistent type-ahead behavior in popup menus
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2007-02-23 11:11 PST by Alexey Proskuryakov
Modified: 2011-09-14 16:49 PDT (History)
2 users (show)

See Also:


Attachments
test case (677 bytes, text/html)
2007-02-23 11:12 PST, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2007-02-23 11:11:24 PST
Type-ahead for numbers uses different order when using popup buttons and popup menus, see attached test case.

Looks like simple lexicographical order is used is one case, but not in another. Surprisingly, this doesn't appear to be a regression.
Comment 1 Alexey Proskuryakov 2007-02-23 11:12:01 PST
Created attachment 13350 [details]
test case
Comment 2 mitz 2007-02-23 11:46:01 PST
(In reply to comment #0)
> Looks like simple lexicographical order is used is one case, but not in
> another. Surprisingly, this doesn't appear to be a regression.

One is WebCore, the other is AppKit (or perhaps even Carbon; it probably adheres to the collation order selected in System Preferences).
Comment 3 Radar WebKit Bug Importer 2011-09-14 16:49:52 PDT
<rdar://problem/10127345>