Opened 6 months ago

Closed 6 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 waddlesplash, 6 months ago

Owner: changed from nobody to jscipione
Status: newassigned

comment:2 by waddlesplash, 6 months ago

Priority: normalcritical

This is a regression, so increasing priority.

comment:3 by jscipione, 6 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.

comment:4 by waddlesplash, 6 months ago

Resolution: fixed
Status: assignedclosed

Fix merged in hrev57402.

Note: See TracTickets for help on using tickets.