GNOME Bugzilla – Bug 746208
Regex search for open files is interrupted on every key stroke by modal dialog
Last modified: 2015-03-15 15:21:05 UTC
Details --------- When you are typing some perl regular expressions to search for open files, you get a modal error dialog and are interrupted on every key stroke. The dialog blocks your typing and notifies your input is invalid, even if you have not finished yet. It seems that this problem is caused by the incremental search. I believe this is very annoying. It is better not to interrupt users' typing. Steps to Reproduce ------------------- 1. Select Search for Open Files in the App menu. 2. Enter '[' as a part of a valid pattern in the textbox for file names. => You get a modal error dialog Build Version --------------- % jhbuild info gnome-system-monitor | grep Install Install version: 9041b27ecfe2b748cac9edd3208c0dbb9788bc4d Install date: 2015-03-14 20:22:16
Created attachment 299402 [details] Screencast of this issue
Created attachment 299417 [details] [review] 0001-Don-t-display-an-error-dialog-when-open-files-regex Nice catch. This is indeed annoying. Here's my take on this.
Review of attachment 299417 [details] [review]: Thanks for the patch, pushed this into master, with a minor tweak, using GTK_STYLE_CLASS_ERROR instead of "error".
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.