← Back to team overview

ubuntu-webapps-bugs team mailing list archive

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

 

** Changed in: oxide/1.5
     Assignee: (unassigned) => Olivier Tilloy (osomon)

** Changed in: oxide/1.5
   Importance: Undecided => Medium

** Changed in: oxide/1.5
       Status: New => In Progress

** Changed in: oxide/1.4
       Status: New => Won't Fix

-- 
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:
  Fix Released
Status in Oxide 1.4 series:
  Won't Fix
Status in Oxide 1.5 series:
  In Progress

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


References