View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014225ParaView(No Category)public2013-08-13 18:142015-01-11 08:23
ReporterKen Moreland 
Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version4.0 
Target Version4.1Fixed in Version4.1 
Summary0014225: Line Chart Interaction: Toggle Selection should be Replace Selection
DescriptionThere are a whole lot of things wrong with the interaction in line charts, which is going to be embarrassing when they are brought up in the ParaView tutorial.

The behavior of Toggle Selection is confusing and appears inconstant. I observe all of the following using a Plot Over Line on a Wavelet source.

* If you highlight a region that has no selected points, those points become selected.
* If you highlight a region that has both selected and unselected points, the points that were not selected become selected except the ones that were selected become unselected, along with those outside the highlight.
* If you highlight a region with no points, nothing happens.
* If you highlight a region with only selected points, nothing happens.

(Note that this bug, in conjunction with 0014224 conspire to make it practically impossible to clear out a selection on a line chart.)

The way this selection should work is that the selection gets replaced with any points that get highlighted. If a region with no points gets highlighted, then the selection should be cleared. This is consistent with how selection works in 3D views. In fact, I would probably advocate removing all other selection types and exclusively support a replace selection mechanism.
TagsNo tags attached.
ProjectSandia
Topic Namefix_chart_interactions
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031783)
Utkarsh Ayachit (administrator)
2013-10-30 14:37

commit d09ef6282db175c1e0fe11296b24119bdd6354d7
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Oct 30 14:31:33 2013 -0400

    Fixes issue with selections in charts.
    
    This addresses several bugs with chart interactions and selections including
    BUG 0014223, BUG 0014224, BUG 0014225. We now have two buttons for selection types:
    rectangular and polygonal. One presses those to enter selection mode (or use the
    corresponding key-board shortcuts). The modifier buttons are don't start/stop
    selection, but just affect how the selection is updated on the subsequent
    selection action. Selection modifier is persistent and hence persists till user
    manually changes it. We switch in and out of selection mode similar to what we
    do for 3D view i.e. on mouse-up, we come out selection mode to regular
    interaction mode.
    
    Change-Id: I0e1c683921f2a7c777ab28d62def4157233b180f
(0031817)
Utkarsh Ayachit (administrator)
2013-11-01 13:11

SUMMARY
---------------------------------------------
Topics merged into master:
  selection_enhancements
  pvweb-fix-script-path
  fix_chart_interactions
  14376_fix_settings_dialog
  14375-in-situ
  14371_fix_color_function_rescale
  14287_fix_time_and_find_data

---------------------------------------------
Topics reverted from next:
  paraview-web-client-tests
  vtkweb-url-arg-parsing

*NOTE* these topics were reverted since the referenced VTK topics were not
merged in VTK master
(0031826)
Ken Moreland (manager)
2013-11-04 13:39

Much, much better. I did notice a strange issue with the interaction, which I reported with bug 0014392, but overall selections in plots are way more usable.

 Issue History
Date Modified Username Field Change
2013-08-13 18:14 Ken Moreland New Issue
2013-08-13 18:14 Ken Moreland Target Version => 4.1
2013-09-16 11:35 Utkarsh Ayachit Assigned To => Kyle Lutz
2013-10-30 14:37 Utkarsh Ayachit Topic Name => fix_chart_interactions
2013-10-30 14:37 Utkarsh Ayachit Status backlog => gatekeeper review
2013-10-30 14:37 Utkarsh Ayachit Note Added: 0031783
2013-11-01 13:11 Utkarsh Ayachit Fixed in Version => git-master
2013-11-01 13:11 Utkarsh Ayachit Status gatekeeper review => customer review
2013-11-01 13:11 Utkarsh Ayachit Note Added: 0031817
2013-11-01 13:17 Utkarsh Ayachit Fixed in Version git-master => 4.1
2013-11-04 13:39 Ken Moreland Note Added: 0031826
2013-11-04 13:39 Ken Moreland Status customer review => closed
2013-11-04 13:39 Ken Moreland Assigned To Kyle Lutz =>
2013-11-04 13:39 Ken Moreland Resolution open => fixed
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master d09ef628


Copyright © 2000 - 2018 MantisBT Team