Skip to content
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

Update tooltip.js getPosition() #21856

Closed
wants to merge 2 commits into from

Conversation

pm-Egor-Genning
Copy link

@pm-Egor-Genning pm-Egor-Genning commented Jan 27, 2017

Fixes #21855.

@@ -359,7 +359,8 @@
var el = $element[0]
var isBody = el.tagName == 'BODY'

var elRect = el.getBoundingClientRect()
var elRect = el.getBoundingClientRect();
elRect = $.extend({}, elRect, {top: elRect.top + window.pageYOffset, left: elRect.left + window.pageXOffset});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.

@Johann-S
Copy link
Member

Support for v3 has mostly ceased. Please let us know if this issue affects v4.
See : #20631

@mdo
Copy link
Member

mdo commented Apr 9, 2017

Bootstrap 3 is essentially in maintenance mode as we focus on working towards a stable v4. As such, we're only accepting changes to v3's code on a case-by-case basis, usually only for critical bug fixes or docs improvements.


This is a saved reply.

@mdo mdo closed this Apr 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants