Reported by JamaicanUser on 2015-04-27 02:47
When I type the brackets (beside p on the US layout) in the filter by edit field, I get the following error:
ERROR - unhandled exception (21:33:27):
Traceback (most recent call last):
File "gui\settingsDialogs.pyc", line 1742, in onFilterChange
File "gui\settingsDialogs.pyc", line 1721, in populateTree
File "re.pyc", line 194, in compile
File "re.pyc", line 251, in _compile
error: unexpected end of regular expression
Using latest snapshot.
The text was updated successfully, but these errors were encountered:
Comment 3 by James Teh <jamie@... on 2015-05-01 04:03
In [39aa155]:
Fixed problems when typing certain punctuation/symbols such as brackets into the filter field in the Input Gestures dialog.
We now escape the filter text before passing it into regexp compilation routine.
Fixes #5060.
Reported by JamaicanUser on 2015-04-27 02:47
When I type the brackets (beside p on the US layout) in the filter by edit field, I get the following error:
ERROR - unhandled exception (21:33:27):
Traceback (most recent call last):
File "gui\settingsDialogs.pyc", line 1742, in onFilterChange
File "gui\settingsDialogs.pyc", line 1721, in populateTree
File "re.pyc", line 194, in compile
File "re.pyc", line 251, in _compile
error: unexpected end of regular expression
Using latest snapshot.
The text was updated successfully, but these errors were encountered: