-
Notifications
You must be signed in to change notification settings - Fork 88
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
NcListItem lost a href
with update to 7.8.1+
#3921
Comments
That was not intended and I think it should be fixable without reverting. Could you maybe guide me to the place where this is used in Talk? |
Install Talk master or stable26, and then hover entries in the left sidebar (as per before after videos? |
(observe the target URL in the bottom left) |
Seems like the problem is here. It should use href in line 212 from RouterLink slotProps (203), not from the component prop. |
I meant the code in Talk, I suppose it's this 🙂 |
Sorry, yes that's it |
Usage in the Talk is correct. It passes As the result the link is not correct, though it navigate by the click handler. I can fix it, but in an hour... |
It wasn't like this before #3775 either. It always used the |
Because it is literally a link. It works as a link (it navigates), it renders as a link ( |
Anyway, |
But |
|
Ah, interesting I didn't know that. I am on a fix and currently test it with talk. |
Fix is in #3922. |
This is actually a breaking change:
nextcloud/spreed#9153
NcListItem entries like Talk's conversations in the left sidebar lost their
a href
and can therefore no longer be opened in a new tab with the mouse wheel, ctrl + click or right-click option, instead of the home page of talk or current conversation is loaded again with a trailing#
Is that fixable without a revert of #3775 ?
The text was updated successfully, but these errors were encountered: