MantisBT - ParaView
View Issue Details
0012958ParaView(No Category)public2012-02-22 13:552013-02-11 16:02
Sebastien Jourdain 
Sebastien Jourdain 
normalminorhave not tried
closedfixed 
 
3.98.0 
ParaViS
12958_disable_selection_if_not_master
incorrect functionality
0012958: Disable selection when slave
ParaView client can crash in collaboration mode when we switch from one client to another due to the fact that we trigger some selection mechanism on both master and slave.
In order to prevent such invalid case, we are going to disable selection request to happen from a slave client.
No tags attached.
Issue History
2012-02-22 13:55Sebastien JourdainNew Issue
2012-02-22 13:55Sebastien JourdainAssigned To => Sebastiennn Jourdain
2012-02-22 13:56Sebastien JourdainStatusbacklog => todo
2012-02-22 13:56Sebastien JourdainStatustodo => active development
2012-02-22 17:23Sebastien JourdainTopic Name => 12958_disable_selection_if_not_master
2012-02-22 17:23Sebastien JourdainNote Added: 0028318
2012-02-22 17:23Sebastien JourdainStatusactive development => gatekeeper review
2012-02-22 17:23Sebastien JourdainResolutionopen => fixed
2012-02-24 11:26Utkarsh AyachitFixed in Version => git-master
2012-02-24 11:26Utkarsh AyachitStatusgatekeeper review => customer review
2012-02-24 11:26Utkarsh AyachitNote Added: 0028322
2012-10-29 17:04Utkarsh AyachitFixed in Versiongit-master => 3.98.0
2013-02-11 16:02Utkarsh AyachitStatuscustomer review => closed

Notes
(0028318)
Sebastien Jourdain   
2012-02-22 17:23   
fix selection cache issue when slave became master and try to select where the server side does not need to do any render for the selection mechanism as the client think it does.
(0028322)
Utkarsh Ayachit   
2012-02-24 11:26   
merged into master, if applicable.