-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
V6.3 drilldown autoheight #8699
Conversation
…to v6.3-drilldown-autoheight
data-auto-adjust-height and data-animate-height foundation#8607 foundation#7821
…v6.3-drilldown-autoheight
@colin-marshall can you take a look at this and merge if it looks good? |
From a non-js users point of view this is great. I've just pulled this down and it works brilliantly. |
Confirmed ! It works as expected ;) Thanks @designerno1 agreed, heightcalc need overhaul.
EDIT: ie: replace in
with
and add in
I've test this and the small bottom margin visible before disappear. I join a patch if you want to take a look ;) Thx again |
@designerno1 functionality is great! Nice work! A few observations:
Other than that I think this is good to go. |
…rn on off autoHeight
later the day i take a look @emri99 patch, and fix the conflicts |
@emri99 |
…n-autoheight # Conflicts: # docs/pages/drilldown-menu.md # js/foundation.drilldown.js
This is great! Merged. |
Drilldown feature autoheight #8607
this time i used the existing heightcalc, but i think this heightcalc needs a overhaul, because not every child in the menu could have the same height (breaking into 2 lines etc.)
ads features to drilldown
data-auto-adjust-height and data-animate-height
#7821