• 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
debian Loading commit data...
docs Loading commit data...
images Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
karma.conf.js Loading commit data...
package.json Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...