HeliBoard icon indicating copy to clipboard operation
HeliBoard copied to clipboard

Double Clicking on the sentence first letter

Open variety754 opened this issue 1 year ago • 3 comments

Describe the bug Sometimes, when starting typing in the first letter of the text you're writing, it will double click the letter on for example you'll get "OOf Course!", "TTake out the trash"

To Reproduce Sadly, I was unable to find a way to reproduce it, it just happens sometimes and it's not related to me double tapping the button because that would not make both letters uppercase

Expected behavior 1 letter typed in

App version 1.0 and 1.2

Device (please complete the following information): Xiaomi 11T Pro

Android 13

Additional context I did testing only on russian layout and I'm not sure if the issue appears in other languages, so I'm sorry about the little testing I was able to do.

variety754 avatar Apr 08 '24 15:04 variety754

I have a very similar issue when typing on a website called wanikani. When typing on that website, text is automatically converted from romaji (latin alphabet) to japanese hiragana (see the duplicated first character in the first screenshots). Sometimes the first letter is duplicated. I also couldn't find a way to consistently reproduce it.

  • samsung or google keyboard do not have that issue
  • it seems related to the speed at which one types. It seems to happen less if I type slowly.
  • I tried disabling auto capitalisation, no change
  • I don't have the issue on any other website, so I'm not 100% sure my issue is related to this issue.

Screenshot_20240411_202400_Firefox Nightly Screenshot_20240411_202412_Firefox Nightly

starkgate avatar Apr 11 '24 18:04 starkgate

I have realized that it's only happening in Telegram for me, so I guess only specific input fields trigger that issue. How interesting!

ghost avatar Apr 20 '24 22:04 ghost

Interesting. Here's the HTML code related to the text field on the website I mentioned:

<form data-quiz-input-target="form" autocomplete="off">
        <input class="quiz-input__input" autocomplete="off" autocapitalize="none" autocorrect="off" spellcheck="false" id="user-response" name="user-response" placeholder="答え" type="text" data-quiz-input-target="input" autofocus="" enabled="true" data-wanakana-id="17137703987021" lang="ja" data-previous-attributes="{&quot;data-wanakana-id&quot;:null,&quot;lang&quot;:null,&quot;autoCapitalize&quot;:&quot;none&quot;,&quot;autoCorrect&quot;:&quot;off&quot;,&quot;autoComplete&quot;:&quot;off&quot;,&quot;spellCheck&quot;:&quot;false&quot;}" data-wanakana-bound="true">
        </input>
</form>

starkgate avatar Apr 22 '24 07:04 starkgate

@variety754 Can I suggest renaming the issue to something like "Duplicate first character when typing in specific text boxes"? Hopefully this will make it more likely for anyone to pick up the issue. It's the only thing preventing me from completely switching to HeliBoard so I'm really hoping to see it addressed.

starkgate avatar May 24 '24 05:05 starkgate

Done

ghost avatar May 25 '24 08:05 ghost

Honestly I already completely switched to it regardless of this and a few other issues, I really like it

ghost avatar May 25 '24 08:05 ghost

For reference: the behavior is improved in 2.0-beta2, but the issue is not yet fixed: https://github.com/Helium314/HeliBoard/issues/225#issuecomment-2165099736

Helium314 avatar Jun 14 '24 20:06 Helium314