Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0020637
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Openbravo ERP] A. Platformminorhave not tried2012-05-30 12:102022-02-01 08:09
ReportermtaalView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionout of dateFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0020637: selectionUpdated event not fired in form personalization tree

DescriptionRelated 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 ReproduceComment 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 SolutionDebug more in Isomorphic code to see if it is a smartclient issue, and if so report it on the Smartclient forum.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0020503 closedmtaal Wrong behaviour in form personalitation 

-  Notes
(0052326)
AugustoMauch (manager)
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
Powered by Mantis Bugtracker