← Back to team overview

ubuntu-webapps-bugs team mailing list archive

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

 

Public bug reported:

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.

** Affects: oxide
     Importance: Undecided
         Status: New

** Attachment added: "test.qml"
   https://bugs.launchpad.net/bugs/1322622/+attachment/4118333/+files/test.qml

-- 
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:
  New

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


Follow ups

References