Bug 10577
Summary: | REGRESSION: Password: Add caps lock icon to new password field | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adele Peterson <adele> |
Component: | Forms | Assignee: | Adele Peterson <adele> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap |
Priority: | P1 | Keywords: | InRadar, Regression |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Adele Peterson
Add caps lock icon to new password field
Maybe this can be done with a background image. Or maybe we can have the theme draw it over the background.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
*** Bug 14963 has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
<rdar://problem/5408845>
Eric Seidel (no email)
This isn't very useful to Bugzilla since open source contributers can't really solve this. Even if we used a background image, we can't add the "capslock image" to webkit svn. Probably the correct solution is to augment wkDrawBezeledTextFieldCell to know how to draw the capslock image as well.
Adele Peterson
i think its fine to leave this in bugzilla. I have a patch that draws the image w/ CG code in RenderTheme.
Adele Peterson
Committed revision 27264.