MuseScore Connect should redirect ESC event to the parent and close Start Center
MuseScore Connect doesn't implement special logic for ESC. So, if user put the focus to the Connect and press ESC, he definitely wants to close Start Center, so we need implement MuseScore Connect's widget ESC event as if ESC is pressed in Start Center widget itself.
The same issue is actual for 2.3.2.
Comments
Is your meaning like this: If you open up the software and set the focus widget at the "Online Community" or "Getting Started" in the Start Center Dialogue, then try pressing ESC key. The Start Center dialogue didn't dissapear as you expected.
In reply to Is your meaning like this:… by ylink
Yep :) I definitely have to improve my English!
Is this the expected behaviour when we focus on "Online Community" and press ESC then we should close whole "Start Center" or only "Online Community"?
In reply to Is this the expected… by mukeshnithcse1
Close Start Center. Online Community is a part of the Start Center which cannot be closed separately.
Okay, I am starting work on this issue. :)
See https://github.com/musescore/MuseScore/pull/4071
Fixed in branch master, commit 6035ece8ab
fix #276270: Close the start center when esc key press
Fixed in branch master, commit 32c4c4c393
Merge pull request #4071 from mukeshkharita/bug/esc_close_start_center
fix #276270: Start center close when press escape key
Automatically closed -- issue fixed for 2 weeks with no activity.