ID:2541791
 
Resolved
The Find/Replace dialog could lose focus when a new code file was opened.
BYOND Version:513.1510
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 79.0.3945.130
Applies to:Dream Maker
Status: Resolved (513.1512)

This issue has been resolved.
Information

This is a regression of this bug report's fix, not specific to 513.

Steps to Reproduce:

1. Open a .dm file
2. Ctrl+F
3. Search for a string that is in both the .dm file you're currently in, and in another .dm file within your project.
4. Press enter
5. You'll see that the string in your currently opened .dm file is now highlighted. Pressing enter will search for the next string (Find Next)
6. Press enter, which opens your next .dm file with your search string. However the find dialog has lost focus, and the code editor is now focused.
7. Press enter again, you'll delete the search string in the code editor.

The intended behavior would be to jump to the next instance of your search criteria.

Here's a quick .gif showcasing this. Might be easier to watch than read.
Lummox JR resolved issue with message:
The Find/Replace dialog could lose focus when a new code file was opened.