View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006575ParaView(No Category)public2008-03-08 13:042011-01-13 17:00
ReporterBerk Geveci 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.4Fixed in Version3.4 
Summary0006575: Scalar bar is rendered twice at creation
DescriptionWhen the scalar bar is created, it is rendered once as fat and again a thin. The first render should not happen.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0011398)
Ken Moreland (manager)
2008-04-16 12:50

The issue is that vtkAbstractWidget is calling render whenever the visibility changes. After talking this over with Berk and Will, we decided that this behavior was erroneous: the interactor, interaction handler function, or calling function should be responsible for rendering the window to display visible state changes, not the widget itself.
(0012421)
Utkarsh Ayachit (administrator)
2008-06-19 14:19

SetEnable() should not cause any renders. The widgets
should trigger renders on when the user interacts with the widget, not
otherwise.

/cvsroot/ParaView3/ParaView3/VTK/Widgets/vtkAbstractWidget.cxx,v <-- VTK/Widgets/vtkAbstractWidget.cxx
new revision: 1.17; previous revision: 1.16
(0012484)
Alan Scott (manager)
2008-06-23 20:53

Tested client/server. I never saw the wide scalar bar.

 Issue History
Date Modified Username Field Change
2008-03-08 13:04 Berk Geveci New Issue
2008-03-08 13:04 Berk Geveci Status backlog => tabled
2008-03-08 13:04 Berk Geveci Assigned To => Ken Moreland
2008-04-16 12:50 Ken Moreland Note Added: 0011398
2008-05-29 13:23 Berk Geveci Assigned To Ken Moreland => Berk Geveci
2008-06-03 11:38 Utkarsh Ayachit Assigned To Berk Geveci => Utkarsh Ayachit
2008-06-19 14:19 Utkarsh Ayachit Status tabled => @80@
2008-06-19 14:19 Utkarsh Ayachit Resolution open => fixed
2008-06-19 14:19 Utkarsh Ayachit Note Added: 0012421
2008-06-23 20:53 Alan Scott Status @80@ => closed
2008-06-23 20:53 Alan Scott Note Added: 0012484
2009-05-13 13:58 Utkarsh Ayachit Target Version => 3.4
2009-05-13 13:59 Utkarsh Ayachit Fixed in Version => 3.4
2011-01-13 17:00 Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00 Source_changeset_attached => VTK master 020ef709
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team