You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just invited to test it, so I followed the instructions exactly as they gave us:
"To start using Logseq DB, head over to https://test.logseq.com/. In the top left sidebar, click Demo and then Create db graph. Enter a graph name and hit Submit."
I was then in the context of my new graph called "testing-db", in the "Journals" section. At this point, I was able to write text because the focus was directly on the first block <textarea>. Then, I clicked outside the input (lost focus), and I was no longer able to give the focus back to the <textarea>.
I then tried the exact same thing using Chromium, and it worked like a charm.
Reproduce the Bug
Create a new db graph
Without clicking anywhere, just write "Anything" (it works)
Click outside the block (i.e. on the Journal title)
Try to append text in the "Anything" block (it does not work, the textarea cannot be focused)
Expected Behavior
When I click on a block textarea, it should take the focus and I should be able to edit the text.
The only line that might be interesting in the JS Console is:
[frontend.modules.shortcut.data-helper] {:shortcut/binding-not-found {:id :ui/highlight-recent-blocks}, :line 82}
Are you willing to submit a PR? If you know how to fix the bug.
Search first
What Happened?
Hi,
I was just invited to test it, so I followed the instructions exactly as they gave us:
"To start using Logseq DB, head over to https://test.logseq.com/. In the top left sidebar, click Demo and then Create db graph. Enter a graph name and hit Submit."
I was then in the context of my new graph called "testing-db", in the "Journals" section. At this point, I was able to write text because the focus was directly on the first block <textarea>. Then, I clicked outside the input (lost focus), and I was no longer able to give the focus back to the <textarea>.
I then tried the exact same thing using Chromium, and it worked like a charm.
Reproduce the Bug
Expected Behavior
When I click on a block textarea, it should take the focus and I should be able to edit the text.
Screenshots
Screencast.From.2024-12-06.15-35-09.mp4
Browser, Desktop or Mobile Platform Information
OS: Fedora Workstation 41
Browser: Firefox 133.0 (64bits)
LogSeq version: 0.10.10 (https://test.logseq.com)
Additional Context
The only line that might be interesting in the JS Console is:
[frontend.modules.shortcut.data-helper] {:shortcut/binding-not-found {:id :ui/highlight-recent-blocks}, :line 82}
Are you willing to submit a PR? If you know how to fix the bug.