+1 this behavior always seemed strange to me
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
Another screenshot of more localized text selection..
The other case where I think selection gaps are useful is when selecting table cells, especially when editing. Without selection gaps, its difficult to tell the difference between (a) selection that ends at the last character in the cell, and (b) selection that extends into the next cell.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
Do we really want to move away from matching mobile? I think that makes just removing this behavior a deal breaker. Although, like Adam, I'm curious what Chrome UX folks think of this.
There's also some UX issues here that don't just have to do with painting. Without selection gaps, you can't tell if you have a newline or line-wrapping point selected, e.g. the attached case doesn't clearly indicate what is selected. This is particularly problematic when doing editing.
Do we really want to move away from matching mobile? I think that makes just removing this behavior a deal breaker. Although, like Adam, I'm curious what Chrome UX folks think of this
Do we really want to move away from matching mobile? I think that makes just removing this behavior a deal breaker. Although, like Adam, I'm curious what Chrome UX folks think of this.There's also some UX issues here that don't just have to do with painting. Without selection gaps, you can't tell if you have a newline or line-wrapping point selected, e.g. the attached case doesn't clearly indicate what is selected. This is particularly problematic when doing editing.
The other case where I think selection gaps are useful is when selecting table cells, especially when editing. Without selection gaps, its difficult to tell the difference between (a) selection that ends at the last character in the cell, and (b) selection that extends into the next cell.