25
Is it ever acceptable for a web app to take over Ctrl+F for its own search?
I am building an application where a lot of the content is not rendered — long lists, virtualised tables, data that lives on the server. The browser's find in page can only search what is currently in the DOM, so it…