Bug 27188 - REGRESSION: Textbox not drawn correctly inside relatively positioned inline
Summary: REGRESSION: Textbox not drawn correctly inside relatively positioned inline
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Nobody
URL: http://www.shopthegreatescape.com/
Keywords: HasReduction, InRadar, Regression
Depends on:
Blocks:
 
Reported: 2009-07-11 22:18 PDT by Matt Lilek
Modified: 2009-07-13 16:19 PDT (History)
2 users (show)

See Also:


Attachments
Reduction (149 bytes, text/html)
2009-07-11 22:18 PDT, Matt Lilek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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>