Bug 117747 - REGRESSION(r147602): Search text field doesn't render selection when it has some :focus rules
Summary: REGRESSION(r147602): Search text field doesn't render selection when it has s...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: BlinkMergeCandidate
Depends on: 113845
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-18 12:08 PDT by Ryosuke Niwa
Modified: 2013-06-18 14:25 PDT (History)
7 users (show)

See Also:


Attachments
Patch (3.92 KB, patch)
2013-06-18 13:28 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-06-18 12:08:18 PDT
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>
Comment 1 Ryosuke Niwa 2013-06-18 13:28:38 PDT
Created attachment 204936 [details]
Patch
Comment 2 Kent Tamura 2013-06-18 13:51:28 PDT
Comment on attachment 204936 [details]
Patch

ok
Comment 3 WebKit Commit Bot 2013-06-18 14:24:11 PDT
The commit-queue encountered the following flaky tests while processing attachment 204936 [details]:

media/track/media-element-enqueue-event-crash.html bug 117756 (author: eric.carlson@apple.com)
The commit-queue is continuing to process your patch.
Comment 4 WebKit Commit Bot 2013-06-18 14:25:29 PDT
Comment on attachment 204936 [details]
Patch

Clearing flags on attachment: 204936

Committed r151695: <http://trac.webkit.org/changeset/151695>
Comment 5 WebKit Commit Bot 2013-06-18 14:25:31 PDT
All reviewed patches have been landed.  Closing bug.