Top "Textselection" questions

In User Interface Design, text selection is the method of handpicking a portion of text, most commonly for the purpose of copying/cutting/pasting.

How to clear the selection in an EditText?

How do you programmatically remove the selection from an EditText? I've tried: myEditText.setSelection(selectionEnd); but that just creates a …

android android-edittext textselection
Making text unselectable

So, while playing with scrollbars and stuff in HTML5, I'm starting to notice an annoying trend. If I have text …

javascript html css cross-browser textselection
How to create tooltip over text selection without wrapping?

My end goal is to create a tooltip over a text selection. The user will then be able to interact …

javascript jquery html selection textselection
How to disable text selection on a table in a tricky situation?

I have a basic table, like this: <table> <tbody> <tr> <td>Column 1&…

jquery html-table selection textselection