Bug 18484 - WebKit passes an empty URL to QWebPluginFactory::create()
Summary: WebKit passes an empty URL to QWebPluginFactory::create()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Ariya Hidayat
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 03:38 PDT by Benjamin Meyer
Modified: 2008-04-29 06:08 PDT (History)
2 users (show)

See Also:


Attachments
sample web page (174 bytes, text/html)
2008-04-14 03:38 PDT, Benjamin Meyer
no flags Details
Sample code (1.08 KB, text/x-c++src)
2008-04-14 03:39 PDT, Benjamin Meyer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Meyer 2008-04-14 03:38:07 PDT
This happens when the current page was set from a relative URL. See attached .cpp and .html. If I change the URL passed to QWebView::load() to be an absolute one (e.g. file:///home/khansen/index.html), the URL from the object tag is passed correctly. Since the URL in the object is already absolute, however, I don't see why it should be affected by whether the current page has an absolute URL or not.
Comment 1 Benjamin Meyer 2008-04-14 03:38:47 PDT
Created attachment 20524 [details]
sample web page
Comment 2 Benjamin Meyer 2008-04-14 03:39:15 PDT
Created attachment 20525 [details]
Sample code
Comment 3 Simon Hausmann 2008-04-29 06:08:19 PDT
Fixed in r32684