Twitter bootstrap IE9中的Twitter引导popover bug

Twitter bootstrap IE9中的Twitter引导popover bug,twitter-bootstrap,internet-explorer-9,popover,Twitter Bootstrap,Internet Explorer 9,Popover,我使用container属性将popover正确放置在SVG元素上 $(this).popover({ title: "title", placement : "top", html : true, trigger: "hover", content:html, container:".visualization" }); 在这里拉小提琴: 这在Chrome和Firefox中运行良好,但在IE9中则不行(在IE9中我看不到popover)。有修复

我使用container属性将popover正确放置在SVG元素上

$(this).popover({
    title: "title",
    placement : "top",
    html : true,
    trigger: "hover",
    content:html,
    container:".visualization"
});
在这里拉小提琴:


这在Chrome和Firefox中运行良好,但在IE9中则不行(在IE9中我看不到popover)。有修复方法吗?

在jsfiddle(fork)上创建一个示例可能会有所帮助。这确实是一个好问题。看起来很奇怪。可以在IE中看到popover,但无论我如何无法将其显示在SVG顶部,IE似乎会将任何内容移到SVG区域之外。我也有同样的问题,尽管结果略有不同,但这是因为我的设置。在这方面找不到问题。