Skip to content
Snippets Groups Projects
Select Git revision
  • afb89ec3896e9f0c0809620e7a19de253a809aa3
  • main default protected
  • demo protected
  • master
  • icon-set-mapping
  • production protected
  • revert-62666d1a
  • favorites-and-recent-files
  • lit2
  • wc-part
  • mark-downloaded-files
  • feature/annotpdf-test
  • fix-zip-upload
  • config-cleanup
  • wip
  • app-shell-update
16 results

data

  • Clone with SSH
  • Clone with HTTPS
  • Christoph Reiter's avatar
    Reiter, Christoph authored
    The regex used to detect signatures uses "(.|\\s)" to emulate dotall, since
    old browsers don't support it.
    
    For some reason that leads to internal errors in Firefox with larger files in some cases.
    
    Replacing it with a simpler "[\\s\\S]" class makes things work.
    
    Also adds some tests with real PDF files, "QPDF-367-0.pdf" was triggering this issue.
    
    Fixes #46
    9b8b6ac6
    History