Bug 42996 - <input> placeholder text not getting clipped
Summary: <input> placeholder text not getting clipped
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2010-07-26 13:50 PDT by Joseph Pecoraro
Modified: 2013-01-28 12:19 PST (History)
2 users (show)

See Also:


Attachments
[TEST] Reduction (636 bytes, text/html)
2010-07-26 13:50 PDT, Joseph Pecoraro
no flags Details
[TEST] Reduction with <input type="search"> on the bottom. (933 bytes, text/html)
2010-07-30 18:08 PDT, Joseph Pecoraro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2010-07-26 13:50:20 PDT
Created attachment 62602 [details]
[TEST] Reduction

When dynamically setting an <input>'s placeholder text, or after user interaction
causing the placeholder text to show again, the placeholder text is not clipped.
See attached reduction.
Comment 1 Joseph Pecoraro 2010-07-26 13:52:46 PDT
Similar to bug 41387.
Comment 2 Joseph Pecoraro 2010-07-30 18:08:14 PDT
Created attachment 63131 [details]
[TEST] Reduction with <input type="search"> on the bottom.

<input type="search"> has slightly different behavior. So attaching another reduction.
Comment 3 Robert Hogan 2013-01-28 12:16:13 PST
Looks to me like this is fixed.
Comment 4 Joseph Pecoraro 2013-01-28 12:19:49 PST
Yep, this looks fixed to me too! Closing, thanks!