03-16-2023 02:32 PM - edited 03-16-2023 02:34 PM
Here's a screenshot of what you have to do to reproduce the issue
Create a string constant, select some text in the control, go to the file menu and select VI Properties
The selected text ("ndo" in the pictured case) will italicize and the properties dialog window won't show up
03-16-2023 02:37 PM
I believe that is intended behavior. For the past few releases of LabVIEW, pressing Ctrl-B/I/U while text is selected in a panel or diagram object will bold/italicize/underline that text. The "original" functionality of those shortcuts (remove broken wires, VI Properties, diagram cleanup) will activate any time that a text field is not being edited.
03-16-2023 04:35 PM
I'm not pressing ctrl-b i or y 😉
03-16-2023 04:37 PM
Ah, I see. Yeah, LV R&D used the existing menu mechanism (where menu items have Ctrl-key shortcuts) to implement the font options, so that is a corner case that is a bit strange.
03-16-2023 05:37 PM
@Darren wrote:
I believe that is intended behavior. For the past few releases of LabVIEW, pressing Ctrl-B/I/U while text is selected in a panel or diagram object will bold/italicize/underline that text. The "original" functionality of those shortcuts (remove broken wires, VI Properties, diagram cleanup) will activate any time that a text field is not being edited.
I don't think it was intentional behavior as much as it was "unavoidable" behavior.