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

bug: clipboard Cut in Toolbox|Properties field irreversably cuts control from form client area #21

Closed
ghost opened this issue Mar 7, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 7, 2021

RECREATE:
In form designer, put control on form (one with Name, Text, Tooltip fields that you might edit). With control selected, go to Toolbox window, and Properties tab. Highlight some portion of text in one property (with intention to move to another property), press Ctrl-X to Cut.
ERROR:
Text in property is not Cut. Control is Cut from form. Ctrl-Z (undo) and Ctrl-V (paste) will not restore.
EXPECTED:
Text in property is Cut.
WORKAROUND:
(If control previously saved) Immediately close project and do not save changes. Lose recent edits but not any controls prior to last save.
VERSION:
2.1.8
OPINION:
Related to #25
IDE main window is seeing/responding to keystrokes while focus is in Toolbox window.

@PaulSquires
Copy link
Owner

Select All and Cut actions were not acting on the correct focused area of the visual designer. This has been corrected by explicitly testing for edit focus of the embedded textbox control within the PropertyList dialog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant