QupZilla / qupzilla

Cross-platform Qt web browser
http://www.qupzilla.com
GNU General Public License v3.0
1.12k stars 348 forks source link

Save image as... widget blocks video player #2092

Open vtronko opened 8 years ago

vtronko commented 8 years ago

Steps to reproduce:

  1. Open random webpage with picture available, e.g. this one
  2. Open new window
  3. In new window, open some webpage with video player, e.g. this one, start playing video.
  4. In first window pop the context menu with right button click and press "Save image as..."
  5. Video output is stopped (yet audio stream works just fine).

Same steps for "Save link as...".

Application version 2.0.99 (3da4150fcb) Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) QupZilla/2.0.99 Chrome/49.0.2623.111 Safari/537.36

Martii commented 8 years ago

Hmmm... STR's appear to not be doing the same thing for my Nix box with Qt 5.6.1

Have you tried the current HEAD of 704933f34c5f22fdfce11602edf68b1585b18a82 instead of https://github.com/QupZilla/qupzilla/commit/3da4150fcb617b9a1be637160e7ea346ad4b97ce ?

Platform UA's tested with STRs:

OS X freezes video via VNC and resumes after saving... will retry direct... confirm still failing on direct of OS X... same as VNC'd.

vtronko commented 8 years ago

@Martii didn't work with HEAD either

nowrep commented 8 years ago

Confirmed. Not much to do as long as QWebEngine download request is synchronous, unfortunately.