Bug 8018 - WIN32: WebCore should support input controls and forms
Summary: WIN32: WebCore should support input controls and forms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: PC Windows Server 2003
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 3356
  Show dependency treegraph
 
Reported: 2006-03-27 17:43 PST by Justin Haygood
Modified: 2007-07-04 22:48 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Haygood 2006-03-27 17:43:53 PST
This will probably be a 3 fold fix:

1. getting native controls
2. hooking them up to cairo for rendering
3. hooking it up to WinInet (or whatever we replace it with)
Comment 1 Justin Haygood 2006-04-01 20:10:47 PST
Update: input type="text" and input type="button" works for the most part, thanks to the NSView less input controls.

Once other controls come online with NSView-less controls, even more things should work