Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019186Openbravo ERPA. Platformpublic2011-11-25 10:362011-12-05 18:03
rgoris 
mtaal 
highminoralways
closedfixed 
5
 
3.0MP63.0MP5.2 
Core
No
0019186: Dropdown remains open when tabbing out from selection
When editing a row in a grid and selecting (using keyboard) a value and (instead of hitting Enter) hitting TAB, the focus jumps to the next field but two odd things happen:
1) Focus also seems to remain in the dropdown field
2) Dropdown does not close
Sales Order Lines
Edit row
OPen product dropdown using alt-arrow-down
Arrow-down to select a product
HIt TAB key
See that two focuses appear and dropdown remains open
Regression
related to defect 00192123.0MP6 closed mtaal The suggestion feature in the dropdowns is broken 
related to defect 0019248 closed mtaal Focus does not move to next field when selecting a value in a combo box 
related to defect 00192363.0MP9 closed mtaal Automatic text selection doesn't work sometimes 
png DropdownBlijftOpen.PNG (118,153) 2011-11-25 10:36
https://issues.openbravo.com/file_download.php?file_id=4791&type=bug
png
Issue History
2011-11-25 10:36rgorisNew Issue
2011-11-25 10:36rgorisAssigned To => mtaal
2011-11-25 10:36rgorisFile Added: DropdownBlijftOpen.PNG
2011-11-25 10:36rgorisModules => Core
2011-11-30 14:41mtaalNote Added: 0043586
2011-12-01 09:38iperdomoTag Attached: Regression
2011-12-01 09:38iperdomoRelationship addedrelated to 0019212
2011-12-01 10:55iperdomoTarget Version => 3.0MP6
2011-12-02 01:06hgbotCheckin
2011-12-02 01:06hgbotNote Added: 0043679
2011-12-02 01:06hgbotStatusnew => resolved
2011-12-02 01:06hgbotResolutionopen => fixed
2011-12-02 01:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/fb4d253fd47980dc8752f163b5bcd1581331620a [^]
2011-12-02 08:11hudsonbotCheckin
2011-12-02 08:11hudsonbotNote Added: 0043689
2011-12-02 16:14dbazNote Added: 0043698
2011-12-02 16:14dbazStatusresolved => closed
2011-12-02 16:14dbazFixed in Version => 3.0MP6
2011-12-05 13:55psarobeStatusclosed => new
2011-12-05 13:55psarobeResolutionfixed => open
2011-12-05 13:55psarobeFixed in Version3.0MP6 =>
2011-12-05 13:58psarobeNote Added: 0043711
2011-12-05 14:01dbazNote Added: 0043712
2011-12-05 18:02psarobeStatusnew => scheduled
2011-12-05 18:02psarobefix_in_branch => pi
2011-12-05 18:02psarobeRelationship addedrelated to 0019248
2011-12-05 18:02psarobeRelationship addedrelated to 0019236
2011-12-05 18:02psarobeStatusscheduled => resolved
2011-12-05 18:02psarobeResolutionopen => fixed
2011-12-05 18:03psarobeNote Added: 0043720
2011-12-05 18:03psarobeStatusresolved => closed
2011-12-05 18:03psarobeFixed in Version => 3.0MP5.2

Notes
(0043586)
mtaal   
2011-11-30 14:41   
Happens in firefox but not in chrome.
(0043679)
hgbot   
2011-12-02 01:06   
Repository: erp/devel/pi
Changeset: fb4d253fd47980dc8752f163b5bcd1581331620a
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Dec 02 01:06:17 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/fb4d253fd47980dc8752f163b5bcd1581331620a [^]

Fixes issue 19222: Focus lost when changing the organization in any window
Related to issue 19212: The suggestion feature in the dropdowns is broken
Fixes issue 19211: Tab level does not change until third try
Fixes issue 19186: Dropdown remains open when tabbing out from selection

The code which was there prevented additional focus calls if the form item already
had focus (it seemed), but apparently firefox needs these extra focus calls to
really set the focus correctly.

---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
(0043689)
hudsonbot   
2011-12-02 08:11   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/bdc6462da2f2 [^]

Maturity status: Test
(0043698)
dbaz   
2011-12-02 16:14   
Reviewed @ changeset 14794 - 65882216c761
(0043711)
psarobe   
2011-12-05 13:58   
Reopened. Why?

FF: Although the combo box gets closed the focus disappears and it seems the focus is two different places. Line No. and Ordered Quantity

Expected behaviour: The focus must be moved to Ordered Quantity

This is the behaviour in chrome and that's the correct one
(0043712)
dbaz   
2011-12-05 14:01   
psarobe, your comment it seems to be the same issue of:
https://issues.openbravo.com/view.php?id=19236 [^]
(0043720)
psarobe   
2011-12-05 18:03   
The issue itself is resolved but two issues are related to this one