Text Selection Icon Zone Switching for Portable Devices

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing touch-sensitive displays on portable electronic devices face challenges in efficient content selection, particularly when selecting large text portions like paragraphs, due to limited screen space and cumbersome user interactions, such as needing to scroll and accurately move selection handles.

Innovation Solution

The implementation of a method that automatically switches between letter-by-letter and paragraph selection modes based on user input, using selection handles that snap to nearest text boundaries and ensuring paragraph selection handles are coupled to touch input for intuitive scrolling, allowing users to select text at different granularities efficiently.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If users manually select text on a touch-sensitive display, then selection precision can be achieved, but the operation becomes cumbersome and time-consuming when selecting large text portions like paragraphs

Engineering Contradiction:
Improvetext selection precisionVSAvoidtext selection time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system dynamically changes selection behavior based on the state of selection handles. When a selection handle reaches a paragraph boundary, the selection mode automatically transitions from character-by-character to paragraph-level selection, allowing users to efficiently select entire paragraphs without manually dragging through each character.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system prepares paragraph selection handles that automatically snap to paragraph boundaries when reached during text selection. This preliminary positioning mechanism ensures that when users intend to select a paragraph, the selection handle is already positioned at the correct boundary, enabling quick paragraph-level selection without manual adjustment.

Inventive Principle:
Principle #10Preliminary action

2Weight of moving object

If the display area is reduced for portability, then device portability is improved, but text selection becomes more difficult due to limited screen space

Engineering Contradiction:
Improvedevice portabilityVSAvoidtext selection ease
Core Design Contradiction:
Weight of moving objectVSEase of operation

Solution Approach 1:

The system adds a temporal dimension to text selection by implementing automatic mode switching based on selection handle position. Instead of requiring users to manually adjust selection granularity in the spatial dimension, the system automatically transitions between selection modes over time as the selection handle moves, making the interaction more intuitive on small screens.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The selection system serves itself by automatically detecting when a selection handle reaches a paragraph boundary and switching to paragraph-level selection. This self-service mechanism eliminates the need for users to manually change selection modes or perform additional actions, simplifying the interaction on portable devices with limited screen space.

Inventive Principle:
Principle #25Self-service

3Measurement precision

If selection handles are moved manually across the display, then precise text selection can be achieved, but user burden increases when selecting text beyond the visible screen area

Engineering Contradiction:
Improvetext selection accuracyVSAvoidselection operation complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system dynamically adjusts selection behavior based on the position of selection handles relative to paragraph boundaries. When a handle reaches a boundary, the selection mode automatically transitions to include entire paragraphs, reducing the need for users to manually drag handles across large distances or perform multiple operations to select text beyond the visible area.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS10025487B2Method and apparatus for text selection
Publication Date: 2018.07.17 HUAWEI TECH CO LTD
  • US10025487B2 patent drawing
  • US10025487B2 patent drawing
  • US10025487B2 patent drawing

AI summary

A method includes, detecting a location of a text selection icon on a display of an electronic device, and, detecting touch input representing a selection of text displayed on the display using the text selection icon, wherein: if the detected location of the text selection icon is maintained within a zone adjacent an edge of the display, the displayed text is selected on a row by row basis, and, if the detected location of the text selection icon moves outside said zone, the displayed text is selected on a letter by letter basis.