-
Notifications
You must be signed in to change notification settings - Fork 6.7k
angular-bootstrap version 0.14.x and tooltip-append-to-body="true" causes vertical scroll bar to flicker. #4613
Comments
Closing as a duplicate of #4458. Please search both open and closed issues before opening one. For my part, I have been unable to reproduce this. |
Hi @icfantv, |
I still can't reproduce this. What platform/browser are you using? |
I don't see the problem either? FYI, the example in your plunk, tooltip-append-to-body is set to false. I set that value to true and still didn't see the issue. |
Ok, I'm on a mac which hides the scrollbar after like 500ms which is why this is so hard to reproduce. I can see it, but it's VERY hard to reproduce on a mac. Additionally, this IS a duplicate of #4458 so leaving as closed. |
@RobJacobs, let's run that by @wesleycho and see if he's good with that. TBH though, It smells like a hack to me unless this is an industry "standard." |
It's a hack, but a well-known one...I don't have a huge opinion on it, and would be fine with it. |
It's documented in ng-hide and TWBS uses it for the modal-scrollbar-measure class |
Sounds good to me then |
Works for me as well. @RobJacobs you wanna make a PR? |
Hi guys, thanks for the workaround. It looks good. Background information: This existing issue is prominent when I am using ng-view with static headers. The vertical scrollbar only appears under the ng-view for overflow content. but having this bug will show another vertical scrollbar that appears at the header and since I did not style a slim scrollbar for the page, the re-flow of contents to accommodate 2 scrollbars width makes a annoying flickering. |
Hi icfantv, Thanks for the heads up. I will prepare my bower for it! Hopefully get it asap as i need to implement the fix on my production site! Cheers! |
@shenlong, you want Looks like that PR was merged so you should be good to go. |
Hi @icfantv , my production server automatically bowers updates the "bower_component" folder. A gulp script then minifies and modify the link with CDN for production releases. Will there be official version release for this? Even though PR is merged, I need version tracking for third party framework. |
Hi Guys, I have the scroll bar appearing and changing size issue for this new release angular-bootstrap version 0.14.2 when tooltip-append-to-body="true".
Plunker as follows:
http://plnkr.co/edit/HxTIllqhV0QSmDoZGtB3?p=preview
The text was updated successfully, but these errors were encountered: