WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
100555
giving textarea elements a background-color and a color causes the border to be the color of the text
https://bugs.webkit.org/show_bug.cgi?id=100555
Summary
giving textarea elements a background-color and a color causes the border to ...
bryan
Reported
2012-10-26 13:04:48 PDT
When a <textarea> element is given both a color and background-color the border of the textarea becomes that of the color property. Removing either property or setting the background-color to #fff will cause the border to return to normal. For a demonstration: <html> <body> <textarea style="background: #eee;color: #f00">test</textarea> </body> </html> tested on Chrome 22.0.1229.94 and Safari 5.1.7 on Windows 7.
Attachments
All browsers differs from each other
(770.24 KB, image/png)
2022-07-24 08:28 PDT
,
Ahmad Saleem
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2022-07-24 08:28:02 PDT
Created
attachment 461177
[details]
All browsers differs from each other I am unable to reproduce this issue in Safari 15.6 on macOS 12.5, I changed the test case into two: Link -
https://jsfiddle.net/jkf2e3mb/show
(Same Code as
Comment 0
) Link -
https://jsfiddle.net/nc3pajvz/show
(Changed the background color to 'greenish') Link -
https://jsfiddle.net/yq2rjbnw/1/show
(Changed text color & background both reverse to above) As can been seen from above screenshot, I am unable to make border color change bleed into other color even with pronounced test cases (I did). I think this can be marked as "RESOLVED WONTFIX" or "RESOLVED INVALID" unless if I am testing incorrectly, in that case, please ignore my comment and retest accordingly. Thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug