Disable excanvas experiment.

Also, move bugs from TODO to github issues.
This commit is contained in:
Joel Martin 2010-07-02 14:25:12 -05:00
parent b8e07362d9
commit ae0ecca2e4
2 changed files with 2 additions and 6 deletions

View File

@ -9,10 +9,6 @@ Short Term:
- Timing delta between frames in proxy record log, for playback
support (for demo and test).
- Opera hang after second disconnect.
- Opera event issues: keyboard not stopped. Middle mouse sticks.
Medium Term:

View File

@ -19,7 +19,7 @@ var Canvas, Canvas_native;
} else {
pre = (typeof VNC_uri_prefix !== "undefined") ?
VNC_uri_prefix : "include/";
document.write(start + pre + "excanvas.js" + end);
//document.write(start + pre + "excanvas.js" + end);
Canvas_native = false;
}
}());
@ -150,7 +150,7 @@ init: function (id) {
} else {
console.warn("Using excanvas canvas emulation");
//G_vmlCanvasManager.init(c);
G_vmlCanvasManager.initElement(c);
//G_vmlCanvasManager.initElement(c);
}
if (! c.getContext) { throw("No getContext method"); }