musescore / musescore/MuseScore
[MU4 Issue] Clicking Bold/Italic/Underline on properties panel prevents user from continuing to type text with keyboard
@vpereverzev is already working on this.
Since Jun 8, 2022.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Describe the bug
While editing a text element in the score, if you type some characters, then click on the toggle buttons for bold/italic/underline on the properties panel, it grabs the keyboard focus and doesn't allow you to keep typing in the text element area. This is a regression on v3.
To Reproduce
- Create or open any score and add or find a text element and edit it
- Start typing
- Click on "bold" on the properties panel
- Continue typing, but the characters do not appear
Expected behavior
Keyboard focus should remain on the text element after clicking on the bold button and allow the user to keep typing as per v3.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform information
Windows 10
Additional context
Add any other context about the problem here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.