← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1322622] Re: No rendering happens on a dynamically instantiated webview if its 'visible' property was changed

 

** Changed in: oxide
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1322622

Title:
  No rendering happens on a dynamically instantiated webview if its
  'visible' property was changed

Status in Oxide Webview:
  Fix Released

Bug description:
  Dynamically instantiating a webview in QML (using
  component.createObject(…)) without initially loading a URL, and
  ensuring it’s initially invisible then shown, and later loading a URL,
  results in no rendering. This can be worked around by then changing
  the 'visible' property to false and then true again.

  I’m attaching a small example that reproduces the issue. Note that it
  replicates webbrowser-app’s behaviour to deal with tabs, so it’s a
  pretty critical issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1322622/+subscriptions


References