You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Press the DELETE key to delete the selected portion.
Expected Behavior: The selected portion of the identifier is deleted.
Actual Behavior: The rename is cancelled.
Note: Repeating steps 2-4 will eventually get Inline Rename in a bad state where the UI won't go away and there's a gold bar that reports a COMException. Here's the ActivityLog from session where this happened: ActivityLog.txt
The text was updated successfully, but these errors were encountered:
Does this reproduce is you manually put focus into the flyout? I have a feeling this is a case where focus should have been in the flyout and isn't. Likely fixed by #60846
Version Used: Latest IntPreview
Steps to Reproduce:
Create a long identifier.
Select a portion of the identifier.
Press F2 to start an Inline Rename
Press the DELETE key to delete the selected portion.
Expected Behavior: The selected portion of the identifier is deleted.
Actual Behavior: The rename is cancelled.
Note: Repeating steps 2-4 will eventually get Inline Rename in a bad state where the UI won't go away and there's a gold bar that reports a
COMException
. Here's the ActivityLog from session where this happened: ActivityLog.txtThe text was updated successfully, but these errors were encountered: