Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2017.4.X, 2018.1.X, 2019.2.X
Votes
14
Found in
2017.3.0f3
2019.1
Issue ID
987230
Regression
Yes
[Linux] keystrokes recorded twice
-e: when typing into input fields each letter is recorded twice for each key stroke
--works well in 2017.1.2p4., 2017.2.1p1, stops working in 2017.3.0f3
-repro:
--open attached project
--build linux standalone
--run build
--enter something into either input field
--NOTICE the letters being written twice
-
zibas
Mar 24, 2018 18:37
Not fixed in 2017.4
-
hobbyte
Mar 19, 2018 10:26
I'm not sure if I'm late to the party, but I just wanted to add my two cents:
Characters aren't actually typed twice - the "basic" key is typed before the actual input, so for example, "Hi@Unity" becomes "hHii2@uUnniittyy".
If the issue has been fixed, then I expect the dev who fixed it already noticed this, but I figured I should mention it anyway.
-
mous92
Feb 22, 2018 11:53
Same issue causing me problems.
Using Unity3D,3,0f2
Build is Linux x64
Linux system is Ubuntu 16.04.1 -
mosaic_school
Feb 16, 2018 14:02
Same issue on Ubuntu 17.10 with 2017.3.0p2.
Might also be related to: https://fogbugz.unity3d.com/default.asp?1002072_98upj5ev8scmvcti -
ratchet01
Feb 15, 2018 17:06
I have this issue with 2017.3.0p2 on ubuntu 16.04 but NOT on arch linux. I suspect that there is a difference between how some unity dependency is built for ubuntu as compared to arch.
-
T00fy
Jan 21, 2018 00:06
Same version and also experiencing this issue
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window
Resolution Note (fix version 2019.1):
Fixed keystrokes from being recorded twice while using text fields in play mode in the editor.