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

EditField "ShowCaret" appears to call blueprint action instead of inherited implementation #75

Open
alleew opened this issue May 15, 2023 · 0 comments
Assignees

Comments

@alleew
Copy link
Contributor

alleew commented May 15, 2023

The EditField class inherits from two classes, EditRegion and TextField. EditRegion has a blueprint action for "ShowCaret", and TextField provides a real implementation of "ShowCaret". The class compiles and runs, but it seems to call the empty blueprint (i.e. "ShowCaret" does nothing).

Currently, EditField contains a manual implementation of "ShowCaret" that forces it to use the TextField parent implementation. If you comment this out you should see the behavior. You'll know you've reproduced the error if clicking in an EditField doesn't show the caret.

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

2 participants