Bug 137878

Summary: <input> with -webkit-columns is not properly displayed
Product: WebKit Reporter: Manuel Rego Casasnovas <rego>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Test case to reproduce the issue none

Description Manuel Rego Casasnovas 2014-10-20 05:24:38 PDT
Created attachment 240114 [details]
Test case to reproduce the issue

Just using the following test case, where an <input> has the -webkit-column property applied, causes that the placeholder text and any text you try to write in the input to be painted out of the input itself.

Example HTML:
<style>
input {
    -webkit-columns: 5;
}
</style>
<input placeholder="testing" />
Comment 1 Ahmad Saleem 2023-06-08 17:07:57 PDT
I am not able to reproduce this in Safari Technology Preview 171 and typing anything in input field does not overwrite over Placeholder text and also not writing if you type a lot in text to make text overflow, it does not cause any issue. Similar to Chrome Canary 116.

Do we need to track it or can mark this as "RESOLVED CONFIGURATION CHANGED"?
Comment 2 zalan 2023-06-08 20:13:05 PDT
Yeah, we certainly don't do that for single line text entries anymore.