View Issue Details

IDProjectCategoryView StatusLast Update
0000146Open CASCADEOCCT:Visualizationpublic2006-06-29 09:15
Reporterjfa Assigned Tosav 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSSolaris 
Fixed in Version5.0.0 
Summary0000146: Single selection in 2D AIS Viewer works not correct
DescriptionThe first click on shape selects it - it is right. But the second one deselects
it and the following clicks have no effect. It is only in case when mouse cursor
is not moved on free place between clicks.

Example (DRAW script):
v2dinit
box b_b 10 15 20
v2ddisplay b_b
v2dfit
QASelect2d 120 204 # mouse click simulation
QASelect2d 120 204
QASelect2d 120 204

The cause of such behaviour is in AIS2D_InteractiveContext::MoveTo() method. It
does not update list of detected shapes when detects single shape for the second
time (even if it is another shape!).
TagsNo tags attached.
Test case number

Attached Files

  • ViewerTest.tar.gz (49,829 bytes)
  • OCC146.tar.gz (12,429 bytes)
  • Patch.tar.gz (19,493 bytes)

Activities

2002-01-30 09:43

 

ViewerTest.tar.gz (49,829 bytes)

2002-03-11 15:18

 

OCC146.tar.gz (12,429 bytes)

2002-03-18 15:05

 

Patch.tar.gz (19,493 bytes)

Issue History

Date Modified Username Field Change
2002-01-29 12:04 bugmaster CC => vtn
2002-02-04 15:55 bugmaster Assigned To bugmaster => sav
2002-02-04 15:55 bugmaster Status new => assigned
2002-03-21 12:09 sav Status assigned => resolved
2002-06-11 12:37 bugmaster Status resolved => @-1@
2002-07-03 14:45 vtn Status @-1@ => assigned
2002-07-03 17:55 bugmaster Status assigned => closed
2002-07-03 17:55 bugmaster Resolution @0@ => fixed
2011-08-02 11:24 bugmaster Category OCCT:VIZ => OCCT:Visualization