birnihigo / hackerskeyboard

Automatically exported from code.google.com/p/hackerskeyboard
0 stars 0 forks source link

Word gets duplicated when changing orientation #411

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open any activity with an EditText widget in it.
   Example:
   Open "ES File Explorer".
   Create new file in current directory.
   Name it "a.txt".
   Open this file with "ES Note Editor".
   Select "Edit" from menu.
2. Tap the EditText field and type a single, short sequence of letters.
   Example:
   Type "abht" by tapping the corresponding keys.
3. Press the back button on the device.
4. Rotate the device to landscape orientation.

What is the expected behavior?
The same text is shown in the field.

What do you see instead?
The sequence of letters appears twice in the field. (Example: "abhtabht")

What version of Hacker's Keyboard are you using, for example "1.37"? (See
"Debug" section at the bottom of the app's Settings menu.)
1.37.1419

On what phone or tablet?
On Samsung Galaxy S4 GT-i9500, and on Samsung Galaxy S2 GT-i9100.

If applicable, does this affect the 4-row or 5-row layout, or both? Which
language(s)?
Tested to affect 4-row layout. 5-row not tested.
Tested to affect English. Others not tested.

Please provide any additional information below.
Does not occur with stock android keyboard or with Samsung keyboard.
Tested when switching from portrait to landscape. Other way not tested.

Original issue reported on code.google.com by wiz3...@gmail.com on 11 Apr 2014 at 10:35