Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0000252Openbravo ERPB. User interfacepublic2008-05-09 19:542009-03-18 11:01
plujan 
pjuvara 
urgentcriticalhave not tried
closedno change required 
5
2.40alpha 
 
Core
No
0000252: AT240alpha - Automation console cannot be launched on r2.40 so no script will run
On r2.40, key strokes are caught by javascript libraries, so Sahi proxy server cannot receive Ctrl+Alt+Dblclick to open console. Automation scripts should be modified because of this. If javascript libraries can bypass this keystrokes, no change will be required.
n/a
No tags attached.
Issue History
2008-05-09 19:54plujanNew Issue
2008-05-09 19:54plujanAssigned To => pjuvara
2008-05-10 20:36plujanStatusnew => closed
2008-05-10 20:36plujanNote Added: 0000126
2008-05-10 20:36plujanResolutionopen => no change required
2008-05-11 11:20pjuvaraStatusclosed => @0@
2008-05-11 11:21pjuvaraNote Added: 0000127
2008-05-11 11:21pjuvaraStatus@0@ => feedback
2008-05-11 21:09plujanNote Added: 0000136
2008-05-12 15:24pjuvaraNote Added: 0000167
2008-05-16 09:19pjuvaraStatusfeedback => closed
2009-03-18 11:01anonymoussf_bug_id0 => 2691249

Notes
(0000126)
plujan   
2008-05-10 20:36   
I could find a way to make it work
(0000127)
pjuvara   
2008-05-11 11:21   
What would be the effort for changing the scripts without changing the product?
(0000136)
plujan   
2008-05-11 21:09   
Current scripts do not specify a start page, so a previous manual step setting login page is required. Scripts have the advantage of being "url agnostic".
For 2.40alpha, I will always start on a blank page and first command will be
_open("http://server_ip:tomcat_port/context_name" [^]);
so change has almost no effort. After the change, scripts will have a little overhead for setting this value (a global variable) each time a different environment is tested.
(0000167)
pjuvara   
2008-05-12 15:24   
Given this feedback, I'm incline to reject this request and would do so as soon as the Mantis workflow allows me to.