Bug 53397 - KDirLister::OpenURL(_url) don't concern about the FileChanged of "url" itself.
Summary: KDirLister::OpenURL(_url) don't concern about the FileChanged of "url" itself.
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-25 08:58 UTC by OGINO Tomonori
Modified: 2008-10-01 11:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description OGINO Tomonori 2003-01-25 08:58:10 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Call KDirLister::OpenURL(_url) and do "chmod xxx '_url' "  or so makes no SIGNAL( refreshItems(....) ).

I'm supposed that KDirLister::OpenURL(_url) don't concern about  the FileChanged of  "url" itself..

It cause a one of Konqueror bug that....
on file-iconview, open the properties of a current directory, change file modes and then re-open the properties. The changes of file modes is not applied on 
a property dialog but applied on the file system.
Comment 1 OGINO Tomonori 2003-02-13 12:35:39 UTC
Both of kde-3.0.5a & kde-3.1.0 have this bug.
Comment 2 Dawit Alemayehu 2003-12-06 09:17:13 UTC
Current CVS HEAD (3.2.0) also exhibits this problem as well.
Comment 3 George Goldberg 2007-12-19 04:50:03 UTC
Is this bug still present in a recent version of KDE, such as 3.5.8 or KDE 4.0RC2?
Comment 4 George Goldberg 2008-09-28 20:18:40 UTC
This bug is still present in svn trunk r865619.
Comment 5 David Faure 2008-10-01 11:54:20 UTC
Fixed in trunk r866552, 4.1-branch r866553.

Yeah, it's about time ;)
At least now it's even unit-tested, i.e. it can't regress again.