-
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
fix: adjust breadcrumbs component #4416
Conversation
0b835b2
to
5273f33
Compare
This is partially fixed by second commit in the PR now. The hidden crumbs now correctly execute the bound listeners and navigating directories in the filepicker now also works for hidden crumbs. However, clicking a hidden crumb also navigates in the browser and the URL changes, which should not be the case. Maybe this can be skipped with a |
2821950
to
ebbb63f
Compare
@susnux I think the issue is that the hidden crumbs always render to an |
I implemented it like this now. Let me know whether this fixes all issues you saw with the |
2bcf4e0
to
86b13df
Compare
0005046
to
79e3518
Compare
@susnux @skjnldsv I know you sure are busy with 27.1, but it would be great if you could have a look at this PR here, and check whether it fixes the issues with the breadcrumb bar in the new vue filepicker component. I think this should also be included for 27.1. because it otherwise could be seen as a regression. |
Looks good to me! :) |
Thanks for having a look. Could you check whether it fixes the issue with the crumbs in the filepicker for you? Anyway, I will cleanup the PR a bit and once @susnux had a look, we can merge it. |
Seems to work for me. No more error messages :) |
I cleaned up a bit. After a rebase and a squash this should be good to go. |
33eaba7
to
3eee016
Compare
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.
Works perfectly now! Thank you 🎉
Just squash and then ready to go :)
Signed-off-by: Raimund Schlüßler <[email protected]>
3eee016
to
d1dae6c
Compare
☑️ Resolves
getWidth
function errors because it uses.elm
on avnode
which might not be defined. The PR is basically a backport of the changes I did for theNcBreadcrumbs
component in thevue3
branch. The PR still needs some cleanup and fine-tuning, but it seems to fix the error.@susnux The hidden breadcumbs in the action menu currently don't work as they should. The breadcrumbs component might need to be adjusted, but I still need to figure out what's the problem.