Bug 16686 - Alarm Time timeControl has 0 width on webUI when adding alarms
: Alarm Time timeControl has 0 width on webUI when adding alarms
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 7.6.0
: All All
: P2 normal (vote)
: 7.6.0
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-30 11:51 UTC by Gordon Harris
Modified: 2011-05-12 15:02 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gordon Harris 2010-11-30 11:51:35 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; ">
Comment 1 Michael Herger 2011-01-21 08:53:18 UTC
Confirmed on Opera/OSX
Comment 2 Jim McAtee 2011-01-22 15:54:31 UTC
*** Bug 16805 has been marked as a duplicate of this bug. ***
Comment 3 SVN Bot 2011-01-23 23:33:02 UTC
 == 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
Comment 4 Bradley D. Wall 2011-05-12 15:02:44 UTC
Fixed in 7.6.0, 32398.  Not seen in Safari, IE 8, Firefox, and Chrome.