Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0021776 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Openbravo ERP] A. Platform | minor | always | 2012-09-27 16:41 | 2012-11-27 11:21 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | dbaz | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0MP18 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 120e4b62fcd6 | ||||
Projection | none | ETA | none | Target Version | 3.0MP18 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | AugustoMauch | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | Google Chrome | |||||||
Modules | Core | |||||||
Support ticket | 17151 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0021776: Sales order tab is closed when you delete the business partner name | |||||||
Description | Sales order tab is closed when you delete the business partner name. I have to add that this problem only happens in Windows | |||||||
Steps To Reproduce | Go to windows PC. -Login in live as "Admin" and go to window sales order. -start writing a name for a "BP" selector but before the end delete all that you have written -not every time but 70-80% of the time the window sales order is closed | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0053179) AugustoMauch (administrator) 2012-10-09 16:32 |
Right after deleting the last character in a selector, the selector loses the focus. A moment later, it recovers it. The problem is that if the Backspace tab is pressed when the focus is not in the selector, the window will navigate to the previous page in the browsing history [1]. [1] http://support.google.com/chrome/bin/answer.py?hl=en&answer=157179 [^] |
(0053182) hgbot (developer) 2012-10-10 01:03 |
Repository: erp/devel/pi Changeset: 8a7218c16d56fba22feff61ea917d034d0be8873 Author: David Baz Fayos <david.baz <at> openbravo.com> Date: Wed Oct 10 01:02:35 2012 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/8a7218c16d56fba22feff61ea917d034d0be8873 [^] Related to issue 21776: Prevent 'Backspace' key propagation in DIVs to avoid 'Go to previous page' default browser behavior --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-keyboard-manager.js --- |
(0053282) hudsonbot (viewer) 2012-10-11 07:51 |
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/63dfc135f2a1 [^] Maturity status: Test |
(0054342) dbaz (viewer) 2012-11-20 13:36 |
In the few ms that the selector blurs to execute the FIC, the focus is too high to be captured by Canvas onkeydown handlers The solution passes for a temporary "window.onkeydown" set (which is able to capture events at this level) when the pressed key is the "Backspace" P.S: Also added some logic to prevent 'Backspace' too in classic windows. |
(0054343) dbaz (viewer) 2012-11-20 13:38 |
The fix is low-medium risk. |
(0054344) hgbot (developer) 2012-11-20 13:38 |
Repository: erp/devel/pi Changeset: 058f482a9f015f8a9b85f7919ad5c9d6d045aded Author: David Baz Fayos <david.baz <at> openbravo.com> Date: Tue Nov 20 12:48:26 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/058f482a9f015f8a9b85f7919ad5c9d6d045aded [^] Related to issue 21776: Reverted previous changeset --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-keyboard-manager.js --- |
(0054345) hgbot (developer) 2012-11-20 13:38 |
Repository: erp/devel/pi Changeset: 120e4b62fcd6bd126e6f2d8c70e2bd6eba4e1219 Author: David Baz Fayos <david.baz <at> openbravo.com> Date: Tue Nov 20 13:32:36 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/120e4b62fcd6bd126e6f2d8c70e2bd6eba4e1219 [^] Fixed issue 21776: Prevent 'Backspace' key propagation (as a browser 'go back' shortcut) in all cases --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-keyboard-manager.js M web/js/utils.js --- |
(0054404) hudsonbot (viewer) 2012-11-21 06:07 |
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/c3c5e61b0164 [^] Maturity status: Test |
(0054405) hudsonbot (viewer) 2012-11-21 06:07 |
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/c3c5e61b0164 [^] Maturity status: Test |
(0054519) AugustoMauch (administrator) 2012-11-27 11:21 |
Code reviewed and verified in pi@b43e48d603a9 |
![]() |
|||
Date Modified | Username | Field | Change |
2012-09-27 16:41 | jecharri | New Issue | |
2012-09-27 16:41 | jecharri | Assigned To | => AugustoMauch |
2012-09-27 16:41 | jecharri | Web browser | => Google Chrome |
2012-09-27 16:41 | jecharri | Modules | => Core |
2012-09-27 16:41 | jecharri | OBNetwork customer | => Yes |
2012-09-27 16:41 | jecharri | Support ticket | => 17151 |
2012-09-27 16:41 | jecharri | Resolution time | => 1355180400 |
2012-10-09 15:43 | AugustoMauch | Assigned To | AugustoMauch => shankarb |
2012-10-09 16:12 | AugustoMauch | Assigned To | shankarb => AugustoMauch |
2012-10-09 16:28 | AugustoMauch | Assigned To | AugustoMauch => dbaz |
2012-10-09 16:32 | AugustoMauch | Note Added: 0053179 | |
2012-10-10 01:03 | hgbot | Checkin | |
2012-10-10 01:03 | hgbot | Note Added: 0053182 | |
2012-10-11 07:51 | hudsonbot | Checkin | |
2012-10-11 07:51 | hudsonbot | Note Added: 0053282 | |
2012-11-02 14:56 | jecharri | Web browser | Google Chrome => Google Chrome |
2012-11-02 14:56 | jecharri | Target Version | 3.0MP17 => 3.0MP18 |
2012-11-20 13:33 | dbaz | Review Assigned To | => AugustoMauch |
2012-11-20 13:33 | dbaz | Web browser | Google Chrome => Google Chrome |
2012-11-20 13:33 | dbaz | Issue Monitored: AugustoMauch | |
2012-11-20 13:36 | dbaz | Note Added: 0054342 | |
2012-11-20 13:38 | dbaz | Note Added: 0054343 | |
2012-11-20 13:38 | hgbot | Checkin | |
2012-11-20 13:38 | hgbot | Note Added: 0054344 | |
2012-11-20 13:38 | hgbot | Checkin | |
2012-11-20 13:38 | hgbot | Note Added: 0054345 | |
2012-11-20 13:38 | hgbot | Status | new => resolved |
2012-11-20 13:38 | hgbot | Resolution | open => fixed |
2012-11-20 13:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/120e4b62fcd6bd126e6f2d8c70e2bd6eba4e1219 [^] |
2012-11-21 06:07 | hudsonbot | Checkin | |
2012-11-21 06:07 | hudsonbot | Note Added: 0054404 | |
2012-11-21 06:07 | hudsonbot | Checkin | |
2012-11-21 06:07 | hudsonbot | Note Added: 0054405 | |
2012-11-27 11:21 | AugustoMauch | Note Added: 0054519 | |
2012-11-27 11:21 | AugustoMauch | Status | resolved => closed |
2012-11-27 11:21 | AugustoMauch | Fixed in Version | => 3.0MP18 |
Copyright © 2000 - 2009 MantisBT Group |