Status Update
Comments
nj...@google.com <nj...@google.com> #2
possible dup
ap...@google.com <ap...@google.com> #3
coming back to this issue. I see this is because we just cannot really drag handle behind the screen (because the "pointer" of the handle is where we select the text, so the handle need to be out of the screen to select the last letter).
That being said, if being super careful I'm able to select the whole first word even with no padding (sometimes takes a few attempts).
Siyamed, how do you deal with this in the platform text? Frankly, I expect no text to be at the very edge of the screen in the real apps, and since it's possible to select by just raising the selection handle higher (positionning at the line above seelcted the whole line) idk how big the problem is.
Anyway, reassigning to Siyamed to investigate the selection in the platform for clues or ask someone from the text team to do it.
Description
--Update clipPath documentation to refer to Path instead of rounded rectangle
--Update clipRect documentation to have a space between the description for the 'right' parameter
--Update inset docs to indicate that new size/translation is only applied within the provided inline callback
--Update dx/dy parameters in inset method to horizontalInset and verticalInset
--Remove documentation on inset methods indicating that insets are applied to all 4 sides
--Remove documentation on Rect class indicating that Rect can be instantiated via Rect const Offset + const Size
--Remove Rect.join in favor of eexpandToInclude with conditional flag to include empty rectangles
--Create overload for translate(offset) in rect class and deprecate Rect.shift
--Update documentation for bottom property in Rect class