-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bootstrap 2.3 #6346
Bootstrap 2.3 #6346
Conversation
please fix thanks for the hard work guys! you guys are pounding stuff out tonight |
facing popover issues. please check and update. n really appreciate for your handwork guys.. :) |
I like the carousel indicators! one thing I noticed is that when we click on them it doesnt go to that image, it doesnt do anything actually.. also since this is a carousel milestone I'd recommend trying to fix #5747 where it doesnt pause the sliding when you hover over the carousel while its in the middle of sliding.. both of these can be seen in the current 2.3.0-wip docs in firefox |
@leeaston it looks fine for me.. please open a new issue if this is not 2.3.0 related |
Sorry about that, I was testing 3. |
Could you add #6180 for 2.3? |
Nice one! Don't forget to eat and sleep... |
@mdo Great example page! We've actually already implemented such a case, as #6346 (comment), in our center. The link is http://umbra.nascom.nasa.gov/ Thanks for adding new features. :) |
@Yohn we added new data attributes to support the indicator clicking. it's in there now :) |
Resetting transition timer on carousel must be implement if next/prev or carousel-indicators clicked Atm it can be seen when any control clicked, but next image shown within few ms after start one. |
What about pagination dots on sliders? |
anything soon? |
Work-in-progress pull request for bug fixes and enhancements before our 3.0 release. Originally this was slated as 2.2.3, but since we added a feature, it gets the minor release.
Key changes
container
option to tooltips. The default option is stillinsertAfter
, but now you may specify where to insert tooltips (and by extension, popovers) with the optional container parameter.max-width
instead ofwidth
, have been widened from 240px to 280px, and will automatically hide the title if one has not been set via CSS:empty
selector.display: inline-block;
, increasedmargin-bottom
, and addedvertical-align: middle;
to match<input>
styles.:focus
state as well. This goes for basic<a>
tags, as well as buttons, navs, dropdowns, and more.screen
andprint
via CSS..horizontal-three-colors()
gradient mixin (with example in the CSS tests file)..text-left
,.text-center
, and.text-right
utility classes for easy typographic alignment.@ms-viewport
so IE10 can use responsive CSS when in split-screen mode.th
elements withintbody
for.table-rounded
.target-dir
from composer.json.Specifics
Get the full list by viewing the closed issues, or peeping the list of commits in this pull request.
<3