Fixes braille textarea output for empty lines
When arrowing by line (up/down) through a text area and encountering a blank line in braille before: - braille would not correctly clear the previous line contents - e.g. "Testing testing one" "Testing testing" would remain displayed even though the caret was on the second (blank) line. after: Arrowing by line results in - blank display - a blinking cursor over the first cell Change-Id: I1cd770644f78c60e2c4cf4d074da5c048aff9e52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2085155 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#746863}
Showing
Please register or sign in to comment