Bug 190700 - REGRESSION(r??????): [GTK] webkit_web_view_stop_loading does not always trigger load-failed even when is-loading is true
Summary: REGRESSION(r??????): [GTK] webkit_web_view_stop_loading does not always trigg...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-18 01:01 PDT by Jérémy Lal
Modified: 2018-10-18 18:19 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jérémy Lal 2018-10-18 01:01:11 PDT
Using webkitgtk 2.22.2 as distributed in debian/testing.

i'm loading a web view using webkit_web_view_load_uri,
and after a 50ms timeout i stop the load using
webkit_web_view_stop_loading.

Before that call, webkit_web_view_is_loading returns true.
However, "load-failed" is not triggered, nor is "load-changed".

This behavior does not match documentation and changed quite recently.