• Solly Ross's avatar
    Fix Race Condition in Display#clear on IE10 · 0b0b0433
    Solly Ross authored
    There was a race condition in Display#clear on IE10
    because we resize and then clear that causes the canvas
    to not actually end up cleared.  Clearing the current
    viewport first solves the issue.  It doesn't appear to
    affect other platforms, so it's inside a engine check
    (`Util.Engine.trident === 6`).  Once we stop supporting
    IE10, we should just remove this, because it's not the best
    to have Engine-specific code.
    0b0b0433
Name
Last commit
Last update
..
chrome-app Loading commit data...
web-socket-js Loading commit data...
web-socket-js-project @ c0855c6c Loading commit data...
Orbitron700.ttf Loading commit data...
Orbitron700.woff Loading commit data...
base.css Loading commit data...
base64.js Loading commit data...
black.css Loading commit data...
blue.css Loading commit data...
des.js Loading commit data...
display.js Loading commit data...
input.js Loading commit data...
jsunzip.js Loading commit data...
keyboard.js Loading commit data...
keysym.js Loading commit data...
keysymdef.js Loading commit data...
logo.js Loading commit data...
playback.js Loading commit data...
rfb.js Loading commit data...
ui.js Loading commit data...
util.js Loading commit data...
websock.js Loading commit data...
webutil.js Loading commit data...