Facepunch / sbox-issues

175 stars 12 forks source link

[Shadergraph] the usual copy ,cut, & paste operations in a text box property no longer function as they normally would. #6060

Closed QuackCola closed 3 months ago

QuackCola commented 3 months ago

Describe the bug

When you attempt todo ctrl+a for example in a text property within shadergraph instead of selecting all the text in the textbox all the nodes in the graph itself are selected. I suspect this stuff broke when the ShortcutAttribute stuff was added to shadergraph.

To Reproduce

  1. Open shadergraph
  2. Goto the graphs description property.
  3. with the Description text box selected type some random text then try ctrl+a.
  4. you should notice that any nodes in the graph will be selected instead of all the text in the text box.

Expected behavior

for the text in a text box to be selected . Not the nodes in the graph.

Media/Files

No response

Additional context

No response

QuackCola commented 3 months ago

This is resolved now