Description
While debugging, in the locals view, one can navigate using the arrow keys. Up and down allow to move around in the list of locals, left allows to fold an open item and right to unfold a closed item.
All of them work except the right arrow key.
Expected behavior: the right arrow key allows to unfold an item and shows whats inside the item. The selected item is still selected.
Current behavior: If the item was not unfolded before, it is unfolded but it is also deselected. Pressing another arrow key will select automatically the top item in the list, instead of continuing from the freshly unfolded item.
If the item was already unfolded before (and refolded), then it unfolds correctly, without forgetting which item was selected.
This is bothersome as navigating the locals with the arrow keys is quite comfortable, compared to double-clicking around to unfold the items.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-29084 Locals view higlight reset on expansion
-
- Open
-