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
Describe the bug
When editing a parameter of a component (e.g. value of constant), highlighting the current value, as if to type a replacement, results in the cursor moving to the 'Component Name' field
To Reproduce
Steps to reproduce the behavior:
Place a component that contains a literal, like a constant
Select the component
Click and drag to highlight the numerical value
Type a replacement - your new value appears on the end of the component name instead of replacing the value you expected
Expected behavior
It should be easy to change literal values without deleting the existing digits one by one. It may be appropriate for the existing value to be highlighted by default when any numerical parameter field is selected, since it may be more common to type a complete replacement than change individual digits of the existing value
Desktop (please complete the following information):
The focus CSS has been changed a bit in the properties window, which may help things. There is a fundamental problem that users often want to edit the diagram with properties window open, but also want to change properties on multiple symbols quickly. Having focus rules that fit all use cases is difficult.
The ambition at the moment is for focus never to lead to very surprising behaviour, and to make typical operations quick. Add to this conversation if you have a use case the current logic does not cope with,
Describe the bug
When editing a parameter of a component (e.g. value of constant), highlighting the current value, as if to type a replacement, results in the cursor moving to the 'Component Name' field
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should be easy to change literal values without deleting the existing digits one by one. It may be appropriate for the existing value to be highlighted by default when any numerical parameter field is selected, since it may be more common to type a complete replacement than change individual digits of the existing value
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: