Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0019702 | Openbravo ERP | A. Platform | public | 2012-02-09 11:24 | 2012-03-02 15:35 |
Reporter | mtaal | ||||
Assigned To | mtaal | ||||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | 3.0MP9 | Fixed in Version | 3.0MP9 | ||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | No | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0019702: Form Item not disabled when calling FIC | ||||
Description | When a callout is fired (the FormInitializationComponent is called), then the current focused item does not get disabled. This because it keeps the focus. | ||||
Steps To Reproduce | Go to sales order lines in grid mode edit an existing record click the combo of the product to pick a new product in the drop-down when picking a new product the form gets disabled only the focused field does not get disabled | ||||
Proposed Solution | In ob-smartclient.js there is a bug. The current overwrite of bluritem is this: blurItem: function() { if (!this.form || this.form.destroyed || this.form._isRedrawing) { return; } this.Super('blurItem', arguments); }, but there is no super bluritem implementation, the following should be done: _doBlurItem: isc.FormItem.getPrototype().blurItem, blurItem: function() { if (!this.form || this.form.destroyed || this.form._isRedrawing) { return; } this._doBlurItem(); }, | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-02-09 11:24 | mtaal | New Issue | |||
2012-02-09 11:24 | mtaal | Assigned To | => mtaal | ||
2012-02-09 11:24 | mtaal | Modules | => Core | ||
2012-02-09 11:24 | mtaal | OBNetwork customer | => No | ||
2012-02-09 11:50 | mtaal | Proposed Solution updated | |||
2012-02-09 11:53 | hgbot | Checkin | |||
2012-02-09 11:53 | hgbot | Note Added: 0044954 | |||
2012-02-09 11:53 | hgbot | Status | new => resolved | ||
2012-02-09 11:53 | hgbot | Resolution | open => fixed | ||
2012-02-09 11:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c1967f90a2b6073f17905f3a37e32196576baaa1 [^] | ||
2012-02-21 11:14 | alostale | Note Added: 0045301 | |||
2012-02-21 11:14 | alostale | Status | resolved => closed | ||
2012-02-21 11:14 | alostale | Fixed in Version | => 3.0MP9 | ||
2012-03-02 15:35 | hudsonbot | Checkin | |||
2012-03-02 15:35 | hudsonbot | Note Added: 0045784 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|