Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019211 | Openbravo ERP | B. User interface | public | 2011-11-30 17:27 | 2011-12-09 10:20 |
|
Reporter | AugustoMauch | |
Assigned To | mtaal | |
Priority | urgent | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Professional Appliance |
Product Version | 3.0MP5.1 | |
Target Version | 3.0MP6 | Fixed in Version | 3.0MP6 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | Google Chrome, Mozilla Firefox |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0019211: Tab level does not change until third try |
Description | When trying to change the tab level of a tab in grid view, the new value does not appear in the field until it has been entered three times. |
Steps To Reproduce | - Login as System Administrator
- Open the Windows, Tabs and Fields Window
- Select any window (for example Accounting Schema)
- Select any row (for example Process) and push the Edit in grid button.
- Enter a new value in the Tab Level column. The field does not show the new value until it has been entered for the third time. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-11-30 17:27 | AugustoMauch | New Issue | |
2011-11-30 17:27 | AugustoMauch | Assigned To | => dbaz |
2011-11-30 17:27 | AugustoMauch | Web browser | => Google Chrome, Mozilla Firefox |
2011-11-30 17:27 | AugustoMauch | Modules | => Core |
2011-11-30 17:27 | AugustoMauch | OBNetwork customer | => No |
2011-11-30 18:59 | dbaz | Assigned To | dbaz => mtaal |
2011-12-01 10:55 | iperdomo | Web browser | Google Chrome, Mozilla Firefox => Google Chrome, Mozilla Firefox |
2011-12-01 10:55 | iperdomo | Target Version | => 3.0MP6 |
2011-12-02 01:06 | hgbot | Checkin | |
2011-12-02 01:06 | hgbot | Note Added: 0043678 | |
2011-12-02 01:06 | hgbot | Status | new => resolved |
2011-12-02 01:06 | hgbot | Resolution | open => fixed |
2011-12-02 01:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/fb4d253fd47980dc8752f163b5bcd1581331620a [^] |
2011-12-02 02:38 | hgbot | Checkin | |
2011-12-02 02:38 | hgbot | Note Added: 0043682 | |
2011-12-02 08:11 | hudsonbot | Checkin | |
2011-12-02 08:11 | hudsonbot | Note Added: 0043688 | |
2011-12-02 16:16 | dbaz | Note Added: 0043701 | |
2011-12-02 16:16 | dbaz | Status | resolved => new |
2011-12-02 16:16 | dbaz | Resolution | fixed => open |
2011-12-02 16:17 | dbaz | Web browser | Google Chrome, Mozilla Firefox => Google Chrome, Mozilla Firefox |
2011-12-02 16:17 | dbaz | Priority | normal => urgent |
2011-12-02 16:17 | dbaz | Severity | minor => critical |
2011-12-05 15:53 | hgbot | Checkin | |
2011-12-05 15:53 | hgbot | Note Added: 0043715 | |
2011-12-05 16:44 | hgbot | Checkin | |
2011-12-05 16:44 | hgbot | Note Added: 0043718 | |
2011-12-05 16:44 | hgbot | Status | new => resolved |
2011-12-05 16:44 | hgbot | Resolution | open => fixed |
2011-12-05 16:44 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/fb4d253fd47980dc8752f163b5bcd1581331620a [^] => http://code.openbravo.com/erp/devel/pi/rev/2be8e1d368688e12feaa53cee07536b74bc84cbf [^] |
2011-12-05 18:54 | dbaz | Note Added: 0043721 | |
2011-12-05 18:54 | dbaz | Status | resolved => closed |
2011-12-05 18:54 | dbaz | Fixed in Version | => 3.0MP6 |
2011-12-09 10:19 | hudsonbot | Checkin | |
2011-12-09 10:19 | hudsonbot | Note Added: 0043744 | |
2011-12-09 10:20 | hudsonbot | Checkin | |
2011-12-09 10:20 | hudsonbot | Note Added: 0043747 | |
2011-12-09 10:20 | hudsonbot | Checkin | |
2011-12-09 10:20 | hudsonbot | Note Added: 0043750 | |
Notes |
|
(0043678)
|
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
---
|
|
|
(0043682)
|
hgbot
|
2011-12-02 02:38
|
|
Repository: erp/devel/pi
Changeset: 6b3bd537dc339b6bdb0cc905c62aee1ca531f339
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Dec 02 02:36:36 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6b3bd537dc339b6bdb0cc905c62aee1ca531f339 [^]
Related to issue 19211: Tab level does not change until third try
If the tab level is first cleared and then is set to 0 the 0 value is not saved because SC does not
see a difference between 0 and ""
---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
|
|
|
|
|
|
(0043701)
|
dbaz
|
2011-12-02 16:16
|
|
The issue is still reproducible using the same "Steps to reproduce"
Even more, if you tab between "Sequence Number" and "Tab Level" fields, using tab key and shift+tab key (to go back to the previous input), you can notice that the focus makes strange jumps |
|
|
(0043715)
|
hgbot
|
2011-12-05 15:53
|
|
Repository: erp/devel/pi
Changeset: c6e9368b08877ef7bbec5dc62463323be8757b9f
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Dec 05 15:52:39 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/c6e9368b08877ef7bbec5dc62463323be8757b9f [^]
Related to issue 19211: Tab level does not change until third try
---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
|
|
|
(0043718)
|
hgbot
|
2011-12-05 16:44
|
|
Repository: erp/devel/pi
Changeset: 2be8e1d368688e12feaa53cee07536b74bc84cbf
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Dec 05 16:44:25 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2be8e1d368688e12feaa53cee07536b74bc84cbf [^]
Fixes issue 19249: Some combo boxes don't work in grid mode. Cannot type anything
Fixes issue 19211: Tab level does not change until third try
Fields with redrawonchange will redraw the cell/edit field in a grid line in the same thread as the user
entering values, resulting loss of values, do the refresh of the row in a separate thread
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
---
|
|
|
(0043721)
|
dbaz
|
2011-12-05 18:54
|
|
Reviewed @ changeset 14798 - 2be8e1d36868 |
|
|
|
|
|
|
|
|
|
|