Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
41 views

In VSCode editor (not terminal) while selecting text, usually anchor end will be fixed and expand/shrink happens only from cursor end. Now, is there a operation available in VSCode to switch anchor ...
Sourav Kannantha B's user avatar
1 vote
1 answer
165 views

How can I configure Visual Studio Code to enable column selection (multi-line selection) like this: Drag a line with Alt+Mouse 1 When crossing a line with lower indentation level, create indentation ...
fiedl's user avatar
  • 6,257
0 votes
1 answer
191 views

We are working on a SwiftUI-based project where we need the ability for users to select and copy specific parts of the text, rather than copying the entire text, as provided by SwiftUI's ....
user27574087's user avatar
0 votes
1 answer
92 views

I'm developing a SwiftUI application that includes a view displaying artwork details. This view contains several text fields with .textSelection(.enabled) to allow users to select text. However, I'm ...
Roadrunner's user avatar
-1 votes
1 answer
97 views

Straight to the point I have multiple QLabel widgets inside QVBoxLayout. When I press left mouse button and start dragging (I don't actually drag any widgets, I only move the mouse cursor while left ...
Vlad Ponomarev's user avatar
1 vote
1 answer
123 views

I'm trying to select text in flex reverse-column container but actual selection is wrong. Browser attempts to make selection from end of the element, that leads to wrong selection. Example, <...
Красный Паровоз's user avatar
1 vote
0 answers
90 views

I'm writing code which needs to find the advances for each grapheme in the original text (e.g., for cursor positioning and selection), and I would like to use the Unicode grapheme boundaries rather ...
trbabb's user avatar
  • 2,135
2 votes
2 answers
3k views

This has been bothering me since August '23 when this was first reported, and I can't really find any authoritative answer. Example: https://jsfiddle.net/1t8Lng2j/ Problem: Text within a <button>...
GTK's user avatar
  • 21
0 votes
1 answer
26 views

I'm using the jsTree latest plugin from https://www.jstree.com/. By default the text inside the jsTree are hyperlinks and due to that, the user cannot select the text using mouse drag. I want to know ...
Shwetha C N T's user avatar
5 votes
2 answers
3k views

I previously used a WebView to display a long text and style each word based on some business logic. However, I recently transformed this HTML content into a list of sentences and utilized a ...
imansdn's user avatar
  • 1,327
5 votes
0 answers
310 views

When I perform requestFocus() on a TextField that has any text, the text will become selected. What I want is to have the cursor at the end, without selecting any text. How can I give focus to a ...
F F's user avatar
  • 61
0 votes
1 answer
159 views

if user Select a text there should be quicknote menu will popup so I Need to show a popup menu when user select text in my flutter project . I Need to show a popup menu when user select text in my ...
Shailaja Tripathi's user avatar
1 vote
1 answer
170 views

I’m developing an application that includes a Webview. After a user selects text in the Webview a panel slides up and expands on top of the Webview and can hide the selected text. In this situation ...
David Hershkovich's user avatar
0 votes
1 answer
236 views

The code is meant to search through the current open Word document and select all instances of currently selected text. For example, I select "Casted" run the macro, and anywhere the text &...
Gen's user avatar
  • 71
1 vote
2 answers
628 views

similar question: CSS allow text selection within an element only but that's not what I want I get two sibling elements, if the user starts a text selection inside A, then I don't want any other text ...
Littlee's user avatar
  • 4,365
4 votes
0 answers
880 views

Consider a LazyColumn inside a SelectionContainer that contains some composables like this: SelectionContainer { LazyColumn { repeat(50) { n -> item { Row { Text(&...
Lucas Sousa's user avatar
1 vote
0 answers
2k views

vscode editor double-clicking on words goes from single word selection to all line instead of gradually expanding the selection scope from word to text including quotations to full line. The bracket ...
user15420598's user avatar
7 votes
2 answers
2k views

Firefox and Edge do not have this problem. When using Google Chrome browser, I am trying to select code or text. The text is selected, but it is not visible. The usual highlighting of the background ...
Leo Kac's user avatar
  • 458
5 votes
1 answer
1k views

I am working with the SelectableText.rich widget in Flutter, and I am trying to figure out how to programmatically clear the user's selection (i.e. when they tap another part of the screen). I have a ...
holycamolie's user avatar
1 vote
1 answer
164 views

I want users to be able to copy-paste a block of text without also getting inline controls, like buttons. In Chrome, applying user-select: none; to the controls accomplishes this. If the user selects ...
twhb's user avatar
  • 4,624
2 votes
0 answers
513 views

I just want to do a simple task here. Select some text and then do some manipulation on the selected text. I have searched for over a day on custom selection in react native but couldn't find any ...
Haris Ejaz's user avatar
0 votes
0 answers
70 views

I have suddenly in recent months repeatedly suffered FF (last few??? versions) web pages overwriting my X primary selection ON THEIR OWN. This is an enormous vulnerability, as I usually paste with ...
Daniel's user avatar
  • 508
0 votes
1 answer
527 views

I am using Android Compose ExposedDropdownMenu, but its text can be selected with a long press. Using DisableSelection section does NOT help at all: DisableSelection { ExposedDropDownmenu(){......
T D Nguyen's user avatar
  • 7,733
0 votes
1 answer
784 views

I've been trying to find a way to fully prevent text input text selection (Chrome, v. 104) #testInput { user-select: none; pointer-events: none; width: 100%; } <!DOCTYPE HTML> <...
Newstory's user avatar
0 votes
0 answers
528 views

Is there a way to get the text selection properties from Google Docs? I am looking for something similar to window.getSelection() that works in Google docs or Canvas element. I am developing a Chrome ...
Abreham's user avatar
  • 485

1
2 3 4 5
10