Changes between Version 5 and Version 6 of Ticket #6417
- Timestamp:
- 02/26/2018 01:54:03 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6417
- Property Component changed from User-Interface to Platform
-
Ticket #6417 – Description
v5 v6 4 4 windows 7 / windows 10 5 5 6 Ubuntu 17.10 7 Chrome 64 8 Adblock Plus 3.0.2.1975 9 6 10 === How to reproduce === 7 add an incorrect custom filter 11 Add the custom filter `@@||example.com^$first-party` 8 12 9 13 === Observed behaviour === 10 an error window opens having only the row number of the incorrect filter, no error message 14 Modal dialog opens displaying only the row number of the incorrect filter, no error message. 11 15 16 === Further information === 17 We use `Utils.getString()` in lib/filterValidation.js to retrieve the error message for the given error reason. However, unlike `browser.i18n.getMessage()` it returns an empty string instead.