bl4k1st / hackerskeyboard

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

Firefox combatability #251

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tab key inserts tab space, not move to next field.
2. Arrow keys not working.
3. Writting this text cursor kept jumping to next line after a few words.

What is the expected behavior? What do you see instead?
On single line field Tab key should move to next field.
No response from arrow keys.
Seems every few words the cursor jumps to line below imediately afer typing 
first character.

What version of Hacker's Keyboard are you using? (See "Debug" section at
the bottom of the app's Settings menu.) 1.31.1311
On what phone or tablet? Acer Tablet A501 

If applicable, does this affect the 4-row or 5-row layout, or both? Which
language(s)? Both

Please provide any additional information below.

Original issue reported on code.google.com by rangiesr...@gmail.com on 16 Jun 2012 at 1:35

GoogleCodeExporter commented 8 years ago
I think it's likely that this is a Firefox bug - the keyboard just sends key 
events, and it's up to the application to interpret them. For example, the 
"Tab" key just sends KEYCODE_TAB, and the application then decides between 
changing fields or inserting spaces.

I've seen the jumping text cursor before in the code.google.com issue tracker, 
I think it's a Javascript bug in the web application.

Have you tried using other keyboards, or a hardware keyboard if available, to 
see if the issues are really specific to Hacker's Keyboard?

Original comment by Klaus.We...@gmail.com on 18 Jun 2012 at 7:55