View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013750ParaView(No Category)public2012-12-20 18:082014-02-21 15:22
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version4.1 
Summary0013750: Line chart right button selection does not always work
DescriptionIn the line chart view, you are supposed to be able to drag with the right button to create a rubber-band selection that selects points on the line. This sometimes does not work. To recreate:

1. Load disk_out_ref.ex2. Load all variables. Apply.
2. Add Plot Over Line Filter. Set point 1 to (0, 0, 0) and point 2 to (0, 0, 10). Apply.
3. In the resulting line chart view, drag the right button to select over the black series. Nothing happens. Now drag the right button to select over the X axis. The series points are selected over that range. WTF?
TagsNo tags attached.
ProjectSandia
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0029970)
Marcus D. Hanwell (developer)
2013-01-02 11:51

This is probably related to some of the recent feature additions where combining multiple selections (select area A, then add/subtract/toggle selection of area B with previous selection). This required several changes in the chart selection handling code, and it looks like it caused a regression here.

The way chart selection works is that it iterates over each plot in a chart, I can ensure that the iteration over each plot is always additive. This can still lead to some weird behavior (that I think most people are used to) where more points are selected than expected - the ones in the other plot series sharing the same x value, but having different y values.
(0032320)
Utkarsh Ayachit (administrator)
2014-02-13 16:21

This should now be working since the changes to cleanup selection in charts for 4.1.
(0032370)
Alan Scott (manager)
2014-02-21 15:22

This is working correctly now.

Tested remote server, Linux, master.

 Issue History
Date Modified Username Field Change
2012-12-20 18:08 Ken Moreland New Issue
2012-12-31 10:49 Utkarsh Ayachit Assigned To => Marcus D. Hanwell
2013-01-02 11:51 Marcus D. Hanwell Note Added: 0029970
2013-01-08 21:25 Alan Scott Project TBD => Sandia
2014-02-13 16:21 Utkarsh Ayachit Note Added: 0032320
2014-02-13 16:21 Utkarsh Ayachit Status backlog => gatekeeper review
2014-02-13 16:21 Utkarsh Ayachit Fixed in Version => 4.1
2014-02-13 16:21 Utkarsh Ayachit Resolution open => fixed
2014-02-13 16:21 Utkarsh Ayachit Assigned To Marcus D. Hanwell => Utkarsh Ayachit
2014-02-13 16:21 Utkarsh Ayachit Status gatekeeper review => customer review
2014-02-21 15:22 Alan Scott Note Added: 0032370
2014-02-21 15:22 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team