Describe, step by step, how to reproduce the error or problem you are encountering.
Perhaps this is a newbie issue but after creating a small grid table with some text columns i find that when i try to edit a cell in the grid that has existing data I cannot double click the cell in order to retain and edit the existing text. I can click, which then selects the cell and allows me to overtype the exiting value (ie the existing value is erased and my new value replaces the old value) but i feel that surely it must be possible to retain exiting cell contents and then change just a small typo.
Watching some of the training video it looks to me like i should be able to do what i have described
How many rows in total do you have in your Baserow tables?
3
Please attach full logs from all of Baserow’s services
I am using chrome currently. If i try the in Firefox I have slighly more success in multiple clicks being sucessful. If i try Edge slightly less success.
Of course i have no such problem with an other apps including web apps where double clicking is required.
I have uploaded an annotated video to try to show the issue. If you listen carefully to the audio you should be able to hear me multi-clicking the mouse to try to edit.
Given that this seems to have been an issue in the past could it be a regression ?
Thanks for the idea but I have disabled all extensions in Chrome and this has had no effect on the problem. I did also stop and restart Chrome but this made no difference.
Also tried turning off Kaspersky anti-virus just in case but also had no effect.
Just created an account at baserow.io and made a test table with a couple of rows of two columns of “Single Line text” and unfortunatley i have the same issue.
So it looks like the problem is my end BUT I have been experiementing with several no code database systems and i have not experienced this problem elsewhere.
Once again even with the online test if i persist in clicking many times then the cursor does sometimes end up in the field as i would expect.
Also just to be sure my browser is responding to double click sensibly I created a small javascript app (well Chatgpt helped me :-)) which detects single click and double click and informs me what has been detected. Click and double click are both detected as expected. I have attached a short video to show the result.
So I am at a bit of a loss, hope you have some further ideas because what I see of Baserow looks very promising for my project but not having double clicking capability will be a bit of a nuisance.
Thanks again for you help,
Mike
PS. Also just tested on two completely different laptops running Win 11 (I’m using Win 10) and I still have the same problem.
The issue most likely lies in the time between clicks. Our code assumes that it should be no more than 200ms, while it’s common to use up to 500ms in other tools.