Tagged Questions
The textselection tag has no wiki summary.
213
votes
13answers
81k views
css rule to disable text selection highlighting
For anchors that act like buttons (for example the Question, Tags, User, etc at the top of the SO page) or tabs, is there a CSS standard way to disable the highlighting effect if the user accidentally ...
10
votes
1answer
588 views
What Text Selection Control is this?
I want to implement the same nature type of control on text selection on a Activity with various text fields. Any ideas of implementing the behavior shown in Picture
8
votes
2answers
637 views
How can I select multiple text segments in a WPF textbox?
Is it possible to select multiple parts of text within a WPF textbox? For instance, for a textbox that contains the string THIS IS A TEST, I want to be able to highlight THIS, then hold Ctrl and ...
6
votes
1answer
527 views
Can you set and/or change the user’s text selection in JavaScript?
In JavaScript, there are various methods for accessing the user’s text selection, and creating text selections (or ranges) — see http://www.quirksmode.org/dom/range_intro.html.
As per that page, you ...
5
votes
1answer
1k views
Android 3.0+ WebView Text Selection + JavaScript
Problem domain: Android WebView based ePub format reader --
We need text highlights which are accessible via JavaScript methods (ie turn em on, turn em off, save them email them, etc)
Anyone in the ...
5
votes
3answers
343 views
Saving a selection for later use in JS
I've got a rich text editor in an iframe with designMode that does syntax highlighting for small blocks of text. I'd like it to update the highlighting on keyup, but messing with the DOM causes the ...
5
votes
2answers
921 views
Why doesn't this MotionEvent simulation work?
In one of the views in an exercise app, am trying to perform text selection programmatically.
I am able to (programmatically) enter "text selection mode", which is visually indicated by ...
5
votes
1answer
335 views
Making a rectangular selection in a RichTextBox with Alt-Left-Mouse sweep?
There are quite a few applications that allow you to select a box or rectangle of text by sweeping with mouse while the Alt key is pressed. Visual Studio 2010 does this in the code editor, for ...
5
votes
2answers
3k views
Using SHIFT+Arrows to select text in vim / MacVim
One of the nicer features in MacVim is that it is possible to use the usual OS commands for copying and pasting text (namely command+C and command+V) in it.
This is especially nice in situations when ...
4
votes
4answers
83 views
Set the text selection color with jQuery. Demo not working
http://jsfiddle.net/uKdPM/
I've set the ::selection color in css, so when you highlight the text on the screen, the color of the text is pink. I'm trying to now override that color through jQuery ...
4
votes
1answer
213 views
Javascript Text Selection Page Coordinates
I have an question about getting the page coordinates of a text selection in javascript. I do know how to get the selected text etc. but that is not what I'm looking for... I need the coordinates (in ...
4
votes
3answers
287 views
Return HTML from a user selection
I have the following, very simple html page...
<html>
<head>
<script type="text/javascript">
function alertSelection()
{
var selection = ...
3
votes
1answer
34 views
Why does the CSS3 pseudo ::selection not change the color for all parts?
Why does the CSS3 pseudo-element selection not change all parts of the highlight? As you can see in this screenshot I have selected part of the page, and parts of the selection are the default bright ...
3
votes
1answer
416 views
How to get coordinates (CGRect) for the selected text in UIWebView?
I have simple UIWebView with loaded html.
I want to show the PopoverView pointed to the selected text.
I can get the menuFrame of the UIMenuController and use its rect, but the result isn't as ...
3
votes
1answer
448 views
Does “text selection mode” work the same for all views & devices
The documentation for WebView.emulateShiftHeld() says:
Use this method to put the WebView
into text selection mode. Do not rely
on this functionality; it will be
deprecated in the future.
...
3
votes
1answer
441 views
Change text selection highlight with JS
For standard browsers you can use something like this to change the coloring of selected text.
div.txtArea::selection {
background: transparent;
}
div.txtArea::-moz-selection {
background: ...
3
votes
2answers
2k views
Can I select a specific block of text in a UITextField?
I have a UITextField in my iPhone app. I know how to make the text field select all of its text, but how can change the selection? Say I wanted to select the last 5 characters, or a specific range of ...
2
votes
4answers
64 views
Get text from textbox in cursor position .net
I need to get text from a textbox in winforms, i need to get the text that the cursor is in between e.g
Hello or posit|ion or look
This should return the word position (Note here i used the pipe ...
2
votes
1answer
48 views
Stop selection of page elements when link is clicked
I'm writing a page containing a javascript scrollable element using the jQuery Tools Scrollble plug in. You can view my page here: idiots.mrtriangle.me
When you click on the Gallery tab, access a ...
2
votes
3answers
46 views
create a rule for more than one use inside a regex call
Supposing I have the following text:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod ,,,,,,tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, ...
2
votes
1answer
98 views
Create Safari's Find Function Style Text Selector in Javascript
Is there any way to make this text selection effect easily with a library in Javascript? It is very well done and I'd like to mirror this look.
Wondering if anyone had done something similar or seen ...
2
votes
1answer
127 views
How can I select the previous char from the cursor position in a RichTextBox
I am making an combobox that changes the richTextBox's font, and I would like to be able to automatically change the combobox's selection when I click on a specific text in it, matching its font. I ...
2
votes
1answer
448 views
Setting caret position in JTextArea
I have a JTextArea. I have a function that selects some amount of text when some combination is called. It's done properly. The thing is, I want to move caret to the selection beginning when some text ...
2
votes
2answers
137 views
selection of text and then split it into three parts with jQuery for AJAX
I would like to take a bunch of HTML inside a container(DIV) then let the user select part of it. Its not an "editable area" that I am looking for. As we dont want the user to be able to ...
2
votes
1answer
133 views
reliable, cross-browser way to get selection's boundaries?
I need to make the user to be able to select some text, click a button and make the server remember the selection for the next time.
I've extensively read through SO's questions and answers, tried ...
2
votes
1answer
131 views
Selecting Word-Parts in C#
While collecting some training data for NLP, I discovered that it is impossible to select parts of 2 adjacent words in a RichTextBox.
For example: you can not select "lect Me" from "Select Me" in a ...
2
votes
2answers
2k views
Disabling text selection in DocumentViewer
Simple question. How do you disable the text selection of DocumentViewer in WPF? This is the feature where an XPS document is displayed by the viewer and then text can be highlighted via mouse. The ...
1
vote
1answer
16 views
How can you prevent clearing the selection before onclick event processing?
I want to attach an event handler to a <span> node that processes the current selection, but before the click event fires, it appears as though the selection is cleared by the browser (Chrome ...
1
vote
1answer
98 views
How to override the dojo control focus method on FF
We have an existing application using dijit controls. The previous behavior on pre FF6 when the control is focused is it also gets selected. However, starting FF6 the control is no longer selecting ...
1
vote
1answer
54 views
Detect text selection about to happen
Is there a way, in iOS, to write code that is called when the system is about to display the text selection controls on a UIWebView?
I need some of my code to be called when the user wants to select ...
1
vote
1answer
50 views
Send accelerator with mouse to perform selection of text
I need to make selection of text using mouse instead of ctrl+A
I tried:
sendAcceleratorKey(MouseEvent.BUTTON1, "");
but I don't know which argument could I set to say make a click with mouse and ...
1
vote
1answer
187 views
How to get the selected text in textarea using jQuery in Internet Explorer 7?
I tried the jquery-fieldselection plugin to get the selected text in textarea.
It works fine in Firefox and Chrome, but not in Internet Explorer 7.
I use the getSelection() method like this:
...
1
vote
0answers
31 views
Textmate: Increase / Decrease The Selection?
Does anyone know of a bundle/plugin/keyboard command to increase the scope of selected text?
Intellij (and I think Eclipse) allow you to increase the scope of your selection. Intellij will do this ...
1
vote
0answers
97 views
iOS Selection Widgets Over Image
I'd like to use the iOS text selection widgets over an image. The image contains text, and I have programmatic access to glyph positions and text strings. I have searched high and low and cannot see ...
1
vote
2answers
329 views
Android Text Selection Terminology
How are the two "trapezoids" that appear during text selection (in the emulator) called?
Where can I find more information about how to control them programmatically?
For further clarity, I am ...
1
vote
1answer
498 views
TinyMCE Custom Link button/command (with jQuery)
I have a TinyMCE editor with its default toolbar hidden, and have created my own to replace it (simplified with office2007 style css previews).
I'm having an issue with creating a link via code (I ...
1
vote
2answers
2k views
jqueryUI Sortable: handling .disableSelection() on form inputs
example: i have an un-ordered list containing a bunch of form inputs.
after making the ul .sortable(), I call .disableSelection() on the sortable (ul) to prevent text-selection when dragging an li ...
1
vote
2answers
331 views
Jquery - If cursor position at the start/end in a textfield
i have a textarea and I want to check if the cursor is at the start or at the end (I dont need the current position).
Did anybody know a simple jQuery solution?
Thanks in advance!
Peter
1
vote
2answers
107 views
Monitor selections in any application
I want to monitor all text selections made in any application by the user. Is that possible? I would prefer a solution in .net, but vanilla C++ is OK.
If not, can I monitor all text copy operations ...
1
vote
1answer
488 views
Jquery: possible to change the text selection color in a textarea with jquery? css doesn't work :(
textarea::selection {
background:#0099ff;}
That's how you specify a text selection color for chrome in CSS, i know it's different for different browsers but I wanted to know if there's a way to ...
1
vote
1answer
218 views
Google Maps API 3. Text selection in overlays
How to make a text selection in my overlays?
Now my overlays inactive for text selection
and creates a zoom when i double-click in overlay.
http://img121.imageshack.us/img121/9022/overlayph.png
1
vote
1answer
63 views
how to determine if the browser supports selectionStart if there is no text selected
This code will return true if the browser supports selectionStart and some text is selected, but if no text is selected it returns false (even on browsers that support it):
if ...
1
vote
1answer
495 views
How can I enable child inputs text selection in Mozilla Firefox using CSS?
Let's consider the following scenario. I have the following page where all rendered elements must be non-selectable.
<html>
<head>
<style type="text/css">
body {
...
1
vote
0answers
494 views
How do you keep the text selection on a DataGridView?
I'm running C# 2.0, and I've written an application with a DataGridView in virtualmode and a TreeView in the same form, but in different panels of a SplitContainer.
My application has a "find all" ...
1
vote
2answers
976 views
UITableViewCell with selectable/copyable text that also detects URLs on the iPhone
I have a problem. Part of my app requires text to be shown in a table. The text needs to be selectable/copyable (but not editable) and any URLs within the text need to be highlighted and and when ...
1
vote
1answer
330 views
Eclipse plugin:TextSelection cannot resoleve
I am trying to develop my first plug-in.
The plug-in should manipulate the content of the selected text in the active text editor.
I started with the “hello world” example from the “Cheat sheet” ...
0
votes
2answers
18 views
Use body::selection, i want to customize highlight color
Why cannot use body::selection , when i want anything that can highlight to be the color i desired, anything include p img li h1
Examples here
Now i want everything highlight to be RED color, but i ...
0
votes
0answers
9 views
Highlighting a part of text afterwards showing context-menu
Hi I wrote a application that can highlight a text. But it is not accurate.an other words, I can't find start point from selected text!
This is my code:
txtContent = (TextView) ...
0
votes
1answer
31 views
How to call context-menu when select a text?
I wrote a program that use textIsSelectable property for select a part of text in textview.
Now, I want to call a context-menu (include: copy, highlight, etc such as an ebook reader) when select a ...
0
votes
1answer
42 views
Get selected text on IPad 2 with Javascript
I'am developing a web-application that allows to select parts of an html document and put some kind of annotation on it.
To get hold of the selected text I use window.getSelection() which works ...