Summary: | Using "Up" button to exit a kio-slave causes problems for copy/paste, delete, etc | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Wojciech Jarosz <wjarosz> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahmedbassi, bugs.kde.org, bugzilla, finex, frank78ac, info, jamescoates, rdieter, rdskaroff |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Wojciech Jarosz
2004-04-08 20:29:54 UTC
I have some comments in another bug on the "Up" action. They are about the KParts, but I feel like the comments could be easily addapted for KIOSlaves. Here is the link: http://bugs.kde.org/show_bug.cgi?id=58672#c10 I think KIOSlaves should behave like: a) KParts with attribute canNavigate==true in that comment. *** Bug 166093 has been marked as a duplicate of this bug. *** *** Bug 170807 has been marked as a duplicate of this bug. *** *** Bug 169898 has been marked as a duplicate of this bug. *** *** Bug 202338 has been marked as a duplicate of this bug. *** from bug #202338 1) start konqueror 2) click on a compressed file (call it "test.tar") -> the file content will be displayed like a normal folder -> the URI is tar:// ... path ... /test.tar/ 3) click "Up" button or press ALT+Up -> the URI (on the location bar) will be: tar:// ... path .../ It is not only a naming problem: if you try to paste a file while the address is wrong, it will be impossible. I don't know if there are other side effects. Two notes: - dolphin behave right instead. - pressing ALT+Left (or clicking on "BACK" action) is correct too. *** Bug 205655 has been marked as a duplicate of this bug. *** *** Bug 207572 has been marked as a duplicate of this bug. *** SVN commit 1026290 by dfaure: Backport for KDE-4.3.2, and close the master bug: The redirection from zip to file wasn't appearing in konqueror because zip:/tmp/ != zip:/tmp => do comparison without trailing slash. BUG: 79302 M +2 -1 dolphinpart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1026290 @David: did you fix trunk too? (In reply to comment #10) > @David: did you fix trunk too? He did, see bug 207572 comment 2. *** Bug 174736 has been marked as a duplicate of this bug. *** |