Bugzilla – Bug 16686
Alarm Time timeControl has 0 width on webUI when adding alarms
Last modified: 2011-05-12 15:02:44 UTC
Tested with Firefox 3.6.12 and Chrome (various versions) on both Windows 7 and OSX. When adding an alarm using the webUI, the 'Alarm Time' timeControl is given a 0 width on the web page. Using Chrome to inspect the element, this is the html: <input type="text" class="stdedit timeControl x-form-text x-form-field x-form-focus" name="alarmtime_new" id="alarmtime_new" value="" size="15" style="width: 0px; "> After adding an alarm and refreshing the page, the 'Alarm Time' timeControl is given a width of 112px: <input type="text" class="stdedit timeControl x-form-text x-form-field x-form-focus" name="alarmtimeab9dedab" id="alarmtimeab9dedab" value="8:00 AM" size="15" style="width: 112px; ">
Confirmed on Opera/OSX
*** Bug 16805 has been marked as a duplicate of this bug. ***
== Auto-comment from SVN commit #31813 to the slim repo by mherger == == http://svn.slimdevices.com/slim?view=revision&revision=31813 == Fixed Bug: 16686 Description: define width for alarm input field
Fixed in 7.6.0, 32398. Not seen in Safari, IE 8, Firefox, and Chrome.