Closed
Bug 592971
Opened 14 years ago
Closed 14 years ago
Timepicker is24HourClock property not working Firefox 4 beta
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: thegooddale, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
1.69 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b4) Gecko/20100818 Firefox/4.0b4
On the example page, the timepickers for the start and end time should be in 24hour time, but on FF4 beta, they seem to be stuck on 12 hour time even though the is24HourClock property has been set to true.
Seems to work fine in FF 3.6
Reproducible: Always
Steps to Reproduce:
1. Go to http://forboden.com/coding/xulTimePickertest.xul
2. Increase the hour past 12 in either of the timepickers
Actual Results:
In Firefox 4 beta4, when you get to hour 12, the next hour is 1 PM/AM
Expected Results:
A 24hour clock. i.e. after 12 hours, timepicker should go to 13 hours when time increments.
Default theme.
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
https://developer.mozilla.org/en/XUL%3AProperty%3Ais24HourClock says the property is read-only.
Component: General → XP Toolkit/Widgets: XUL
Keywords: testcase
Product: Firefox → Core
QA Contact: general → xptoolkit.xul
Oh so it is. Sorry for the mixup. Do I delete this bug report or do I mark it as resolved?
Comment 4•14 years ago
|
||
Neil, this is invalid, right?
Comment 5•14 years ago
|
||
Yes, the field should be determined automatically from the system locale/settings.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Comment 6•6 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
You need to log in
before you can comment on or make changes to this bug.
Description
•