Active
Project:
UberPOS
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2010 at 23:00 UTC
Updated:
15 Sep 2011 at 09:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
rbayliss commentedHey,
Can you give some more info on the problem? When did this problem start, and what browser(s) does it happen in? Does it happen regardless of what command you are entering?
Comment #2
xl_cheese commentedI've narrowed it down to happening on internet explorer. Firefox doesn't display this issue.
It happens with they keyboard, bar code scanner, and card reader.
Thanks.
Comment #3
rbayliss commentedThanks, got it. Let me know how this patch works.
Comment #4
rbayliss commentedThis should be fixed in the latest 6.x development version.
Comment #5
deepbluesolutions commentedHi,
Love the idea of this module, and giving feedback to make better hopefully, have an issue with tablet/ipad access.
When you are using the POS on a browser on a tablet, after each ajax push on the keyboard, causes the keyboard to popup. Ive been googling around, and there seems to be a setting which might help.
Seems the issue is related to the focus being sent to the text box, causing the keyboard to popup, but this makes the client terrible to use on these devices.
As I understand it, its the focus to the testbox where the values are placed. Can this be refocused back to the ajax button?
this is a suggestion, but Im still trying to see if it can be added in. Any thoughts about this issue, gratefully received.
this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
imagine this would occur for 6 and 7
regards