Skip to content

[Tokenizer]: Token values cannot be copied or cut #13086

@Martin-Rippel

Description

@Martin-Rippel

Bug Description

It is not possible to copy or cut tokens from a Tokenizer. The same issue also affects the Multi Combobox and Multi Input.

Steps to reproduce:

  • Open the Basic Tokenizer Sample in the UI5 Web Components documentation
  • Select one or multiple tokens
  • Copy Scenario
    • Press Ctrl+C (Windows) / CMD+C (macOS)
    • Actual: The values of the selected tokens are not copied to the clipboard
    • Expected: The values of the selected tokens are copied to the clipboard
  • Cut Scenario
    • Press Ctrl+X (Windows) / CMD+X (macOS)
    • Actual: The values of the selected tokens are not copied to the clipboard and the selected tokens are deleted
    • Expected: The values of the selected tokens are copied to the clipboard and the selected tokens are deleted

Affected Component

No response

Expected Behaviour

No response

Isolated Example

No response

Steps to Reproduce

...

Log Output, Stack Trace or Screenshots

No response

Priority

None

UI5 Web Components Version

2.19.2

Browser

Edge

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

Code Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions