mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[PR #589] Fix novnc mouse on chrome #688
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/589
Author: @forumi0721
Created: 12/8/2015
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
92df8e0Fix novnc mouse on chromeee4c5efMerge remote-tracking branch 'org/master'📊 Changes
1 file changed (+14 additions, -14 deletions)
View changed files
📝
webvirtmgr/static/js/novnc/input.js(+14 -14)📄 Description
I think chrome(new version) has 'ontouchstart' by default.
So mouse event does not work.
If problem has occur on other engine(like gecko), some other patch needed.
(Tested on IE, Chrome, Android AOSP browser)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.