Bug 137878 - <input> with -webkit-columns is not properly displayed
Summary: <input> with -webkit-columns is not properly displayed
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-20 05:24 PDT by Manuel Rego Casasnovas
Modified: 2023-06-08 20:13 PDT (History)
2 users (show)

See Also:


Attachments
Test case to reproduce the issue (103 bytes, text/html)
2014-10-20 05:24 PDT, Manuel Rego Casasnovas
no flags Details

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