diff --git a/package/yast2-installation.changes b/package/yast2-installation.changes index 14841a7a5..f38cbde8a 100644 --- a/package/yast2-installation.changes +++ b/package/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jul 25 11:52:07 UTC 2019 - David Diaz + +- Avoid to lost the focus in the proposal installation summary when + the user makes changes using the available options on it + (bsc#1142353). +- 4.2.7 + ------------------------------------------------------------------- Mon Jun 17 13:37:35 UTC 2019 - José Iván López González diff --git a/package/yast2-installation.spec b/package/yast2-installation.spec index 019093753..1dcb36945 100644 --- a/package/yast2-installation.spec +++ b/package/yast2-installation.spec @@ -16,7 +16,7 @@ # Name: yast2-installation -Version: 4.2.6 +Version: 4.2.7 Release: 0 Group: System/YaST License: GPL-2.0-only diff --git a/src/lib/installation/proposal_runner.rb b/src/lib/installation/proposal_runner.rb index 4ab20b8a0..fb4a3100d 100644 --- a/src/lib/installation/proposal_runner.rb +++ b/src/lib/installation/proposal_runner.rb @@ -199,6 +199,10 @@ def confirm_update def input_loop loop do richtext_normal_cursor(Id(:proposal)) + + # Keep focus in the RichText widget (bsc#1142353) + Yast::UI.SetFocus(Id(:proposal)) + # bnc #431567 # Some proposal module can change it while called assign_next_button