Cannot move pointer to top of console view in noVNC

The subject line says it all. When using noVNC and I move the mouse to the top of the console view, the pointer will stop short. So, if I have a Windows VM and a window that is maximized, I cannot click on the close button. oVirt Engine Version: 4.0.5.5-1.el7.centos browser: Google Chrome 55.0.2883.87 m I have also tried using Firefox (50.1.0) and experience the same issue. Any help in this matter would be greatly appreciated. George Chlipala gchlip2@uic.edu

On 19-1-2017 23:31, George Chlipala wrote:
The subject line says it all. When using noVNC and I move the mouse to the top of the console view, the pointer will stop short. So, if I have a Windows VM and a window that is maximized, I cannot click on the close button.
I think you're looking at your cursor locked into the client window. There should be a helpful message in the window title to press SHIFT+F12 to release the cursor :-) Joop

It looks like is a HTML/CSS issue. The status div "overhangs" the canvas and prevents the pointer from interacting with the canvas. I have made the following change to /usr/share/ovirt-engine/files/novnc/include/base.css and it resolves the issue. --- files/novnc/include/base.css.orig 2017-01-23 23:09:23.129194000 +0000 +++ files/novnc/include/base.css 2017-01-23 23:15:16.629194000 +0000 @@ -89,8 +89,6 @@ html { #noVNC_status { font-size: 12px; - padding-top: 4px; - height:32px; text-align: center; font-weight: bold; color: #fff; George Chlipala email: gchlip2@uic.edu On Fri, Jan 20, 2017 at 8:23 AM, Joop <jvdwege@xs4all.nl> wrote:
On 19-1-2017 23:31, George Chlipala wrote:
The subject line says it all. When using noVNC and I move the mouse to the top of the console view, the pointer will stop short. So, if I have a Windows VM and a window that is maximized, I cannot click on the close button.
I think you're looking at your cursor locked into the client window. There should be a helpful message in the window title to press SHIFT+F12 to release the cursor :-)
Joop
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
participants (2)
-
George Chlipala
-
Joop