From d1ae115956d42347107dc0d4dbe682281b648915 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 10 Aug 2009 23:46:12 +0300 Subject: ephy-embed.c: add FIXME --- embed/ephy-embed.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'embed/ephy-embed.c') diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 5591c9410..f9f9c53b6 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -200,6 +200,11 @@ load_status_changed_cb (WebKitWebView *view, ephy_web_view_set_security_level (EPHY_WEB_VIEW (view), security_level); } else { EphyWebViewNetState estate = EPHY_WEB_VIEW_STATE_UNKNOWN; + /* FIXME: this does not work for URLs opened without typing + (middle click, etc). We should use get_address, but WebKit does + not update its URI property until LOAD_COMMITTED, so we'll get + NULL here. We need to either change WebKit or fetch the address + we are trying to load from our side. */ const char *loading_uri = ephy_web_view_get_typed_address (EPHY_WEB_VIEW (view)); if (status == WEBKIT_LOAD_PROVISIONAL) { -- cgit v1.2.3