зеркало из https://github.com/mozilla/pjs.git
Bug 404773: Find bar doesn't like the letters 'b', 'o', 'd', 'y', and 'random'. s+sr=jst, a=P1 blocking
This commit is contained in:
Родитель
d84f09d502
Коммит
ada0286391
|
@ -960,7 +960,7 @@ nsFind::Find(const PRUnichar *aPatText, nsIDOMRange* aSearchRange,
|
|||
ToLowerCase(patAutoStr);
|
||||
|
||||
// Ignore soft hyphens in the pattern
|
||||
static const char kShy[] = { CH_SHY };
|
||||
static const char kShy[] = { CH_SHY, 0 };
|
||||
patAutoStr.StripChars(kShy);
|
||||
|
||||
const PRUnichar* patStr = patAutoStr.get();
|
||||
|
|
Загрузка…
Ссылка в новой задаче