Bugzilla – Bug 6035
Podcast settings page behavior confusing
Last modified: 2009-07-31 10:15:14 UTC
The podcast settings page is a bit confusing. It's not immediately obvious that you must NOT hit <RETURN> after typing in a podcast URL. Instead you must press Save Settings, which is not near the text entry field on the page. If you hit <RETURN> after entering a podcast URL, the new podcast is added, all other podcasts are deleted, and the defaults return. SC7 nightly 11/4 on Fedora 7 Firefox 2.0.0.9 on Mac OS 10.4.10
RETURN submits the form, which means the reset button is triggered. Same problem likely exists for RSS News plugin
Created attachment 2352 [details] set value and submit via JS This is one way around the problem. The reset button doesn't submit on return, only on click. the resetpodcasts param is then able to be used to trigger the reset to defaults.
Did you see this in all skins or just Default? IMHO we're already covering this case for all skins but Default (see settings.js -> initSettingsForm()). Must do for Default, too.
I was using Default.
Change 14634 - on Enter/Return key don't launch the first submit button in the form, but always the "Save settings" button. Please test and re-open if needed.
Looks good. Thanks.
This bug has now been fixed in the 7.1 release version of SqueezeCenter! Please download the new version from http://www.slimdevices.com if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Reduce number of active targets for SC