Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Object with embed tag doesn't work properly in 4.8
Forum Updated to NodeBB v4.3 + New Features

Object with embed tag doesn't work properly in 4.8

Scheduled Pinned Locked Moved Qt WebKit
1 Posts 1 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    markymark
    wrote on last edited by
    #1

    Hello, we're in the progress of migrating from Qt 4.7.0 to 4.8.0. We are building for an embedded system and using webkit QGraphicsWebView with html to embed flash. The html has an object tag and inside that, param tags and an embed tag. This worked fine in 4.7 but in 4.8 it doesn't load correctly. Debugging reveals that HTMLObjectElement::hasFallbackContent returns true because it finds the embed child element. This results in createScriptInstanceForWidget never getting called. My current fix is to remove all embed tags. Is this a bug or can somebody explain what's going on in 4.8.0 ? Thanks

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved