Opened 12 years ago
Closed 12 years ago
#8209 closed Patch (rejected)
Deleting of a file in a local directory is not reflected in all tabs
Reported by: | Rahul Nanwani | Owned by: | Shashank Sharma |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | delete, local file listing, refres | Cc: | |
Component version: | Operating system type: | Linux | |
Operating system version: | Ubuntu 12.04 |
Description
Open two tabs (at least) with the local directory listing of the same folder.
Delete a file from that local directory from one of the tabs. It doesn't reflect in the other tab until we Refresh the directory.
Attachments (1)
Change History (8)
comment:1 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
follow-up: 4 comment:2 by , 12 years ago
by , 12 years ago
Attachment: | patch_for_tab_problem added |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Type: | Bug report → Patch |
to run this patch first go to src/
cd filezilla3.5.3/src/
Then run this patch by using
patch < < ../../../Desktop/filezilla-3.5.3/patch_for_tab_problem (location of the patch)
then it will ask for file to change, type - context_control.cpp
then it will ask:
Reversed (or previously applied) patch detected! Assume -R? [n]
type - y
comment:4 by , 12 years ago
comment:5 by , 12 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:6 by , 12 years ago
You should only close this patch issue if the patch actually is committed to SVN.
comment:7 by , 12 years ago
Resolution: | → rejected |
---|---|
Status: | reopened → closed |
Rejected. Unfortunately forcing a full refresh of both the local and remote file lists unconditionally on tab change is not an option. With large directories (think a million files), a refresh takes a considerable amount of time.
The correct solution is to always perform the same operations in all file lists showing the same contents as one in another tab.
This issue could be related to #8076. However, it is not related to remove view, but to local view.