View Issue Details

IDProjectCategoryView StatusLast Update
0013679Open CASCADEOCCT:Visualizationpublic2012-01-18 13:29
ReporterakkAssigned Tobugmaster  
PrioritynormalSeveritytrivial 
Status closedResolutionunable to reproduce 
OSLinux 
Summary0013679: OCC_Selector cannot keep objects, not displayed in OCC viewer.
DescriptionOCC_Selector cannot keep objects, not displayed in OCC viewer.

The way to reproduce problem via SALOME application:
1.Create 4 GEOM objects.
2.Display Only objects 1 and 2.
3.Select objects 3 and 4 in ObjectBrowser (with Ctrl).
4.Select objects 1 and 2 in Viewer (only OCC, it works with VTK) (with Shift).
Result: objects 3 and 4 are no more selected.

Note: this bug is from PAL13114

Comments from JFA:
This problem is related to the selection synchronization mechanism, currently
used in Salome. Each Selector knows all currently selected objects, and when
user selects/deselects some objects, Selector sends new list to other Selectors
via Selection Manager. But OCC_Selector, responsible for selection in OCC
viewer, can keep only objects, displayed in the viewer (because selection is
managed on OCCT level). That is why any selected objects, not displayed in OCC
viewer, are lost after a selection in it.
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2006-10-23 19:25 akk BugsThisDependsOn => 13114
2006-12-27 10:57 mpv CC => smh
2007-01-11 13:53 bugmaster Status new => closed
2007-01-11 13:53 bugmaster Resolution @0@ => unable to reproduce
2011-08-02 11:24 bugmaster Category OCCT:VIZ => OCCT:Visualization
2012-01-18 13:29 atp Fixed in Version EMPTY =>
2012-01-18 13:29 atp Description Updated