Bug 22581 - [Transforms] Caps lock indicator in transformed password field fails to draw
Summary: [Transforms] Caps lock indicator in transformed password field fails to draw
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-01 17:08 PST by Simon Fraser (smfr)
Modified: 2008-12-01 21:01 PST (History)
0 users

See Also:


Attachments
Patch, changelog. (1.63 KB, patch)
2008-12-01 20:23 PST, Simon Fraser (smfr)
mitz: review+
Details | Formatted Diff | Diff
Testcase (583 bytes, text/html)
2008-12-01 20:24 PST, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2008-12-01 17:08:53 PST
The caps lock indicator in transformed password field fails to draw correctly, because it's drawn using absoluteContentBox().
Comment 1 Simon Fraser (smfr) 2008-12-01 20:23:37 PST
Created attachment 25654 [details]
Patch, changelog.

I don't think a LayoutTest is possible; there's no way to simulate Caps Lock from a test.
Comment 2 Simon Fraser (smfr) 2008-12-01 20:24:17 PST
Created attachment 25655 [details]
Testcase
Comment 3 Simon Fraser (smfr) 2008-12-01 21:01:20 PST
Committed r38893
	M	WebCore/ChangeLog
	M	WebCore/rendering/RenderTextControl.cpp
r38893 = dcb0b1648abed960a4378d32b11332fddd00992a (trunk)