Tooltips and Popovers inside a Modal don't work
Created by: HannesWaechter
Thanks to @jonypawks: Tooltips and popovers inside a modal are supposed to get a higher z-index than the modal itself. The CSS Selector doesn't apply, since the tooltips and popovers themselves aren't in the .modal container, but only in the body. For more details, see Comment 2 by @jonypawks.
Here is a Fiddle: http://jsfiddle.net/BqEzt/1/
Probably dropdowns in modals aren't working either.