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 issue #19115: Menu toggler appears when not needed #3494

Merged
merged 2 commits into from
Sep 29, 2023

Conversation

Shnoulle
Copy link
Collaborator

Fixed issue : invalid link without any text at start
Fixed issue : potential invalid HTML empty ul
Dev: add a var to check if menu is needed
Dev: remove invalid link

Fixed issue : invalid link without any text at start
Fixed issue : potential invalid HTML empty ul
Dev: add a var to check if menu is needed
Dev: remove invalid link
Copy link
Collaborator

@gabrieljenik gabrieljenik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks Ok. Should this be in other themes as well? if so, should this be enclosed in some kind of function or central place?

@Shnoulle
Copy link
Collaborator Author

Code looks Ok. Should this be in other themes as well? if so, should this be enclosed in some kind of function or central place?

It's in Vanilla : parent of boostrap and fruity. According to reporter : fruity_twentythree dodn't have the issue (but yes : code can be improved).

@Shnoulle
Copy link
Collaborator Author

Code looks Ok. Should this be in other themes as well? if so, should this be enclosed in some kind of function or central place?

It's in Vanilla : parent of boostrap and fruity. According to reporter : fruity_twentythree dodn't have the issue (but yes : code can be improved).

Not the same code :

<div id="navbar-menu" class="dropdown ms-auto ls-no-js-hidden">

Only one test, no var needed.

@Shnoulle Shnoulle added Code review done Version checked for code issue without testing and removed Needs code review labels Sep 29, 2023
@tiborpacalat tiborpacalat added Tested OK This PR has been tested by QA and works as expected and removed Needs testing labels Sep 29, 2023
@tiborpacalat tiborpacalat merged commit f5e3a0f into master Sep 29, 2023
20 checks passed
@tiborpacalat tiborpacalat deleted the bug/19115_menu_toggler branch September 29, 2023 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code review done Version checked for code issue without testing Tested OK This PR has been tested by QA and works as expected
Projects
None yet
3 participants