-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
fix #14322 #14581
Closed
Closed
fix #14322 #14581
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixed demo http://jsbin.com/gudas/4/
Could you write a unit test for this in order to prevent future regression? |
sure |
Thanks for contributing! |
Closed
hnrch02
added a commit
that referenced
this pull request
Sep 17, 2014
callistino
pushed a commit
to callistino/bootstrap
that referenced
this pull request
Sep 22, 2014
* 'master' of github.com:callistino/bootstrap: (102 commits) the justified nav bug is still present in Safari v7.1 grunt Fixes twbs#14592: Add new variable for progress border radius grunt Fixes twbs#14642: Add docs mention for blank checkboxes and radios grunt Make it easier to see failing tests in Sauce screencasts tweak `grunt docs` description fix twbs#14609 Follow-up to twbs#14581: Use div instead of HTML5 section for IE8 Fix tooltip misplacement with "auto top" Fixes twbs#14628, twbs#14629: Add note to docs about grunt docs command grunt grunt Must explicitly destroy tooltip in SVG unit test since its container is body. modal docs: ensure all <button>s have an explicit `type` attribute Update github links in footer. README.md: Add npm install info. Remove unused Tooltip#validate method grunt ... Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/badges.html docs/_includes/components/input-groups.html docs/_includes/components/pagination.html docs/_includes/js/collapse.html docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js less/dropdowns.less less/forms.less less/jumbotron.less less/panels.less less/print.less
Saranya-Raaj
pushed a commit
to Saranya-Raaj/bootstrap
that referenced
this pull request
Oct 9, 2014
Fixes twbs#14322. Closes twbs#14581.
Saranya-Raaj
pushed a commit
to Saranya-Raaj/bootstrap
that referenced
this pull request
Oct 9, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix for the issue #14322
fixed demo http://jsbin.com/gudas/4/