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

Fix story TextBox cursor to be at end #65

Merged
merged 2 commits into from
Oct 15, 2021
Merged

Conversation

nicolauscg
Copy link
Member

Prevents the following interactions because blinking cursor is programatically drawn at the end of text by setting cursor to be at the end on key down. Pasting with ctrl+V still works, but ctrl+C will not as text selection is made impossible.

  • arrow keys moving cursor
  • shift and arrow keys selecting text
  • ctrl+A selecting everything

@daystram
Copy link
Contributor

Nice

@daystram daystram changed the title fix: force story textbox cursot to be at end Fix story TextBox cursor to be at end Oct 15, 2021
@sonarcloud
Copy link

sonarcloud bot commented Oct 15, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@daystram daystram merged commit 103750a into master Oct 15, 2021
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

Successfully merging this pull request may close these issues.

2 participants