Skip to content
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

Exception while typing stuff randomly into a TextField #35068

Closed
marcglasberg opened this issue Jun 25, 2019 · 3 comments
Closed

Exception while typing stuff randomly into a TextField #35068

marcglasberg opened this issue Jun 25, 2019 · 3 comments
Labels
f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.

Comments

@marcglasberg
Copy link

This exception was thrown while I was typing stuff randomly into a TextField:

I/flutter ( 3891): ══╡ EXCEPTION CAUGHT BY SERVICES LIBRARY ╞══════════════════════════════════════════════════════════
I/flutter ( 3891): The following NoSuchMethodError was thrown during a platform message callback:
I/flutter ( 3891): The getter 'length' was called on null.
I/flutter ( 3891): Receiver: null
I/flutter ( 3891): Tried calling: length
I/flutter ( 3891): 
I/flutter ( 3891): When the exception was thrown, this was the stack:
I/flutter ( 3891): #0      Object.noSuchMethod (dart:core-patch/object_patch.dart:50:5)
I/flutter ( 3891): #1      RenderEditable._handleHorizontalArrows (package:flutter/src/rendering/editable.dart:431:49)
I/flutter ( 3891): #2      RenderEditable._handleKeyEvent (package:flutter/src/rendering/editable.dart:400:19)
I/flutter ( 3891): #3      RawKeyboard._handleKeyEvent (package:flutter/src/services/raw_keyboard.dart:494:17)
I/flutter ( 3891): <asynchronous suspension>
I/flutter ( 3891): #4      BasicMessageChannel.setMessageHandler.<anonymous closure> (package:flutter/src/services/platform_channel.dart:65:49)
I/flutter ( 3891): <asynchronous suspension>
I/flutter ( 3891): #5      BinaryMessages.handlePlatformMessage (package:flutter/src/services/platform_messages.dart:76:33)
I/flutter ( 3891): <asynchronous suspension>
I/flutter ( 3891): #6      _invoke3.<anonymous closure> (dart:ui/hooks.dart:263:15)
I/flutter ( 3891): #10     _invoke3 (dart:ui/hooks.dart:262:10)
I/flutter ( 3891): #11     _dispatchPlatformMessage (dart:ui/hooks.dart:136:5)
I/flutter ( 3891): (elided 3 frames from package dart:async)
I/flutter ( 3891): ════════════════════════════════════════════════════════════════════════════════════════════════════

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.5.4-hotfix.2, on Microsoft Windows [Version 10.0.17763.557], locale pt-BR)

[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[√] Android Studio (version 3.2)
[√] IntelliJ IDEA Ultimate Edition (version 2018.3)
[√] IntelliJ IDEA Ultimate Edition (version 2019.1)
[√] Connected device (1 available)

• No issues found!

@HansMuller HansMuller added f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. labels Jun 26, 2019
@TahaTesser
Copy link
Member

Hi @marcglasberg
Are you still experiencing this issue with latest stable?
can you please provide your flutter doctor -v and flutter run --verbose? Also, to better address the issue, would be helpful if you could post a minimal code sample to reproduce the problem Thank you
Thank you

@TahaTesser TahaTesser added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Apr 3, 2020
@marcglasberg
Copy link
Author

@TahaTesser No, I'm not. I'll close this. And reopen if I see it again. Thanks.

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Apr 3, 2020
@lock
Copy link

lock bot commented Apr 18, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@lock lock bot locked and limited conversation to collaborators Apr 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

No branches or pull requests

3 participants