← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1542409] Re: onLoadingChanged of WebView component never enter when is loaded

 

loadingChanged is deprecated, you want to use loadingStateChanged.

** Changed in: oxide
       Status: New => Invalid

-- 
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/1542409

Title:
  onLoadingChanged of WebView component never enter when is loaded

Status in Oxide:
  Invalid

Bug description:
  Hi!

  Please, try the attachment, run with:
  qmlscene test.qml

  The exit will be:
  costales@dev:~
  .............
  qml: loading value: true
  qml: loading value: true
  costales@dev:~

  There is something wrong, because the onLoadingChanged event (line 5)
  should be triggered when the page is loaded, then, the "loading"
  variable should be 'false'.

  The bug is that 'loading' is always 'true'.
  The problem with this bug is that an aplication (like uNav) can't know
  when the webview completed the load.

  Thanks in advance!

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


References