When the list pane is in details view mode and the window is filled completely (i.e. no whitespace left at bottom), there is no physical area in which files may be dropped using DnD. Reproducible: Always Steps to Reproduce: 1. select folder with large amount of items 2. put into details view mode 3. try to drop more files into it Actual Results: thunar view pane refuses to accept dropped items Expected Results: accept dropped items
Fixed with revision 20166. 2006-03-02 Benedikt Meurer <benny@xfce.org> * thunar/thunar-standard-view.c(thunar_standard_view_get_drop_file): Allow to drop into full details view. Thunar will accept drops to the current folder on all non-executable regular files. Bug #1343.