vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.77k stars 729 forks source link

Vaadin 7,8 pdf not show windows11+ #12501

Open divyadeepa266 opened 2 years ago

divyadeepa266 commented 2 years ago

vaadi 7 and 8 windows 10 version work fine but windows 10+ not showing embedded.setMimeType("application/pdf"); StreamResource r = new StreamResource(s, demo.pdf);Embedded pdf = new Embedded();

pdf.setType(Embedded.TYPE_BROWSER); pdf.setMimeType("application/pdf"); pdf.setSource(r); pdf.setSizeFull();

OlliTietavainenVaadin commented 2 years ago

@divyadeepa266 Please add the specific browser version(s) that are affected, as well as the exact Vaadin versions used.

Ansku commented 2 years ago

From Discord: Chrome version 96.0.4664.110, Vaadin version 8.2.0, plugin version 8.1.7 Noted that 8.2.0 is very old, updating to 8.14.3 suggested.