[Webkit-unassigned] [Bug 242248] [WPE][GTK] 'Stop' button does not STOP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 10:57:39 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=242248

--- Comment #8 from Michael Catanzaro <mcatanzaro at redhat.com> ---
Plot twist: the load actually finishes successfully (at least in the case I'm debugging) and WebKitWebView actually emits the LOAD_FINISHED event, so there's nothing to stop. But the PageLoadStateObserver does not fire the didChangeIsLoading event, so WebKitWebView thinks it is still loading event though the last event was LOAD_FINISHED.

So that's why stop doesn't work. It's not actually loading.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240605/5e12ce87/attachment.htm>


More information about the webkit-unassigned mailing list