-
Notifications
You must be signed in to change notification settings - Fork 858
blur editor after pressing next/prev #4517
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
base: master
Are you sure you want to change the base?
Conversation
Hey @azmy60 Thanks for the PR. On this one, while i accept that this behaviour deviates from excel, this is not a spreadsheet application. This is first and foremost a Table application that has recently had spreadsheet functionality added, which is very much the edge usage case as far as the main uses of the library are concerned. Would you be ok moving this into an option for the module so that this different behaviour can be enabled by the user if desired? Cheers Oli :) |
Hey @azmy60 Just wondering what your thoughts were on this one? Cheers Oli :) |
Hey @olifolkerd , sorry I missed looking into this one earlier, and of course I can make this as an option instead of the default behavior. Expect me to work on this next week :) |
@olifolkerd I just added a new option to the Select Range module. Let me know what you think! |
I think now we also need to avoid using edit module like this so I'm gonna work on that. :) |
@olifolkerd So I just changed the code so the Select Range uses |
There is a bug similar to this #4516. Pressing Tab/Shift+Tab would open the editor for the next cell which is uncommon if we compare it to other tools like Google Sheets and Ms. Excel.
Expected: Pressing tab should blur the editor and then go to the next cell without opening a new cell editor.
Also: this should also fix navigating within cell editor beekeeper-studio/beekeeper-studio#2242
Tabulator
Google Sheets