[DYN-4361] Enable Ctrl + C to copy selected data out of preview bubbles/watch nodes#15559
Conversation
changes only in views : TextBlock replaced with TextBox
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-4361
UI Smoke TestsTest: success. 11 passed, 0 failed. |
|
Code changes look good to me. |
updates the tests to take into account that the list items are now TextBox controls
|
@reddyashish , just updated the tests to take into account that the list items in the WatchTree are TextBox controls. The tests should now pass. |
The wrapping change is a good one. |

Purpose
PR aims to address DYN-4361.
I have replaced
TextBlockelements withTextBoxcontrols inInfoBubbleViewandWatchTree. Now users can select and copy data using Ctrl+C.Note that for nodes with multiple warnings, the info bubble text boxes are wrapped in a
Grid. The visual appearance is slightly different compared to the previous version (see image below). The change is small and helps avoid adding extra logic to the code-behind.Before:

After:

Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
Users can now select data from info bubbles and Watch nodes and use Ctrl+C to copy.
Reviewers
@reddyashish
@QilongTang
FYIs
@dnenov
@Amoursol