nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

[NcActions] breaks when using right click

Open marcelklehr opened this issue 1 year ago • 4 comments

See https://github.com/nextcloud/server/issues/46934

According to @susnux this would need fixing in here. :pray:

marcelklehr avatar Sep 09 '24 08:09 marcelklehr

Current proposal I'd like to implement:

  1. Make "Right Click" (context menu) - a built-in feature of NcActions component rather than Nextcloud app + CSS override
  2. Add NcAction context provider as:
  • A component container
  • A composable function to apply feature to another container

ShGKme avatar Sep 09 '24 09:09 ShGKme

Cool! But that would be a new feature then, not a fix for server 28+, right?

marcelklehr avatar Sep 09 '24 09:09 marcelklehr

Cool! But that would be a new feature then, not a fix for server 28+, right?

If the server uses this feature - this will be a fix.

ShGKme avatar Sep 09 '24 12:09 ShGKme

According to susnux this would need fixing in here. 🙏

I think this was a misunderstanding, the other bug was a component issue, but this is a file app issue. But as @ShGKme mentioned probably a nice feature also :)

susnux avatar Sep 09 '24 13:09 susnux