Commit ae0ecca2 authored by Joel Martin's avatar Joel Martin

Disable excanvas experiment.

Also, move bugs from TODO to github issues.
parent b8e07362
...@@ -9,10 +9,6 @@ Short Term: ...@@ -9,10 +9,6 @@ Short Term:
- Timing delta between frames in proxy record log, for playback - Timing delta between frames in proxy record log, for playback
support (for demo and test). support (for demo and test).
- Opera hang after second disconnect.
- Opera event issues: keyboard not stopped. Middle mouse sticks.
Medium Term: Medium Term:
......
...@@ -19,7 +19,7 @@ var Canvas, Canvas_native; ...@@ -19,7 +19,7 @@ var Canvas, Canvas_native;
} else { } else {
pre = (typeof VNC_uri_prefix !== "undefined") ? pre = (typeof VNC_uri_prefix !== "undefined") ?
VNC_uri_prefix : "include/"; VNC_uri_prefix : "include/";
document.write(start + pre + "excanvas.js" + end); //document.write(start + pre + "excanvas.js" + end);
Canvas_native = false; Canvas_native = false;
} }
}()); }());
...@@ -150,7 +150,7 @@ init: function (id) { ...@@ -150,7 +150,7 @@ init: function (id) {
} else { } else {
console.warn("Using excanvas canvas emulation"); console.warn("Using excanvas canvas emulation");
//G_vmlCanvasManager.init(c); //G_vmlCanvasManager.init(c);
G_vmlCanvasManager.initElement(c); //G_vmlCanvasManager.initElement(c);
} }
if (! c.getContext) { throw("No getContext method"); } if (! c.getContext) { throw("No getContext method"); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment