nextcloud-libraries / nextcloud-vue

🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
https://nextcloud-vue-components.netlify.app/
Other
217 stars 85 forks source link

[NcActions] breaks when using right click #6064

Open marcelklehr opened 1 month ago

marcelklehr commented 1 month ago

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

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

ShGKme commented 1 month ago

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
marcelklehr commented 1 month ago

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

ShGKme commented 1 month ago

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.

susnux commented 1 month ago

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 :)