View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003627ParaView(No Category)public2006-08-17 15:022006-11-30 20:15
ReporterMark Richardson 
Assigned ToMark Richardson 
PriorityurgentSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003627: Renaming pipeline items causes error
DescriptionRenaming a pipeline item has a few problems. The editing field is positioned wrong. Hitting the enter button causes the item to dissapear. The edit trigger should be select-click instead of double-click. Double-clicking is used to activate the item, which is used for expand/collapse if applicable.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0004674)
Mark Richardson (reporter)
2006-08-17 15:02

I'll take a look at this one.
(0004684)
Berk Geveci (administrator)
2006-08-17 15:36

There still seems to be a few wrong things with renaming items. Also, Utkarsh, are we changing the name under which the proxies are registered when renaming pipeline items?
(0004693)
Utkarsh Ayachit (administrator)
2006-08-18 10:08

Yes, we are re-registering the proxies when their "name" changes.
(0005313)
Mark Richardson (reporter)
2006-10-09 16:04

Fixed the crash when renaming pipeline items. The previous implementation would crash when trying to rename the item that was just renamed. Qt would call setData with the same name. I simply added a check for the same name in the rename method. The edit trigger has also been changed to selected-clicked instead of double-click. There is still a renaming problem: you can only rename it once. Subsequent edit attempts get swallowed since Qt immediately calls setData with the same name. I'll track this one down next.
(0005327)
Utkarsh Ayachit (administrator)
2006-10-10 10:57

Try this:
* select source in pipeline browser.
* right click - the context menu shows up, as well as the name becomes editable.
(0005330)
Mark Richardson (reporter)
2006-10-10 15:05

Well... add one more think to my list of Qt complaints. I think we can work around this one by handling the mouse edit triggers ourselves.
(0005630)
Mark Richardson (reporter)
2006-11-01 12:04

There are stil some missing features in the pipeline browser, but the bugs are fixed. The selection works correctly now. Clicking on the eyeball no longer changes the selection or the current index. The selected-clicked edit trigger works right. Right click no longer triggers an edit. The edit widget is sized correctly now and you can edit more than one item. The previous version would allow one edit and then never work again. These have all been fixed.

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team