Whenever I try to select text from the active bootstrap tabs, it's not selected and in chrome, it drags the whole content while trying to select text. Is there any CSS or JS trick to enable the select option, so that we can select text or other contents from the active tab.
Asked
Active
Viewed 108 times
1 Answers
1
No any issue in boostrap tabs. we can select any thing in the boostrap tab.
Don't click on anchor tag <a href="#url" aria-controls="tab" role="tab" data-toggle="tab" aria-expanded="true">tab1</a>
.Click out side of the anchor tag and try to select. when you click on the anchor tag and try to copy, it drags.

Sampath Wijesinghe
- 789
- 1
- 11
- 33
-
I am unable to copy anything from the tab contents, I dont want to copy the anchor tags, but the text insdie the tab contents – Vij7 Aug 16 '17 at 05:16
-
I don't try to copy the content by clicking anchor tag contain area. try to copy by clicking the out side of anchor tag. see the updated answer, don,t try to copy by clicking mentioned area. – Sampath Wijesinghe Aug 16 '17 at 05:32
-
Brother, i'm trying to copy outside of the anchor tag, that is the main content portion, but still its dragging. – Vij7 Aug 16 '17 at 06:27