← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1423531] [NEW] isError is false for committed event on error page after restoring a browsing session

 

Public bug reported:

Since the fix for bug #1398941, if I point a webview to http://invalid,
I’m seeing the following sequence of load events:

   started, !isError
   failed, !isError
   committed, isError

This works as expected. However it doesn’t work correctly if I save this
webview’s state and restore it. I’m then seeing the same sequence of
events, but isError is false for the last committed event.

I’m attaching a simple test app that demonstrates the issue.

** Affects: oxide
     Importance: Undecided
         Status: New

** Attachment added: "test.qml"
   https://bugs.launchpad.net/bugs/1423531/+attachment/4322547/+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/1423531

Title:
  isError is false for committed event on error page after restoring a
  browsing session

Status in Oxide Webview:
  New

Bug description:
  Since the fix for bug #1398941, if I point a webview to
  http://invalid, I’m seeing the following sequence of load events:

     started, !isError
     failed, !isError
     committed, isError

  This works as expected. However it doesn’t work correctly if I save
  this webview’s state and restore it. I’m then seeing the same sequence
  of events, but isError is false for the last committed event.

  I’m attaching a simple test app that demonstrates the issue.

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


Follow ups

References