Open
Bug 1240203
Opened 9 years ago
Updated 2 years ago
Warnings and errors should be localized with the language of the debugger device and not the language of the debugged device
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: marco, Unassigned)
Details
Suggested in https://bugzilla.mozilla.org/show_bug.cgi?id=1086997#c5.
The problem isn't strictly related to the Web App Manifest, but to all warnings and errors.
For example, if I run this code:
> document.createEvent('Event').getPreventDefault();
In my browser (localized in Italian) I get:
> L’utilizzo di getPreventDefault() è deprecato. Al suo posto utilizzare defaultPrevented.
In WebIDE with a non localized phone, I get:
> Use of getPreventDefault() is deprecated. Use defaultPrevented instead.
Component: Developer Tools: WebIDE → Developer Tools: Console
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•