Bug 5744 - Search button doesn't work in IE7
: Search button doesn't work in IE7
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 7.0
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Squeezebox QA Team email alias
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-10-09 14:23 UTC by Philip Meyer
Modified: 2007-10-10 20:19 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
use getElementById (1.40 KB, patch)
2007-10-10 13:13 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Meyer 2007-10-09 14:23:12 UTC
New Default skin. From live search page, if I press the Search button, I get an error in IE7:

Line 58
Char 6
Error: Object doesn't support this property or method
Code: 0
URL: http://hergest:9000/Default/search.html?liveSearch=1&player=00:04:20:06:38:3c&homeCategory=my_music
Comment 1 KDF 2007-10-10 12:32:39 UTC
document.forms.<formname>.submit doesn't work in IE.  This seems to apply for tunein.html as well. This format is also use in the wizard.  
Comment 2 KDF 2007-10-10 13:13:58 UTC
Created attachment 2247 [details]
use getElementById

this works for FF 2.0.0.7, IE6, and Opera 9.1
Comment 3 KDF 2007-10-10 20:19:25 UTC
fixed at change 13720.