0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/js/src
Patrick H. Lauke f0f75379f6 Closing dropdown with ESC correctly sets focus to toggle (#28928)
Just firing the focus event isn't enough ... need to actually call the proper `focus()` method for it to actually do it...
2019-06-19 12:23:41 +03:00
..
dom event-handler.js: use a plain for loop. (#28853) 2019-06-03 13:08:17 +02:00
util Add back support for IE 11 2019-03-18 01:11:05 +02:00
alert.js Rename eventHandler and selectorEngine files. 2019-05-08 17:26:37 +03:00
button.js Rename eventHandler and selectorEngine files. 2019-05-08 17:26:37 +03:00
carousel.js Rename eventHandler and selectorEngine files. 2019-05-08 17:26:37 +03:00
collapse.js Rename eventHandler and selectorEngine files. 2019-05-08 17:26:37 +03:00
dropdown.js Closing dropdown with ESC correctly sets focus to toggle (#28928) 2019-06-19 12:23:41 +03:00
modal.js Rename eventHandler and selectorEngine files. 2019-05-08 17:26:37 +03:00
popover.js Rename eventHandler and selectorEngine files. 2019-05-08 17:26:37 +03:00
scrollspy.js Rename eventHandler and selectorEngine files. 2019-05-08 17:26:37 +03:00
tab.js Rename eventHandler and selectorEngine files. 2019-05-08 17:26:37 +03:00
toast.js toast should allow prevent default for hide and show events 2019-05-16 13:24:29 +02:00
tooltip.js tooltip dispose:removing only own event handler (#28896) 2019-06-13 10:42:54 +02:00