Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy all/Paste/Undo/Redoqq popup menu on OryUITextfield #7

Open
KevinCrossDCL opened this issue Dec 16, 2020 · 0 comments
Open

Copy all/Paste/Undo/Redoqq popup menu on OryUITextfield #7

KevinCrossDCL opened this issue Dec 16, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@KevinCrossDCL
Copy link
Owner

Add a pop up menu to OryUITextfield that appears when the textfield is pressed while active i.e. first press to activate textfield, second press to show the popup menu.

The menu should have at least paste. Include this option even if clipboard is empty because GetClipboardText() gets the text in clipboard before the user has given permission. Only call it when the paste button has been pressed.

As you can't select some of the text in a textfield Include an option for copy all, instead of the usual copy.

Undo/Redo would work if the textfield widget remembers the current text each time the focus status changes.

@KevinCrossDCL KevinCrossDCL added the enhancement New feature or request label Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant