-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Remove "Find Next" and "Find Previous" from Nav dropdown #1243
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
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already. |
@simranaggarwal1999 Yes The Find-Next Modal Should Close Only when The close button is clicked.will have to ask @catarak whether she wants this change,if yes will send a pr that fixes this. |
Find next should maybe just open the find dialog? The overall find UX is a little off and should be adjusted to work like other text editors (i.e. VSCode). Related to #942. |
@catarak I feel Find Next dialog box should find and select the next occurrence of the text specified in the Find dialog box and Find Previous dialog box should find and select the previous occurrence of the text specified in the Find dialog box. Kindly guide me to solve this issue. |
This is a issue with codemirror the find Next and find Prev both doesn't show the desired behaviour or a behaviour that is not similar to what we expect with editors like vscode when we press these combinations. |
So The CodeMirror editor doesn't currently supports the behaviour we are thinking of achieving here. |
@catarak what should we do now with the design should we let it the same for now. |
I think that |
Hey @catarak ! |
But, there clearly seems to be a focus issue with the |
@satyasaibhushan you can go ahead and work on this one! also, would you mind putting the other issue you're reporting in a separate issue, with steps to reproduce? |
Hey @catarak, |
Nature of issue?
Details about the bug:
Web browser and version: FireFox
Operating System: Windows
Steps to reproduce this bug:
Feature enhancement details:
I feel the dialog box should not close this way. Also there should be a find button that would start finding in the document according to the letters typed by the user.
The text was updated successfully, but these errors were encountered: