-
Notifications
You must be signed in to change notification settings - Fork 858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mobile] Exception thrown ("targetChild should not be null") when deleting highlighted text #348
Comments
@li3317 could you take a look please? |
Error log
════════ Exception caught by widgets library ═══════════════════════════════════
The following message was thrown building _TextSelectionHandleOverlay(dirty, dependencies: [_InheritedTheme, _EffectiveTickerMode, _LocalizationsScope-[GlobalKey#2e061]], state: _TextSelectionHandleOverlayState#e2c98(ticker inactive)):
targetChild should not be null
|
Just want to confirm that I have the same exception My logs
|
Happening in iOS physical deviceError Log:
|
Another way of how I solved the problem was by removing placeholder! |
I can confirm this happens when adding a |
I encountered this error when I added
Exception log:``` ======= Exception caught by rendering library ========== The following message was thrown during paint(): targetChild should not be nullThe relevant error-causing widget was:
|
This error happens on the Web too, when the Any workaround to get rid of this exception without removing the placeholder text? It is very useful and I don't want to remove it. |
Any solutions? I meet the same issue |
meet the same issue with placeholder |
1 similar comment
meet the same issue with placeholder |
I face this problem too when adding placeholder |
Hi guys, |
I did the next fix |
Please submit a PR |
Environment:
Repro steps:
targetChild should not be null
exception as per belowAppreciate the awesome library and the work you do on it, thank you!
The text was updated successfully, but these errors were encountered: