[Webkit-unassigned] [Bug 117747] New: REGRESSION(r147602): Search text field doesn't render selection when it has some :focus rules
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 18 12:09:40 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117747
Summary: REGRESSION(r147602): Search text field doesn't render
selection when it has some :focus rules
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: tkent at chromium.org, jonlee at apple.com
Depends on: 113845
Merge https://chromium.googlesource.com/chromium/blink/+/7ff656c8239ce3b125246abcc8b149a603fcff28
With a test case:
<!DOCTYPE html>
<html>
<body>
<style>
input[type="search"]:focus {
border:1px solid #4d90fe;
}
input[type="search"] {
-webkit-appearance: textfield;
}
</style>
<input value="foo bar " type="search">
</body>
</html>
--
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