Bug 94821
| Summary: | [Qt][WK2] Minibrowser --desktop doesn't show flash video if devicePixelRatio != 1 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jesus Sanchez-Palencia <jesus> |
| Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | abecsi, jturcotte, kbalazs, luciano.wolf |
| Priority: | P2 | Keywords: | Qt, QtTriaged |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jesus Sanchez-Palencia
If you open a youtube video, for instance, you hear the audio from it but you can't see the video. It only happens with MiniBrowser on desktop mode. Snowshoe desktop works just fine and Minibrowser mobile as well.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Andras Becsi
(In reply to comment #0)
> [...] Snowshoe desktop works just fine and Minibrowser mobile as well.
Current trunk shows a black video for me with the mobile MiniBrowser as well.
Luciano Wolf
Removing "experimental.devicePixelRatio: 1.5" from BrowserWindow.qml solves the problem. I'm investigating it.
Luciano Wolf
HTML5 video plays nicely. Flash videos only play if you double click it (to set fullscreen mode). Taking a look at plugins/flash related stuff now.
Luciano Wolf
No progress was made on this since my last comment. I'm moving to another bug and removing myself from "assigned to".
Balazs Kelemen
It has been fixed in http://trac.webkit.org/changeset/130519. The rendering is still not perfect though, I will investigate in how should we handle the devicePixelRatio for plugins.
*** This bug has been marked as a duplicate of bug 98518 ***