This set of patches allows spice-html5 to work with IE10. The main problem with IE10 is the lack of dynamic cursor support (a data: uri is not allowed in a cursor in IE). This provides a crude cursor emulation via an image, and also provides a mechanism for a site administrator to define static cursors to improve the behavior. Cheers, Jeremy Jeremy White (3): Extend the native ArrayBuffer to add a slice() method if missing. Use document.documentElement.scrollXXX if document.body.scrollXXX is not present. Provide two levels of workaround for IE 10 cursor support. cursor.js | 6 +- display.js | 2 + inputs.js | 9 +++ simulatecursor.js | 202 +++++++++++++++++++++++++++++++++++++++++++++++++++ spice.html | 2 + spice_auto.html | 2 + spicearraybuffer.js | 58 +++++++++++++++ spicemsg.js | 7 +- 8 files changed, 285 insertions(+), 3 deletions(-) create mode 100644 simulatecursor.js create mode 100644 spicearraybuffer.js -- 1.7.10.4 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel