Skip to content
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

Fixed 38 #112

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

FabulousCodingFox
Copy link
Contributor

Description

I have already tried to fix this bug by simply raising the sidebar above all other menus (see #26 ). There @Defelo suggested to close all other menus instead.

Since that pull, the dropdown menu in question has been given a function that closes it when interacting outside of it. Unfortunately, this does not solve the problem, as there are still artifacts or false overlaps in the transition. That's why I am nevertheless forced to raise the sidebar.

This can also not be prevented by adjusting the transition in NavbarMenu.vue so that it triggers directly and not only after 1000ms.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Translation updates (fix/improve or add new translations)

Fixes Bootstrap-Academy/Bootstrap-Academy#38

My Bootstrap Academy username:
FabulousFox

@FabulousCodingFox
Copy link
Contributor Author

Bildschirmfoto am 2023-12-15 um 23 20 14

Captured the brief moment where the sidebar deployed but the profile navbar transition has not triggered yet

@FabulousCodingFox
Copy link
Contributor Author

The merge conflict has been resolved. Testing is still required to verify functionality.

Copy link

Preview deployed to https://071631b2.academy-preview.pages.dev (total size: 14M)

@FabulousCodingFox
Copy link
Contributor Author

I intended to remove the unused z-100 class from Tailwind, but I noticed it’s still being used in other files. Therefore, I'll keep it for now.

@FabulousCodingFox
Copy link
Contributor Author

I’ve completed the testing, and it’s now working as expected.

@Defelo Defelo self-requested a review October 27, 2024 10:03
@Joshiy13
Copy link
Contributor

The change works as expected from my testing aswell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Profile menu overlaying side menu
3 participants