You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
So in one div I have my anchors which I click for scrolling and in another one are the targets to scroll to.
This usecase is not working. Here's a plunkr for you to see: https://plnkr.co/edit/y345JeEKeOz4pv9maZaV?p=preview
Am I setting something wrong, or is it not possble?
Thanks
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[x ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
Angular version: 4
The text was updated successfully, but these errors were encountered:
Hi @misaizdaleka , thank you for your issue. As of this moment, setting a custom scroll container is not possible. You're usecase seems a valid one to enable this feature. In short, these are the requirements for this feature:
A new directive, something like [ngx-scroll-to-container]
A check whether the container is scrollable
Some tests to verify the behaviour
You're welcome to give it a go, otherwise I'll be developing this feature as soon as I can.
nicky-lenaers
changed the title
Scrolling doesn't work when targets are in a different container
Feature: Enable scrolling for targets in a different container
Jul 27, 2017
@misaizdaleka I'm happy to announce that this feature has been merged in the current stable release 0.4.0. Please see the CHANGELOG for more details and check out the fresh release at NPM.
Thanks again for your issue reporting! Hopefully this module will serve you well 😄
Hi,
So in one div I have my anchors which I click for scrolling and in another one are the targets to scroll to.
This usecase is not working. Here's a plunkr for you to see:
https://plnkr.co/edit/y345JeEKeOz4pv9maZaV?p=preview
Am I setting something wrong, or is it not possble?
Thanks
I'm submitting a...
The text was updated successfully, but these errors were encountered: