Bug 23103 - Safari's auto-fill no longer works for <select> elements
Summary: Safari's auto-fill no longer works for <select> elements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2009-01-04 09:53 PST by Darin Adler
Modified: 2009-01-04 10:25 PST (History)
0 users

See Also:


Attachments
patch (1.41 KB, patch)
2009-01-04 10:19 PST, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2009-01-04 09:53:46 PST
I found some unimplemented code in WebCore that was used for this.
Comment 1 Darin Adler 2009-01-04 10:19:25 PST
Created attachment 26415 [details]
patch
Comment 2 Darin Adler 2009-01-04 10:21:04 PST
<rdar://problem/6472061>
Comment 3 mitz 2009-01-04 10:22:30 PST
Comment on attachment 26415 [details]
patch

r=me!
Comment 4 Darin Adler 2009-01-04 10:25:35 PST
http://trac.webkit.org/changeset/39587

Note, I found this by turning on unused-variable warnings (see bug 23102).