Bug 27188

Summary: REGRESSION: Textbox not drawn correctly inside relatively positioned inline
Product: WebKit Reporter: Matt Lilek <dev+webkit>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: mitz, simon.fraser
Priority: P1 Keywords: HasReduction, InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://www.shopthegreatescape.com/
Attachments:
Description Flags
Reduction none

Description Matt Lilek 2009-07-11 22:18:50 PDT
Created attachment 32624 [details]
Reduction

If a textbox is within a relatively positioned inline element, the text inside beyond the first character is not drawn correctly until some complete repaint of it is caused (focus change, overflow, etc).  If the top/bottom value is enough, nothing will be drawn instead of being only clipped.

Seen in the real world at <http://www.shopthegreatescape.com/> in the "Enter ZIP Code" text box (the top of the text is clipped).

This is a regression from Safari 3.2.3 (tested Safari 4.0.2 and r45758).
Comment 1 Mark Rowe (bdash) 2009-07-12 14:23:25 PDT
<rdar://problem/7052027>