Rank: Newbie Groups: Member
Joined: 8/22/2022 Posts: 1
|
Our company uses EO Browser to display a variety of web-based forms by different suppliers.
A common problem that seems to exist is that pasting into a contained text field rarely works. Manually, pressing CTRL-V (or SHIFT-INS) works perhaps 9 times out of 10, but doing it programatically, via SendInput (user32.dll), works at best 1 times out of 10. In either case, whenever pasting is not working, a single "v" (obviously from the CTRL-V) is added to the text field.
Given that pasting programatically works for us in virtually any application we tested it for, and that it fails for all our forms (that only have being displayed in EO Browser in common), I wanted to ask of any issue regarding this is known (is user input "filtered" in any way?), or if there is any idea what could be done.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, What version do you use? There were some issues with handling control key that was recently fixed. So please try to update to the latest build and see if it works for you. If the latest build still does not work for you, please try to isolate the problem into a test project and send the test project to us: https://www.essentialobjects.com/forum/test_project.aspxOnce we have that we will debug it here and see what we can find. Thanks!
|