Bug 8018
| Summary: | WIN32: WebCore should support input controls and forms | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Justin Haygood <jhaygood> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-webkit, ian, webkit |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | PC | ||
| OS: | Windows Server 2003 | ||
| Bug Depends on: | |||
| Bug Blocks: | 3356 | ||
Justin Haygood
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)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Justin Haygood
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