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

Merged

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 :)

@olifolkerd
Copy link
Owner

Hey @azmy60

Thanks for the update there, i will include it shortly in the 6.3 release.

Cheers

Oli :)

@olifolkerd olifolkerd changed the base branch from master to 6.3.0 September 29, 2024 15:41
@olifolkerd olifolkerd merged commit 2b3be2e into olifolkerd:6.3.0 Sep 29, 2024
2 of 3 checks passed
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.

3 participants