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

Difficult to indent code in exprtk editor because <TAB> key blurs the input #2703

Open
tomjakubowski opened this issue Aug 5, 2024 · 0 comments
Labels
bug Concrete, reproducible bugs

Comments

@tomjakubowski
Copy link
Contributor

tomjakubowski commented Aug 5, 2024

Bug Report

Steps to Reproduce:

  1. Create a new computed column
  2. Type a multi-line expression in the editor
  3. Attempt to indent it with <TAB>

Expected Result:

Indentation is added.

Actual Result:

<TAB> acts like in an ordinary web form, where it blurs focus from the editor and focuses the next available form field (in this case, the "RESET" button)

Screenshot 2024-08-05 at 12 57 48 PM

While that behavior makes sense in many form contexts, I think given the form field's use case as code editor, it would be better to make apply indentation in the editor - whether by inserting literal characters or soft-tabs.

Environment:

Chrome 127, macOS

@texodus texodus added the bug Concrete, reproducible bugs label Aug 5, 2024
@finos finos deleted a comment from harshsaha Aug 9, 2024
@finos finos locked as spam and limited conversation to collaborators Aug 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants