Skip to content

FileVista v9.7.5

Choose a tag to compare

@GleamTech GleamTech released this 23 Dec 22:56
· 3 commits to master since this release

Version 9.7.5 - December 18, 2025

  • Fixed: Error when app is put into a cross-domain iframe:
    Uncaught (in promise) SecurityError: Failed to read a named property 'matchMedia' from 'Window'

  • Fixed: FileUploader page leave confirm dialog was not working.

  • Improved: Document Viewer:

    • Improved: Updated PDF.js library to 5.4.449 for stability and performance.

    • Fixed: Error when DocumentViewer is put into a cross-domain iframe:
      Uncaught (in promise) SecurityError: Failed to read a named property 'matchMedia' from 'Window'
      Also avoid Blocked autofocusing on a <button> element in a cross-origin subframe. browser warning
      by not using autofocus attribute.

    • Fixed: Comments sidebar and signature menus should use the same font-family and
      font-size should be relative to the UI e.g. when using large UI sizing.

    • Fixed: When converting/viewing Word Processing formats show Header/Footer even if page content is empty.

    • Added: New permission DocumentViewerPermissions.RunScripts which is included in default permission DocumentViewerPermissions.All.
      For security purpose, you can now disable execution of active content (JavaScript) by PDF files.

    • Fixed: CacheTrim.log was being deleted too often as file creation date was not reset and thus it was considered expired.
      Normally it should keep contents till DocumentCache.MaxAge.