Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0018001Openbravo ERPB. User interfacepublic2011-07-15 14:062011-07-26 16:02
xabiermerino 
dbaz 
highminoralways
closedfixed 
5
2.50MP31 
2.50MP33 
Core
No
0018001: Wrong behaviour of cursor when you push the tabulator
In Orders, when you change the ordered quantity and push the tabulator, the cursor is located in the right of the number (in the field Net Unit Price), if you do not change the quantity the cursor works properly
-As Openbravo Admin go to Order Lines
-Select a product
-change the Ordered Quantity
-push tabulator
No tags attached.
blocks defect 00180003.0MP3 closed mtaal Wrong behaviour of cursor when you push the tabulator 
Issue History
2011-07-15 14:08xabiermerinoTypedefect => backport
2011-07-15 14:08xabiermerinofix_in_branch => 2.50
2011-07-15 14:09xabiermerinoversion3.0MP0.1 => 2.50MP31
2011-07-15 14:09xabiermerinoTarget Version3.0MP3 => 2.50MP33
2011-07-15 14:09xabiermerinoIssue Monitored: networkb
2011-07-15 17:29dbazNote Added: 0039104
2011-07-15 17:29dbazAssigned Todbaz => mtaal
2011-07-15 17:29dbazStatusscheduled => feedback
2011-07-15 17:30dbazNote Edited: 0039104bug_revision_view_page.php?bugnote_id=0039104#r2425
2011-07-18 10:29dbazAssigned Tomtaal => xabiermerino
2011-07-18 11:06xabiermerinoNote Added: 0039148
2011-07-18 11:06xabiermerinoAssigned Toxabiermerino => dbaz
2011-07-18 11:06xabiermerinoStatusfeedback => new
2011-07-18 11:11dbazNote Added: 0039149
2011-07-18 12:18hgbotCheckin
2011-07-18 12:18hgbotNote Added: 0039154
2011-07-18 12:18hgbotStatusnew => resolved
2011-07-18 12:18hgbotResolutionopen => fixed
2011-07-18 12:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/6a4991516655badd35e105971881b9824917f6f7 [^]
2011-07-26 11:03xabiermerinoNote Added: 0039353
2011-07-26 11:03xabiermerinoStatusresolved => new
2011-07-26 11:03xabiermerinoResolutionfixed => open
2011-07-26 11:53xabiermerinoNote Edited: 0039353bug_revision_view_page.php?bugnote_id=0039353#r2501
2011-07-26 16:02xabiermerinoStatusnew => scheduled
2011-07-26 16:02xabiermerinoStatusscheduled => resolved
2011-07-26 16:02xabiermerinoResolutionopen => fixed
2011-07-26 16:02xabiermerinoNote Added: 0039387
2011-07-26 16:02xabiermerinoStatusresolved => closed

Notes
(0039104)
dbaz   
2011-07-15 17:29   
(edited on: 2011-07-15 17:30)
In 2.50 MP31 it works for me. When tabbing from "Ordered Quantity" the next focused item is "Shipping Company", and the behavior is correct

(0039148)
xabiermerino   
2011-07-18 11:06   
The field 'Shipping Company' is shown when, in the header, you select Shipper as 'Delivery Method'. In order to reproduce the problem you have to select another delivery method (Delivery or Pickup)
(0039149)
dbaz   
2011-07-18 11:11   
The problem seems that once you change 'Ordered Quantity', the callout is executed and returns a 'different' value for the new focused field

- Click new in lines
- Select a product
- Focus in 'Order Quantity'
- Change the value
- Focus blur 'Order Quantity'
- Callout called
- Focus in 'Net Unit Price' (and the number is simplified -Example: from 13.20 to 13.2- and all the text is selected)
- Callout returns a new value for 'Net Unit Price' (-Example, we have 13.2 selected and the callout returns 13.20-)

The problem is that once the field is focused, the number is simplified:
Example: from 15.30 to 13.3
(0039154)
hgbot   
2011-07-18 12:18   
Repository: erp/stable/2.50
Changeset: 6a4991516655badd35e105971881b9824917f6f7
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon Jul 18 12:18:00 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/6a4991516655badd35e105971881b9824917f6f7 [^]

Fixed issue 18001: Now 'Order Quantity' keeps selected when tabbing

---
M src/org/openbravo/erpCommon/security/Login.html
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/utils.js
---
(0039353)
xabiermerino   
2011-07-26 11:03   
(edited on: 2011-07-26 11:53)
It is reproducible in http://live.builds.openbravo.com/2.50-full-pgsql/security/Menu.html: [^]

-As Openbravo Admin go to Order Lines
-Select a product
-change the Ordered Quantity
-push tabulator

(0039387)
xabiermerino   
2011-07-26 16:02   
verified