Merge pull request #319 from sharelatex/fix-pdf-renderer-for-edge

disable pdfjs fontface on Microsoft Edge
This commit is contained in:
Brian Gough 2016-09-21 15:20:56 +01:00 committed by GitHub
commit fe1caa806a

View file

@ -12,7 +12,9 @@ define [
INDICATOR_DELAY2: 250 # time until the indicator starts animating
constructor: (@url, @options) ->
# PDFJS.disableFontFace = true # avoids repaints, uses worker more
if navigator.userAgent?.indexOf("Edge/") >= 0
# Microsoft Edge does not work well with font-face (Sept 2016)
PDFJS.disableFontFace = true
if @options.disableAutoFetch
PDFJS.disableAutoFetch = true # prevent loading whole file
# PDFJS.disableStream