aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-31Remove the use of x-arrow attribute for Tooltips/Popovers arrowsJohann-S2-10/+14
2017-05-24Placement auto for popoversJohann-S1-1/+1
2017-05-24Placement auto for tooltipsJohann-S1-0/+1
2017-05-23Use Popper.js to manage arrow positionJohann-S2-2/+2
2017-05-22Better management of dropdown/dropup with alignmentJohann-S1-22/+26
2017-05-17Use popper to align dropdown menu instead of using css with importantJohann-S1-3/+28
2017-05-14Change fallbackPlacement to flip by default for Tooltips/PopoversJohann-S1-4/+3
2017-05-14Fix bad position for Tooltips with animation at trueJohann-S1-5/+19
2017-05-14Use _jQueryInterface for Dropdown to call toggle methodJohann-S1-28/+26
2017-05-14Add fallbackPlacement option for Tooltip and PopoverJohann-S2-26/+32
2017-05-14Allow to disable flip behaviour on Dropdown + documentationJohann-S1-2/+12
2017-05-14Add an update method to allow to update position for Tooltip/Popover/Dropdown...Johann-S2-2/+16
2017-05-14Fix some css for the arrow of Popover/Tooltip + update documentationJohann-S1-3/+3
2017-05-14Better placement for Dropdown + Handle flip of Tooltip/PopoverJohann-S2-2/+14
2017-05-14Remove totaly Tether from documentation + dependenciesJohann-S2-5/+5
2017-05-14Handle dropup for DropdownJohann-S1-2/+9
2017-05-14Fix unit tests + Update Popper to 1.6.0Johann-S2-7/+9
2017-05-14Remove constraints option and check every optionsJohann-S2-14/+12
2017-05-14Begin to use Popper for DropdownJohann-S2-9/+91
2017-05-14Fix arrow for tooltip and popoverJohann-S1-11/+8
2017-05-14Add attachment classesJohann-S2-0/+30
2017-05-14Begin to add arrow to Popover and TooltipJohann-S2-4/+7
2017-05-14Use Popper for tooltip and popoverJohann-S2-53/+22
2017-04-28Fix typo removeData for Tabs pluginJoyce Babu1-1/+1
2017-04-26Fix Toggle buttons don't honor [disabled] or .disabledAnna1-0/+6
2017-04-25Detach accordion from card without requiring 'data-children'Pierre Vanduynslager1-12/+4
2017-04-20Fix for copy/paste error in iOS hack to tooltipsPatrick H. Lauke1-2/+1
2017-04-20Tweak iOS hack for dropdownPatrick H. Lauke1-2/+2
2017-04-20Add iOS hack to tooltipsPatrick H. Lauke1-0/+16
2017-04-17Fix carousel "hover" behavior on touch-enabled devicesPatrick H. Lauke1-11/+30
2017-04-14Replace dropdown backdrop hack with cleaner JS-only hackPatrick H. Lauke1-14/+9
2017-04-12Merge branch 'v4-dev' into dropdown-keyboardPierre Vanduynslager1-5/+6
2017-04-12Reword "mobile" to "touch-enabled"Patrick H. Lauke1-5/+6
2017-04-12IndentPierre-Denis Vanduynslager1-1/+1
2017-04-10Merge branch 'v4-dev' into dropdown-keyboardPierre Vanduynslager2-6/+6
2017-04-10Fix collapse.js aria-expanded behaviorPatrick H. Lauke1-4/+0
2017-04-10Only change aria-pressed if it's not an input-based radio or checkbox groupPatrick H. Lauke1-2/+6
2017-04-09Merge branch 'v4-dev' into dropdown-keyboardPierre Vanduynslager1-0/+1
2017-04-09Prevent default for ESC in modal.jsPatrick H. Lauke1-0/+1
2017-04-08Merge branch 'v4-dev' into dropdown-keyboardPierre Vanduynslager8-116/+168
2017-04-02Fix #18373: properly adjust padding-right of body and fixed elements when ope...Ilias1-11/+43
2017-04-02Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, .nav-it...Pierre Vanduynslager2-24/+13
2017-03-31Popover + Tooltip - fix error when content or title is a numberJohann-S1-0/+8
2017-03-29Collapse - Fix check to not prevent event for input and textareaJohann-S1-1/+1
2017-03-28Fix JS components console error "Error: <Component> is transitioning"Pierre Vanduynslager4-45/+30
2017-03-28Fix different tooltips offset when hoveringJohann1-0/+10
2017-03-27Collapse - do not prevent event for input and textareaJohann1-1/+3
2017-03-23Fix Modal documentation about _handleUpdate method + move to public scope (#2...Johann1-5/+4
2017-03-22Carousel - Add attributes from and to for Slid and Slide events (#21668)Johann1-3/+10
2017-03-19Merge branch 'collapse' of https://github.com/Johann-S/bootstrap into Johann-...Mark Otto1-3/+11