Repeating of text in text fields on most websites (Samsung)
Categories
(GeckoView :: IME, defect)
Tracking
(Not tracked)
People
(Reporter: nish, Unassigned)
References
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:152.0) Gecko/20100101 Firefox/152.0
Steps to reproduce:
while the bug happens on most website, the best for reproducing this:
- https://plnkr.co/edit/?p=preview&preview (from javascript.info
- hold down on a line -> dismiss context menu -> now you can type (otherwise unable to type in text field)
- type anything ex: help
device specs:
Galaxy S9 FE+ (SM-X610)
android 15 - one ui 7.0
samsung keyboard:
Version 5.9.12.10
Predictive text -> on
auto replace/suggest text corrections -> off
Actual results:
the text repeats itself.
-
I can reproduce this issue(not as easily) on most websites including google search.
That's another part of the issue, its very painful to reproduce it consistently on most website (other than the one i provided in test case) but happens enough times to make it very annoying to use the browser -
I have attached screen recording of the issue on the test website and on google search
-
this is probably a samsung only issue, and is exactly of this type- https://github.com/Acode-Foundation/Acode/issues/1057#issuecomment-2431617596
(in the bug report (which still is reproducible) a repo member mentions
The Sora editor has the exact same issue, and I think the Ace editor has this issue too. It probably occurs due to multithreading/worker issues.
Expected results:
No repeating of text
| Reporter | ||
Comment 1•3 months ago
|
||
| Reporter | ||
Comment 2•3 months ago
|
||
one more thing: This started happening on nightly, from about a month ago...(unlike those github repo, which has this for years)
Comment 3•3 months ago
|
||
Hey,
Thanks for the report.
I couldn't reproduce the bug on a Samsung Tab S9, Android 16, using the Samsung Keyboard with Predictive text on and auto replace/suggest text corrections off.
Do you know if the same issue is reproducible with Chrome, on the same website where you can reliably reproduce it?
Thanks for your help!
Comment 5•3 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox for Android::Toolbar' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•3 months ago
|
| Reporter | ||
Comment 6•3 months ago
|
||
yes it appears to be reproducible (only on editing text though).
also an update: I tried HeliBoard and with it i cannot get it to reproduce on chrome on that website (even editing text), however on firefox issue is still there (a single h becomes hh and so on)
Updated•3 months ago
|
Comment 7•2 months ago
|
||
The severity field is not set for this bug.
:m_kato, could you have a look please?
For more information, please visit BugBot documentation.
Comment 8•2 months ago
|
||
Reporter, I believe that this issue is fixed on the latest version of Firefox Nightly. Do you check whether this issue still occurs on Firefox Nightly?
| Reporter | ||
Comment 9•2 months ago
|
||
i can still reproduce on this on https://plnkr.co/edit/?p=preview&preview with samsung keyboard and heliboard (Heliboard on default settings),
but that might be another issue?
I tried reproducing on other websites but cannot so far
Comment 10•2 months ago
|
||
(In reply to Nishchay [:nish] from comment #9)
i can still reproduce on this on https://plnkr.co/edit/?p=preview&preview with samsung keyboard and heliboard (Heliboard on default settings),
but that might be another issue?
I tried reproducing on other websites but cannot so far
Do you use Firefox the latest of Nightly or Beta?
| Reporter | ||
Comment 11•2 months ago
|
||
nightly, not beta
153.0a1 - Build #2016163711
Comment 12•2 months ago
|
||
Thank you. That is another issue. I try to reproduce this.
Updated•2 months ago
|
| Reporter | ||
Comment 13•2 months ago
|
||
yeh it looks like that, happy the other one got fixed :D
STR is in comment 0, lmk if u can reproduce it...
Comment 14•2 months ago
•
|
||
Yep, I can reproduce this by some IMEs (Samsung Keyboard and ATOK). Although reproduced site uses Monaco editor (https://microsoft.github.io/monaco-editor/), old Monaco editor commits each characters, then this caused unexpected behaviors (Bug 1673396. This is a known issue. They say no support for mobile browsers).
But when using the latest version via their playground site (https://microsoft.github.io/monaco-editor/playground.html), I seem to work it. Dup of original bug.
Description
•