Print button in Web Viewer not working in Chrome
Posted: Thu Jul 07, 2016 4:48 pm
Using version 2016.1.12.0
The web viewer print button in IE 10 works properly and will also display a sub-menu when the mouse hovers over.
However, the button is not working in Chrome when clicked, nor does a sub-menu appear.
PrintDestination is set to PDF
Is there a patch for this?
The web viewer print button in IE 10 works properly and will also display a sub-menu when the mouse hovers over.
However, the button is not working in Chrome when clicked, nor does a sub-menu appear.
PrintDestination is set to PDF
Code: Select all
<cc3:StiWebViewer ID="StiWebViewer1" runat="server" ZoomPercent="75" ShowExportToBmp="False" ShowExportToCsv="False" ShowExportToDbf="False" ShowExportToDif="False" ShowExportToDocument="False" ShowExportToExcelXml="False" ShowExportToGif="False" ShowExportToHtml="False" ShowExportToJpeg="False" ShowExportToMetafile="False" ShowExportToMht="False" ShowExportToOds="False" ShowExportToOdt="False" ShowExportToPcx="False" ShowExportToPng="False" ShowExportToPowerPoint="False" ShowExportToRtf="False" ShowExportToSvg="False" ShowExportToSvgz="False" ShowExportToSylk="False" ShowExportToText="False" ShowExportToTiff="False" ShowExportToXml="False" ShowExportToXps="False" RenderMode="AjaxWithCache" PrintDestination="Pdf" Width="100%" Theme="Office2013" />
Is there a patch for this?