Opened 13 months ago
Closed 12 months ago
#18661 closed bug (fixed)
Can't rename, move, cut files in query result window
Reported by: | humdinger | Owned by: | jscipione |
---|---|---|---|
Priority: | critical | Milestone: | R1/beta5 |
Component: | Kits/libtracker.so | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev57365, 64bit.
If you do a query and choose a file from the result window that's located in some writable location like "home", you cannot rename, move or cut the file. Those menu items are disabled.
Possibly related ticket: #18657
Might hrev56978 have something to do with it? Paging Dr. John Scipione...
Change History (4)
comment:1 by , 12 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 months ago
Priority: | normal → critical |
---|
comment:3 by , 12 months ago
https://review.haiku-os.org/c/haiku/+/7120
Indeed, query windows are a bit more challenging and this is most likely a regression from hrev56978. For query windows we have to do a bit more work to determine if we should allow actions like Cut, Move, or Rename because in a query window, the target model (the query) is not enough information, we have to look at each of the selected items instead to see if its on a read-only volume or not.
This is a regression, so increasing priority.