Closed
Bug 1500035
Opened 6 years ago
Closed 6 years ago
FF not support js regexp like "/\p{L}/u" (unicode categories)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1361876
People
(Reporter: kamil.k.kielczewski, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:62.0) Gecko/20100101 Firefox/62.0
Steps to reproduce:
Here is description:
https://stackoverflow.com/a/52205643/860099
Here is example (you shoud be unable to type digits in field - on chrome and safari it works, but not on ff)
https://jsfiddle.net/wo0et69q/2/
Actual results:
Here is example (you shoud be unable to type digits in field - on chrome and safari it works, but not on ff)
https://jsfiddle.net/wo0et69q/2/
Expected results:
Here is example (you shoud be unable to type digits in field - on chrome and safari it works, but not on ff)
https://jsfiddle.net/wo0et69q/2/
Comment 1•6 years ago
|
||
duplication of bug 1361876 ?
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
Comment 2•6 years ago
|
||
yes
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•