-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix focussing to internal link after copy #34288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Since a recent change to NcActions it's not possible to add a "ref" attribute on a NcAction* component. As a workaround, a ref was added on the NcActions parent component instead. Signed-off-by: Vincent Petry <[email protected]>
|
/backport to stable25 |
That's a regression. This is one of the basic feature of Vue. It means we are doing something wrong 😕 |
It's a regression of nextcloud-libraries/nextcloud-vue#2911. I created a ticket with the explanation in nextcloud-libraries/nextcloud-vue#3298. |
|
/compile amend / |
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Vincent Petry <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
de0264c to
42bc63f
Compare
raimund-schluessler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, I didn't test it, though.
|
I created nextcloud-libraries/nextcloud-vue#3299 which helps to address this problem. However, even with a fix of nextcloud/vue, server would still need adjustments, since we use a render function now, which means the |
|
master is 26, please trigger backport if necessary |
Since a recent change to NcActions it's not possible to add a "ref" attribute on a NcAction* component.
As a workaround, a ref was added on the NcActions parent component instead.
Fixes #34281