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

tooltip misplacement with top auto and bottom auto fixes #14763

Conversation

Saranya-Raaj
Copy link

fixes #14756

Fixed jsbin

@hnrch02 hnrch02 added the js label Oct 9, 2014
@hnrch02 hnrch02 added this to the v3.2.1 milestone Oct 9, 2014
@hnrch02
Copy link
Collaborator

hnrch02 commented Oct 9, 2014

Could you rebase this and force push it up again? If I check this PR out locally I don't see the changes you made to the unit test file.

@hnrch02
Copy link
Collaborator

hnrch02 commented Oct 9, 2014

Also, the tests you added don't fail on current master.

sgamel and others added 26 commits October 9, 2014 22:29
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used
- tests need improvement
Also, link to the Mozilla bug in the relevant callout.
Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something).
* move unrelated .btn-primary example out of the pills subsection
* remove excessive .nav-stacked example
If opening a modal when a scrollbar is present, closing it, then
resizing the window so the scrollbar disappears, then opening the
modal again, the content would shift. This fixes the problem by
always calculating the scrollbar width every time a modal is opened.

Closes twbs#14357.
`pointer-events: none;` for modern browsers (including IE11+), `clip: rect(1px, 1px, 1px, 1px);` for everything else.

Fixes twbs#14137
…ntainer isn't interferred with by .jumbotron side padding
@Saranya-Raaj Saranya-Raaj force-pushed the Tooltip_misplacement_with_auto_positioning branch from e68b7f0 to 7b2a332 Compare October 9, 2014 17:07
Saranya-Raaj pushed a commit to Saranya-Raaj/bootstrap that referenced this pull request Oct 10, 2014
Saranya-Raaj pushed a commit to Saranya-Raaj/bootstrap that referenced this pull request Oct 10, 2014
This reverts commit 36a1bcf.
Saranya-Raaj pushed a commit to Saranya-Raaj/bootstrap that referenced this pull request Oct 10, 2014
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.

Tooltip misplacement with "top auto" in scrollable viewport