Bug 1767434 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Yes, upon checking it locally `bookmarkIndex` doesn't get updated when a list is sorted. I was using it as a shortcut so that I wouldn't always have to commit to a lookup but maybe it's easier and more reliable if we always do `ContentArea.currentView.view.treeIndexForNode(view.selectedNode);`. What do you think Marco?
Yes, upon checking it locally `bookmarkIndex` doesn't get updated when a list is sorted. I was using it as a shortcut so that I wouldn't always have to commit to a lookup but for accuracy maybe we should always do `ContentArea.currentView.view.treeIndexForNode(view.selectedNode);` and scrap using `bookmarkIndex`. What do you think Marco?
Yes, upon checking it locally `bookmarkIndex` doesn't get updated when a list is re-sorted from the default. I was using it as a shortcut so that I wouldn't always have to commit to a lookup but for accuracy maybe we should always do `ContentArea.currentView.view.treeIndexForNode(view.selectedNode);` and scrap using `bookmarkIndex`. What do you think Marco?

Back to Bug 1767434 Comment 2