This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push: new a8ab47bb278 CPVM: move focus on input area after clearing clipboard (#9669) a8ab47bb278 is described below commit a8ab47bb2782f54f290532992644156d07743dfc Author: Wei Zhou <weiz...@apache.org> AuthorDate: Tue Sep 17 12:23:33 2024 +0200 CPVM: move focus on input area after clearing clipboard (#9669) --- systemvm/agent/noVNC/app/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/systemvm/agent/noVNC/app/ui.js b/systemvm/agent/noVNC/app/ui.js index 3a85648bb84..e99d763d60c 100644 --- a/systemvm/agent/noVNC/app/ui.js +++ b/systemvm/agent/noVNC/app/ui.js @@ -1000,6 +1000,7 @@ const UI = { clipboardClear() { document.getElementById('noVNC_clipboard_text').value = ""; + document.getElementById('noVNC_clipboard_text').focus(); }, clipboardSend() {