| Summary: | Pages with a colon in their URL path have no default filename in the Save As dialog | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Stephan Sokolow <kde_bugzilla_2> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 4.6 | |
| Sentry Crash Report: | |||
|
Description
Stephan Sokolow
2009-02-13 06:55:28 UTC
SVN commit 1182549 by dfaure: Fix wrong default filename in Save as dialog, due to a ":" in the filename. KFileDialog takes a URL, so we must construct it from a path explicitely, to avoid URL-parsing. FIXED-IN: 4.6 Fixed in both KHTML and kwebkit. BUG: 184202 M +3 -2 kdecore/io/kurl.h M +3 -2 kdewebkit/kwebpage.cpp M +2 -1 khtml/khtml_ext.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1182549 |