[
https://issues.apache.org/jira/browse/OFBIZ-4594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux closed OFBIZ-4594.
----------------------------------
Resolution: Fixed
Fix Version/s: SVN trunk
Assignee: Jacques Le Roux
Thanks for report Christoph,
Actually only the minimzed verion is used in webpos
<set field="layoutSettings.javaScripts[]" value="/webpos/images/js/jquery.hotkeys-0.7.9.min.js" global="true"/>
Normally it should be used from
<set field="layoutSettings.javaScripts[]" value="/images/jquery/plugins/hotkeys/jquery.hotkeys-0.7.9.min.js" global="true"/>
But I tried to change that and comes into problems, so I let it has is. I also noticed that the hotkeys are not working well in webpos. The behaviour is heratic: sometimes you don't see the keys panel and when you see it it does not work as expected: each key use flashes and that's all
I coulf not reproduce on a fresh another local instance (not keys panel at all), nor on trunk demo where someone changed the admin pwd :(
Anyway I replaced the file by the right one at r1208277 in trunk
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspaFor more information on JIRA, see:
http://www.atlassian.com/software/jira