altmp / altv-issues

Issues and roadmap for alt:V project
93 stars 16 forks source link

RMLUI -> ̶C̶o̶p̶y̶ ̶&̶ ̶P̶a̶s̶t̶e̶ ̶B̶r̶o̶k̶e̶n̶, Caret Movement Support #1777

Open Stuyk opened 1 year ago

Stuyk commented 1 year ago

Description of the problem

Resolved in Dev

Currently we cannot copy & paste from an input box. Copying from an input box in rmlui results in strange characters. We cannot paste anything into any rmlui based input boxes currently.

Currently the text input caret movement is not supported but is being integrated. We'll need an API wrapper to allow input boxes to have their caret position moved.

mikke89/RmlUi#419

Reproduction steps

Create an input box.

Try copying, paste output to a text document. Try pasting, expect nothing.

Try moving the cursor to the end of an input box with current input functions.

Expected behaviour

Works similarly to current CEF implementations.

Additional context

No response

Operating system

Windows 10

Version

Current

Reproduction tested

LeonMrBonnie commented 1 year ago

The copy & paste is already fixed on dev