-
Notifications
You must be signed in to change notification settings - Fork 11
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
ld-sidenav: heading hidden and navitems positioned wrong on mobile #286
Comments
renet
added
bug
An issue describing unexpected or malicious behaviour.
confirmed
This label indicates that the issue has been reproduced and verified by the core team.
labels
Mar 9, 2022
borisdiakur
added
the
in progress
This label indicates that the issue is currently being worked on.
label
Apr 28, 2022
renet
pushed a commit
that referenced
this issue
Apr 29, 2022
github-actions bot
pushed a commit
that referenced
this issue
Apr 29, 2022
# [1.7.0](v1.6.1...v1.7.0) (2022-04-29) ### Bug Fixes * **ld-button:** enable danger/highlight on brand color ([eaf90b9](eaf90b9)) * **ld-sidenav:** toggle stack to top on breakpoint change ([18cf098](18cf098)), closes [#286](#286) ### Features * **ld-sidenav:** integrate accordion with sidenav ([42ed614](42ed614)) * **ld-tooltip:** allow passing custom tether options to tooltip ([e03d094](e03d094))
borisdiakur
added
released
done
and removed
in progress
This label indicates that the issue is currently being worked on.
done
released
labels
Apr 29, 2022
Still broken 😬. Reproduction instructions:
Current behavior: Expected behavior: |
github-actions bot
pushed a commit
that referenced
this issue
May 4, 2022
# [1.8.0](v1.7.0...v1.8.0) (2022-05-04) ### Bug Fixes * **ld-button:** enable danger/highlight on brand color ([d3edb47](d3edb47)) * **ld-sidenav:** toggle stack to top on breakpoint change ([b116fd9](b116fd9)), closes [#286](#286) * **ld-sidenav:** unhide elements on slide change ([89ec4fa](89ec4fa)), closes [#286](#286) * **ld-tooltip:** remove stopPropagation for mouse events on triggerType hover ([d9ec6f4](d9ec6f4)) ### Features * **ld-notice:** add success mode and custom icon ([63572a6](63572a6)) * **ld-sidenav:** integrate accordion with sidenav ([94f73ee](94f73ee)) * **ld-tooltip:** allow passing custom tether options to tooltip ([780c784](780c784))
🎉 This issue has been resolved in version 1.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
When a narrow collapsible
ld-sidenav
is collapsed and is being opened on mobile (viewport width < value ofbreakpoint
prop), the following items are not styled correctly:ld-sidenav-heading
s are hidden.ld-sidenav-navitem
s are displayed in the wrong vertical position, whilstld-sidenav-separator
s inside theld-sidenav-slider
are positioned correctly.Steps to reproduce the behavior
breakpoint
prop.ld-sidenav
.Expected behavior
ld-sidenav-heading
s are visible.ld-sidenav-navitem
s are displayed in the right vertical position.Actual behavior
ld-sidenav-heading
s are hidden.ld-sidenav-navitem
s are displayed in the wrong vertical positionThe text was updated successfully, but these errors were encountered: