mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-03 10:59:39 +00:00
IE9 fixes: mouse, doctype. Adobe Flash link.
Fix mouse button mapping in IE9. All browsers have converged on a standard left=0, middle=1, right=2 ... all except IE that is. Add html5 doctype to tests. In vnc_perf test, use do_test instead of start for function name since start is a keyword in IE. In error about Flash give a link to Adobe's download page.
This commit is contained in:
@@ -203,7 +203,7 @@ function constructor() {
|
||||
Util.Flash.version);
|
||||
if ((! Util.Flash) ||
|
||||
(Util.Flash.version < 9)) {
|
||||
updateState('fatal', "WebSockets or Adobe Flash is required");
|
||||
updateState('fatal', "WebSockets or <a href='http://get.adobe.com/flashplayer'>Adobe Flash<\/a> is required");
|
||||
} else if (document.location.href.substr(0, 7) === "file://") {
|
||||
updateState('fatal',
|
||||
"'file://' URL is incompatible with Adobe Flash");
|
||||
|
||||
Reference in New Issue
Block a user