spring - Bootstrap Popover Button Does Not Display in IE 8 -


there countless issues bootstrap (in case, 2.3.1) components utilized in older versions of ie. issue has whole bunch of other potential wrenches culprit in app environment: jquery + bootstrap known conflicts, java using spring framework, freemarker templates, &c., &c.

but issue trying 1 button on bootstrap popover display in ie, , not, though there no issues in chrome, firefox, &c. (i know, shocking, right?). have freemarker template calling data-content populate popover on link, popover 2 <a> tags class of btn:

<li class="popout document-toc" id="document-toc">   <a class="reader-sprite toc pop-right" href="#" title="table of contents &amp; notes"    data-content="<a href='#' class='btn btn-inverse contents'>   <@spring.message "reader.actionbar.toc.contents"/></a>   <a href='#' class='btn btn-inverse notes'>   <@spring.message "reader.actionbar.toc.notes"/></a>   <div class='content-pane'><h1 class='gradient'>&nbsp;   <#--<@spring.message "reader.actionbar.toc.label"/>--></h1>   <p class='no-toc'><@spring.message "reader.actionbar.toc.missing"/></p></div>   <div class='notes-pane hidden'><h1 class='gradient'>&nbsp;   <#--<@spring.message "reader.actionbar.toc.notes.label"/>--></h1></div>"></a> </li> 

the issue content button display notes button not. both have display of inline-block, there more width necessary notes button fit, nothing seems able display. suspect issue not in spring or freemarker, esp. given pretty basic mark-up, , given amount of research i've been doing on both -- @ point, don't know issue is. welcome recommendations people might have solution and/or further investigation. attention.

update: 1 notable aspect didn't mention missing button comes fine in ie 8 compatibility view. best answer issue "don't use ie 8," our major corporate clients undoubtedly disagree. :/

hard debug partial html try with:

1.) html (and css) valid (or @ least close valid)?

2.) <meta http-equiv="x-ua-compatible" content="ie=emulateie8" />

3.) ie compatibility view , x-ua-compatible

  1. and 3. resources can found on msdn and/or google (sorry, can't publish direct links due rep')...

Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -