Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
seems to be dup:
li...@google.com <li...@google.com> #3
Fundamentally the issue here is that the selection logic happening in composition depends on the text layout result which is available on measure. So we end up using stale TextLayoutResult which causes the issue.
ap...@google.com <ap...@google.com> #4
This is the same exception as in
an...@google.com <an...@google.com> #5
There is a similar problem regarding Magnifier but I don't think these are directly related. The main cause for this issue is the async relation between TextFieldValue and layoutResult. Magnifier related crashes don't seem to be caused by changes in TextFieldValue or layout.
Description