vaadin / vaadin/framework

Vaadin 7,8 pdf not show windows11+

Open
#12,501 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.