FileVista v9.7.5
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 avoidBlocked autofocusing on a <button> element in a cross-origin subframe.browser warning
by not usingautofocusattribute. -
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.RunScriptswhich is included in default permissionDocumentViewerPermissions.All.
For security purpose, you can now disable execution of active content (JavaScript) by PDF files. -
Fixed:
CacheTrim.logwas being deleted too often as file creation date was not reset and thus it was considered expired.
Normally it should keep contents tillDocumentCache.MaxAge.
-