Closed payallmoney closed 4 years ago
Hi thank you for your report.
Checked it now on Windows 10.
1, input number using keypad not work , nothing inputed (TextBox PasswordBox )
I have the same issue, it will be fixed.
2, ctrl+a , ctrl+c , ctrl+v not work
everything worked as expected. Do you use the develop
branch? You could check to run cargo clean
before rebuilding?
Thanks
everything worked as expected. Do you use the
develop
branch? You could check to runcargo clean
before rebuilding?
I tryed cargo clean , nothing changed , ctrl+a ,ctrl+c , ctrl+v still not work .
My Windows 10 version is 19041.208
orbtk version v0.3.1-alpha4 (https://github.com/redox-os/orbtk.git?branch=develop#460029e3)
Cargo.toml
[dependencies]
orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop" }
rust version 1.47.0-nightly (39d5a61f2 2020-07-17)
I've tested it on a Windows VM and a native windows with the same rust version, but it works. I'm in a rewrite of the internal text input. Maybe you could check it again after it is completed?
I've tested it on a Windows VM and a native windows with the same rust version, but it works. I'm in a rewrite of the internal text input. Maybe you could check it again after it is completed?
Ok , I will check it again after it is completed . Thanks for you work .
Please forgive me for my poor English .
No problem.
The PR is merged you can check it.
Any update?
Any update?
the widgets.rs has something wrong until today's update . i tested , ctrl+a , ctrl+c , ctrl+v is working now . keypad still not working my win10 keyboard setting is English(United Kingdom) , is this setting may cause difference result?
I think I'm not able to check it correctly. I have only Windows in a VM and I think that behaves not the same as a native Windows. I will check what I can do.
I think the source of the issues is the OrbClient backend.
I tested my keyboard with the OrbClient simple example and the following keys did not register:
End
only registers as pressed: false
all other keys register first as true when pressed, then false when releasedInsert
did not register at allNumLock
and CapsLock
don't register as keys pressed, but work in changing registered input (e.g. from a
to A
)Alt GR
registers as two keys at once, 29 and 56. 56 is also left Alt
<
key did not register at allAll tested with german layout.
I have now also a native window. That will help me to test better on windows.
code is examples/widgets.rs , win10 1, input number using keypad not work , nothing inputed (TextBox PasswordBox ) 2, ctrl+a , ctrl+c , ctrl+v not work