iominh / ng-scrollbars

Angular wrapper of Malihu's jQuery Custom Scrollbar
http://iominh.github.io/ng-scrollbars/
MIT License
202 stars 62 forks source link

Google Chrome's "Ctrl+F" not working properly with ng-scrollbars #64

Open apmeena opened 7 years ago

apmeena commented 7 years ago

In my HTMLpage, I have an HTML Tablein which I have multiple rows. And the table having a scrollbar. Now if I use browser's native scrollbar and then I hit CTRL+F and ENTER key it searches the item and scrolls automatically to the exact position of the item. But when I replaced native scrollbar with ng-scrollbar and now I am finding the item using CTRL+F It is just highlighting the found item but not scrolling to its position. What could be the reason? Thankyou.

andypan-twn commented 7 years ago

same issue as me. Firefox also. just only IE 11 can work.