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
I stumbled upon this issue on the current project I'm working on. When using a tooltip or popover aligned to the right of the screen, the viewport padding option is not working. Left aligned tooltips/popovers do respect the value of this option. I haven't tested other viewport selectors, I used the default body selector. Tested in Chrome 44 on OSX.
I know in v4 another positioning library will be used and this probably is a won't fix, but I thought it was worth noting.
Just found out the problem only occurs when using multiline content for the tooltip/popover. Single line tooltips/popovers do respect the viewport padding value.
I stumbled upon this issue on the current project I'm working on. When using a tooltip or popover aligned to the right of the screen, the viewport padding option is not working. Left aligned tooltips/popovers do respect the value of this option. I haven't tested other viewport selectors, I used the default
body
selector. Tested in Chrome 44 on OSX.I know in v4 another positioning library will be used and this probably is a won't fix, but I thought it was worth noting.
See: https://jsfiddle.net/ctigelaar/kgghxsjs/3/
The text was updated successfully, but these errors were encountered: