UrlChecker
UrlChecker copied to clipboard
Add a delay before analysing URLs
Problem
When typing in the URL textbox, the URL view updates every time a character was typed.
This would lead to problems such as the log file and the history list is too long, or performance issues especially when a bunch of characters got deleted by pressing the Backspace key (instead of select and delete), which is common among mobile device users.
Suggestion
We can add a delay feature to the textbox, which let the application to wait for a while (maybe around 0.5 seconds) to let users complete their changes before analysing the URL and adding it to the log and history.
Alternative
We can also use an event to trigger the update of the view, such as:
- The textbox loses focus
- User presses a button (to be added) beside the textbox
Acknowledgements
- [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
- [X] I have written a short but informative title.
- [X] I will fill out all of the requested information in this form.