Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0020637 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
design defect | [Openbravo ERP] A. Platform | minor | have not tried | 2012-05-30 12:10 | 2022-02-01 08:09 | |||||||
Reporter | mtaal | View Status | public | |||||||||
Assigned To | Triage Platform Base | |||||||||||
Priority | normal | Resolution | out of date | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0020637: selectionUpdated event not fired in form personalization tree | |||||||||||
Description | Related to issue 20503, the underlying bug/issue with 20503 is that in the latest Smartclient version the selectionUpdated event was not fired when left-clicking a record/element in the form personalization field tree on the left. The selectionUpdated event is caught implemented in this line in ob-personalize-form.js: this.fieldsTreeGrid = isc.OBPersonalizationTreeGrid.create({ // make a clone so that the original personalization data is not // updated, when doing cancel, the original is restored fieldData: isc.shallowClone(personalizationData.form.fields), personalizeForm: this, selectionUpdated: function (record, recordList) { this.personalizeForm.selectionUpdated(record, recordList); } }); But it is not called anymore in the latest Smartclient version. This was solved by implementing this in ob-personalization-treegrid.js: // Overridden as it seems that the 8.3 version // of SC does not call the selectionUpdated event anymore cellClick: function (record, rowNum, colNum) { this.deselectAllRecords(); this.selectRecord(record); }, | |||||||||||
Steps To Reproduce | Comment out the cellClick method in ob-personalization-treegrid.js See 20503: open a window in form personalization mode and left click on fields in the field tree on the left the properties form in the bottom is not refreshed | |||||||||||
Proposed Solution | Debug more in Isomorphic code to see if it is a smartclient issue, and if so report it on the Smartclient forum. | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0052326) AugustoMauch (administrator) 2012-09-24 12:46 |
Effort: 3 Impact: low Plan: mid |
Issue History | |||
Date Modified | Username | Field | Change |
2012-05-30 12:10 | mtaal | New Issue | |
2012-05-30 12:10 | mtaal | Assigned To | => alostale |
2012-05-30 12:10 | mtaal | Modules | => Core |
2012-05-30 12:10 | mtaal | Relationship added | related to 0020503 |
2012-05-30 12:15 | mtaal | Assigned To | alostale => mtaal |
2012-07-05 22:07 | mtaal | Target Version | 3.0MP13 => |
2012-09-24 12:46 | AugustoMauch | Note Added: 0052326 | |
2012-09-24 12:46 | AugustoMauch | Status | new => scheduled |
2016-10-21 10:59 | mtaal | Status | scheduled => closed |
2016-10-21 10:59 | mtaal | Resolution | open => out of date |
2016-10-21 13:17 | mtaal | Tag Attached: MT_closed_out_of_date | |
2016-10-21 14:08 | mtaal | Assigned To | mtaal => platform |
2016-10-21 14:09 | mtaal | Status | closed => new |
2016-10-21 14:10 | mtaal | Tag Detached: MT_closed_out_of_date | |
2022-02-01 08:09 | alostale | Assigned To | platform => Triage Platform Base |
Copyright © 2000 - 2009 MantisBT Group |