Bug 34472
Summary: | Webkit doesn't pass URL fragment to plugins | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zoltán Böszörményi <zboszor> |
Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | mrobinson, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Zoltán Böszörményi
We developed a lightweight PDF-rendering plugin under Linux,
one of its features is that it can drill into the PDF and
display it at named bookmarks. For this, we used the HTML
URL anchor feature, i.e. http://www.somesite.org/.../file.pdf#BOOKMARK
The problem is that Webkit doesn't pass the full URL down
to the plugin via ((NPStream *)stream)->url , the URL is
truncated to http://www.somesite.org/.../file.pdf.
On the other hand, the Gecko engine (Firefox browser) passes down
the full URL.
The version we tested against are webkitgtk 1.1.10 (custom compiled
on Fedora 11), and 1.1.15.4 (official update on Fedora 12).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zoltán Böszörményi
Tested it against webkit-gtk 1.1.19 at http://webkitgtk.org/webkit-1.1.19.tar.gz
The problem still there.
Martin Robinson
Support for plugins was removed in https://trac.webkit.org/changeset/265753/webkit.
Radar WebKit Bug Importer
<rdar://problem/96050109>