Open Bug 1023213 Opened 10 years ago Updated 2 years ago

overflow and underflow validation error messages for input of types date and time are mixed up for webapprt

Categories

(Core :: DOM: Forms, defect, P5)

x86_64
Windows 8.1
defect

Tracking

()

People

(Reporter: aryx, Unassigned)

References

Details

Firefox Nightly 31.0a1 20140609 on Windows 8.1

In bug 1016931, underflow and overflow validation messages have been improved. The validation messages for webapprt are different from the ones for /dom. For the former one, the under- and overflow messages for date and time are mixed up.

# LOCALIZATION NOTE (FormValidationDateRangeOverflow): %S is a date.
FormValidationDateRangeOverflow=Please select a value that is no earlier than %S.
# LOCALIZATION NOTE (FormValidationTimeRangeOverflow): %S is a time.
FormValidationTimeRangeOverflow=Please select a value that is no earlier than %S.
"earlier" should be "later".

# LOCALIZATION NOTE (FormValidationDateRangeUnderflow): %S is a date.
FormValidationDateRangeUnderflow=Please select a value that is no later than %S.
# LOCALIZATION NOTE (FormValidationTimeRangeUnderflow): %S is a time.
FormValidationTimeRangeUnderflow=Please select a value that is no later than %S.
"later" should be "earlier".
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046

Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.

If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM: Core & HTML → DOM: Forms
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.