internet explorer - Using Twitter Bootstrap I cannot copy the text in the active Tab-pane in IE -


i using standard twitter-bootstrap code nav-tabs - http://twitter.github.com/bootstrap/javascript.html#tabs

all functionality works in ie9 , ie8 , ie7 browser modes cannot select , copy of text content within active panel. can in opera, chrome etc.

text outside panel can copied in ie.

i using webfonts these can copied outside active panel.

cannot post link on locked down dev server. tested same on different machines

i had same issue yesterday.

eventually found css rule .tab-content {display:table;} causing issue. added own css rule override this, setting .tab-content{display:block;} , fixed issue. don't know why display:table this, that's how fixed it...


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -