Page MenuHomePhabricator

DataManager: Don't clear name on edit
Closed, DuplicatePublic

Description

When editing an name of a data node through double clicking an entry in DataManager the previous name is cleared. A better behaviour (and a standard one) would be that the previous name is keept but selected so the user can choose to overwrite or to add some letters.
Should be a very minor change but with a big impact! ;)

Event Timeline

Thanks for reporting, however the issue is already listed.

There is also some work done on this feature request in the T15882 already. @Stefan could you review the changes made by Sebastian?

Oh, thank you for correcting this!
I took a short look into this as well... Seems to be an issue of configuring the QTreeView class used in DataManager view. I will have the original bug in sight.

Thanks Jan,
Ingmar