0
Files
src/ui
chinsenj ccab423f0e cros: Fix translucent selection background rendering for Textfield.
Currently if a Textfield has a translucent background, the contents of
the textfield contains spaces and a user makes a selection, some areas
are drawn over multiple times making them slightly more opaque.

This CL merges overlapping selection regions when the selection's
background is translucent to fix this bug.

Test: manual + added test
Change-Id: Ic222ab0fba9e2a36f43851620313308057c60bed
Fixed: 1134440
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460953
Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org>
Reviewed-by: Michael Wasserman <msw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817259}
2020-10-14 23:46:05 +00:00
..
2020-10-07 17:36:13 +00:00
2020-10-07 17:36:13 +00:00

This directory contains UI frameworks used to build various user interface features. This directory it not intended to contain UI features (such as a keyboard).