View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005739ParaView(No Category)public2007-09-18 15:222007-09-21 14:19
ReporterBerk Geveci 
Assigned ToMark Richardson 
PriorityhighSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005739: Error when changing components in line chart
DescriptionWhen plotting a vector in the line chart, I see a "edit: editing failed" error every time I change a component. Everything else seems to work fine.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0009156)
Mark Richardson (reporter)
2007-09-19 14:11

When pressing the tab key, the Qt delegate tells the view to edit the next item. The tree view says the next item is in column zero of the next row. In the line series model, column zero is never editable, so Qt spits out a warning. Since the next item will never be editable, I overrode the delegate to just close the editor instead of sending the edit next hint.

 Issue History
Date Modified Username Field Change
2007-09-18 15:22 Berk Geveci New Issue
2007-09-18 15:22 Berk Geveci Status backlog => tabled
2007-09-18 15:22 Berk Geveci Assigned To => Mark Richardson
2007-09-19 14:11 Mark Richardson Status tabled => @80@
2007-09-19 14:11 Mark Richardson Resolution open => fixed
2007-09-19 14:11 Mark Richardson Note Added: 0009156
2007-09-21 14:19 Alan Scott Status @80@ => closed
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team