mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-28 07:59:40 +00:00
The coordinates used to calculate the position for the toolbar handle wrongly took page-offset into account. Util.getPosition was being used for this. Thus, when page was scrolled, this caused the handle to be offset when it was being moved. Use getBoundingClientRect instead.