| Summary: | web archiver does not cope with urls within CSS | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Andrew de Quincey <adq_dvb> |
| Component: | webarchiverplugin | Assignee: | Malte Starostik <malte> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Version: (using KDE KDE 3.4.3) Installed from: Gentoo Packages OS: Linux The webpage in question is bbc.co.uk. It imports numerous CSS files as follows: <STYLE TYPE="text/css"> @import url(import.css); </STYLE> If you look at the contents of import.css (import.css IS archived ok) after archiving & decompressing the tarfile, you see things like: "background: url(/home/images/ul2.gif)" This url isn't being fixed up, and the image ul2.gif is not being archived either.