-
Notifications
You must be signed in to change notification settings - Fork 3
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
'esc' did not close Find bar during test of 3.10.0dev #692
Comments
Looking in the log files from that test/demo night, there are some interesting sequences:
This raises a few questions:
If these both remain elusive after some more testing, then some more debug log code can be added. |
yup, adding the -1 arg at the end of the model.match call allows it to return all matches; by default it only returns the first match. So, it >should< be the case that the ERROR lines above will never be encountered again. Instead, the WARNING line shows as expected:
This might answer question 1 above, but doesn't address question 2, which may actually be expected behavior. Also, it doesn't address the main question in the title of this issue. So, probably best to go ahead and release 3.10.0 with code that uses the -1 argument and also adds the log lines as above, plus some more logging to show when the find dialog is opened and closed. Leaving this issue open since none of this actually fixes it. |
This happened during test/demo at R5, 10/26/23. Clicking a row in the find popup was the only way to close the find bar (and popup). Need to check the transcript.
The text was updated successfully, but these errors were encountered: