-
Notifications
You must be signed in to change notification settings - Fork 216
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
misc minor issues with flyout panels #6737
Comments
If you open a task list then open the flyout panel, the keyboard shortcuts still go to the task list. In particular, you can't type searches, filenames, etc. There's quite a bit of subtle stuff going on in enabling and disabling global keyboard handlers. I think most things work, but task list + side panel isn't working. WORKAROUND/HINT: open and focus the side chat, which will disable the tasks keyboard handler, and then you can type in the search box. |
Another bug.
I do this all the time with the normal Find page and it works well there. |
Still unfixed:
The other issues ABOVE in this thread are fixed. A missing feature is the cursor isn't implemented for the Log, though it is implemented nicely for the Explorer :-). |
|
Everything above is done (for me). However, these are some minor issues I'm seeing now:
|
Closed, since everything has been fixed here or copied to #6802 |
-- The recent log and file search are both just a simple case sensitive substring search but should be identical to the actual log search, e.g., if you search "foo bar" it is an and search for the terms foo and bar. We have generic search code in util for search that is used everywhere in cocalc and obviously should be used here for consistency. It even supports regexp automatically.
The text was updated successfully, but these errors were encountered: