Files
reactos/dll/win32
Whindmar Saksit 11ea1d6198 [BROWSEUI][COMCTL32] Handle rename on other folders in Explorer bar tree (#6832)
IContextMenu (CDefaultContextMenu) only knows how to rename when its site is an IShellView. The tree must detect the rename operation and perform it in the TreeView instead.

Fixed a bug in the ListView that is triggered by activating DefView (to complete the rename): Just after DefView has been activated, the tree performs a navigation to the newly renamed folder, this causes DefView to be destroyed and in turn the ListView. The ListView tries to handle a selection change during destruction of the ListView and ends up accessing an invalid pointer.

CORE-19557
2024-05-22 00:06:46 +02:00
..
2021-08-04 02:03:07 +02:00
2023-04-16 18:53:19 +02:00
2023-12-23 21:37:08 +01:00
2024-01-01 00:00:00 +01:00
2022-05-04 03:28:38 +03:00
2023-09-23 11:06:24 +03:00
2022-05-04 03:28:38 +03:00
2023-10-09 02:34:30 +03:00