ramonlopes / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Keyboard hang up with slow computer #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. User a "slow" computer (Pentium 4 2Ghz with 1Gb Ram On Windows XP)
2. Load a page with the applet
3. Press any key in any input of the webpage

What is the expected output? What do you see instead?

I can't write any character with the keyboard, but the system run normaly, the 
cursor mouse don't lag.

What version of the product are you using? On what operating system?

I'm use 1.7.0 version, but the problem was already in before versions.
Pentium 4 2Ghz with 1Gb Ram On Windows XP (Java 7 Update 45 )

Please provide any additional information below.

I use often jquery focus() method on an text input to be ready to scan barcode.
And the keyboard dont respond, I must clic outside the input text, and inside, 
many times to use the keyboard or the scanner.

Have someone already have this problem ?

Original issue reported on code.google.com by pba.neta...@gmail.com on 28 Oct 2013 at 5:02

GoogleCodeExporter commented 8 years ago
I had one other report of this issue.  Can you try putting qz.blur() in the 
jzebraReady() function?

Alternatively, can you try calling focus to the element you need in the 
jzebraReady() function?

-Tres

Original comment by tres.fin...@gmail.com on 28 Oct 2013 at 5:14

GoogleCodeExporter commented 8 years ago
Just read about this, can someone test?

<applet ...>
    <param name="initial_focus" value="false"/>
</applet>

Original comment by tres.fin...@gmail.com on 4 Nov 2013 at 8:49

GoogleCodeExporter commented 8 years ago
I created a basic test and this seems to be resolved with the following code.

<applet ...>
    <param name="initial_focus" value="false"/>
</applet>

Please confirm this fixes the described issue and I will close the bug report.

Versions 1.7.3 and higher will ship with this setting by default.

-Tres

Original comment by tres.fin...@gmail.com on 5 Nov 2013 at 2:11

GoogleCodeExporter commented 8 years ago
Sorry i don't have the time to test, i come back to you when i can.

Thanx for your support

Original comment by pba.neta...@gmail.com on 5 Nov 2013 at 8:19

GoogleCodeExporter commented 8 years ago
Sorry for the delay, It's ok

Thanx you

Original comment by pba.neta...@gmail.com on 6 Dec 2013 at 8:21

GoogleCodeExporter commented 8 years ago
@pba,

Thanks for the update.  Closing bug report, marking as fixed.  This feature is 
default now in the sample.html.

Please feel free to reopen this bug report if you feel it was closed in error.

Original comment by tres.fin...@gmail.com on 6 Dec 2013 at 3:15