mask_text_input_formatter icon indicating copy to clipboard operation
mask_text_input_formatter copied to clipboard

Composing region changed by the framework. restarting the input method.

Open edsonboldrini opened this issue 3 years ago • 5 comments

I always used to use this package like this:

image

Recently I update my flutter from 1.22.6 to 2.5.3 and migrate to null safety.

Now this annoying behavior happens to me using this formatter above:

https://user-images.githubusercontent.com/31242886/143131001-e780c12b-c361-442d-b75b-a0a30a9ef874.mp4

Every time I type a number the keyboard turns back to letters, and the console look like this:

I/TextInputPlugin(16562): Composing region changed by the framework. Restarting the input method.
W/IInputConnectionWrapper(16562): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper(16562): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(16562): getTextAfterCursor on inactive InputConnection
W/IInputConnectionWrapper(16562): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper(16562): endBatchEdit on inactive InputConnection

Can anybody help me?

edsonboldrini avatar Nov 23 '21 21:11 edsonboldrini

Same Issue. Very annoying.

AndreyWV avatar Mar 03 '22 10:03 AndreyWV

is it just log or really a problem?

mrSingh007 avatar Apr 12 '22 18:04 mrSingh007

is it just log or really a problem?

It's not just a log there is a bug too, every character type the keyboard reset to the letters keyboard

edsonboldrini avatar Apr 23 '22 02:04 edsonboldrini

solution?

08priyank28 avatar Jun 25 '22 06:06 08priyank28

I always used to use this package like this:

image

Recently I update my flutter from 1.22.6 to 2.5.3 and migrate to null safety.

Now this annoying behavior happens to me using this formatter above:

video_2021-11-23_18-20-32.mp4 Every time I type a number the keyboard turns back to letters, and the console look like this:

I/TextInputPlugin(16562): Composing region changed by the framework. Restarting the input method.
W/IInputConnectionWrapper(16562): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper(16562): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(16562): getTextAfterCursor on inactive InputConnection
W/IInputConnectionWrapper(16562): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper(16562): endBatchEdit on inactive InputConnection

Can anybody help me?

have u found any solution?

08priyank28 avatar Jun 25 '22 06:06 08priyank28

Because of Gboard Text Correction, you can disable it all to avoid that in Gboard Settings...

Screenshot_1669368288

Mixron469 avatar Nov 25 '22 09:11 Mixron469

have anyone found any solution?

maharun0 avatar Jul 19 '23 17:07 maharun0

keyboardType: TextInputType.visiblePassword

vlastachu avatar Aug 30 '23 12:08 vlastachu