[Webkit-unassigned] [Bug 100555] New: giving textarea elements a background-color and a color causes the border to be the color of the text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 26 13:03:38 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=100555

           Summary: giving textarea elements a background-color and a
                    color causes the border to be the color of the text
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bryan at bryandavis.ca


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list