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

make autoFocus optional for SelectRange #4452

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

azmy60
Copy link
Contributor

@azmy60 azmy60 commented Apr 4, 2024

We recently found a bug related to SelectRange.

beekeeper-studio/beekeeper-studio#2075

Basically, text editor (codemirror) outside tabulator becomes unusable when tabulator tries to gain focus. I think it's related to document.createRange() in SelectRange and the way that codemirror didn't handle that properly I guess (?).

So, I think it would be great to make the autoFocus optional.

@rathboma
Copy link
Contributor

rathboma commented Apr 4, 2024

Thanks Azmi!

@olifolkerd olifolkerd added the PR Awaiting Merge The PR is awaiting merge in next release version label Apr 28, 2024
@olifolkerd
Copy link
Owner

Hey @azmy60

Thanks for this, as it is a new option i will include it in the next feature release.

Cheers

Oli :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR Awaiting Merge The PR is awaiting merge in next release version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants