View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032167 | Open CASCADE | OCCT:Visualization | public | 2021-02-25 13:40 | 2021-09-04 15:55 |
Reporter | mgn | Assigned To | bugmaster | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 7.5.0 | ||||
Target Version | 7.6.0 | Fixed in Version | 7.6.0 | ||
Summary | 0032167: Visualization, AIS_InteractiveContext - setObjectStatus sets wrong status when AIS_DS_Erased | ||||
Description | It is supposed to map the given object with the corresponding status passed in the method. | ||||
Tags | No tags attached. | ||||
Test case number | Not required | ||||
|
The bug has been unintentionally fixed by patch for 0032162.- if (theStatus != AIS_DS_None) + if (theStatus != PrsMgr_DisplayStatus_None) { - Handle(AIS_GlobalStatus) aStatus = new AIS_GlobalStatus (AIS_DS_Displayed, theDispMode, theSelectionMode); + Handle(AIS_GlobalStatus) aStatus = new AIS_GlobalStatus (theDispMode, theSelectionMode); + theIObj->SetDisplayStatus (theStatus); |
|
|
|
Dear bugmaster, please switch bug into VERIFIED state (integrated within 0032162). |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-02-25 13:40 | mgn | New Issue | |
2021-02-25 13:40 | mgn | Assigned To | => mgn |
2021-02-25 13:40 | mgn | Summary | Visualization - setObjectStatus sets wrong status when AIS_DS_Erased status => Visualization - setObjectStatus sets wrong status when AIS_DS_Erased |
2021-02-25 13:41 | mgn | Status | new => assigned |
2021-02-25 13:43 | kgv | Product Version | => 7.5.0 |
2021-02-25 13:43 | kgv | Summary | Visualization - setObjectStatus sets wrong status when AIS_DS_Erased => Visualization, AIS_InteractiveContext - setObjectStatus sets wrong status when AIS_DS_Erased |
2021-02-25 13:45 | kgv | Relationship added | related to 0032162 |
2021-02-25 13:46 | kgv | Note Added: 0099139 | |
2021-02-25 13:46 | kgv | Note Edited: 0099139 | |
2021-02-25 13:48 | kgv | Note Edited: 0099139 | |
2021-02-27 15:40 | kgv | Note Added: 0099225 | |
2021-03-02 16:06 | kgv | Note Added: 0099303 | |
2021-03-02 16:06 | kgv | Assigned To | mgn => bugmaster |
2021-03-02 16:06 | kgv | Status | assigned => feedback |
2021-03-02 16:06 | kgv | Resolution | open => fixed |
2021-03-20 14:07 | bugmaster | Status | feedback => verified |
2021-09-04 15:55 |
|
Test case number | => Not required |