Vaadin 7,8 pdf not show windows11+
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 717
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 3
Description
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();
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the provided Vaadin 7/8 Embedded, StreamResource, and application/pdf example, then investigate why the embedded PDF differs between Windows 10 and Windows 11+. Confirm whether the example can display the PDF on Windows 11+; done means the embedded PDF renders reliably or the limitation is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100