Results 1 to 8 of 8

Thread: BUG in QTWebkit 4.8 > Flash

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2011
    Posts
    25
    Qt products
    Qt4
    Platforms
    Windows

    Exclamation BUG in QTWebkit 4.8 > Flash

    Hallo All,

    I'm not sure were to report this issue, so i try to report it here first.

    It seems there is a terrible bug in the last QT with Webkit.

    When i scroll down a page that contains flash content, the flash moves down also..
    Well it's difficult to explain so i created some screenshots.

    I tried this on two different windows machines and both same result.
    The issue is when you scroll down and up..! In this example i used:
    www.youtube.com (youtube only has problems with a banner.. if there is banner ofcourse!)
    http://www.wechoosethemoon.org/ (the starting loader and well.. then the whole site)

    31-7-2012 10-34-06.jpgnew_version.jpg

  2. #2
    Join Date
    Feb 2011
    Posts
    25
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: BUG in QTWebkit 4.8 > Flash

    Am I the only one that has this issue???

  3. #3
    Join Date
    Aug 2012
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: BUG in QTWebkit 4.8 > Flash

    No, you are not alone. I am also having rendering issues when Flash objects need to be scrolled. Either the object is not visible, or it is scrunched. If I resize the container widget, the flash object moves slowly down the screen and is almost always 'out of place' from where is should be. If container widget is sized large enough that no scrolling is needed, then the flash object(s) display correctly.

  4. #4
    Join Date
    Aug 2012
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: BUG in QTWebkit 4.8 > Flash

    FWIW, it appears to me that QtWebkit has an issue rendering Flash objects where wmode=transparent or wmode=opaque. Using this HTML renders just fine in Safari (which uses Webkit) and IE9, but does not render properly in QT browser window that requires scrolling. Removing the wmode parameter defaults to 'window'. It renders properly, but now I have a layering issue and a non-transparent background.

    <object type="application/x-shockwave-flash" data="http://smileys.smileycentral.com/cat/F/1/431.swf"
    width="66" height="66" id="FlashSmiley11">
    <param name="movie" value="http://smileys.smileycentral.com/cat/F/1/431.swf">
    <param name="play" value="true">
    <param name="loop" value="false">
    <param name="quality" value="high">
    <param name="wmode" value="transparent">
    <param name="allowScriptAccess" value="always">
    <param name="menu" value="true">
    </object>

    FWIW, I removed all the params except wmode. It still had the problem with wmode=transparent.

Similar Threads

  1. How to play flash with Qtwebkit
    By devin in forum Qt Programming
    Replies: 1
    Last Post: 1st February 2012, 02:44
  2. QtWebkit - Flash rendering problem
    By rsilva in forum Qt Programming
    Replies: 5
    Last Post: 5th May 2011, 08:38
  3. Flash in QTWebkit 2.0 ?
    By maratoid in forum Qt Programming
    Replies: 1
    Last Post: 11th March 2011, 17:30
  4. Running flash in QtWebkit
    By jay in forum Qt Programming
    Replies: 2
    Last Post: 16th June 2010, 10:44
  5. QtWebKit and flash performance issues
    By caelestis in forum Qt Programming
    Replies: 0
    Last Post: 7th February 2010, 05:08

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.