Bugzilla – Bug 10328
Favorites editing - entering new fav poorly implemented
Last modified: 2008-12-15 10:58:35 UTC
Entering a new favorite manually can be frustrating. The field labels ('Name' and 'URL') are contained in the text input boxes and wiped out when focus comes onto the field. That approach only works when there's _one_ field in the form (a simple search form, for instance), but does not work when there's more than one. If the users moves back to either of the input fields from the other, the contents get erased. Use two lines in the form and put the labels outside of the text boxes. Name [ ] URL [ ]
isn't this a dupe of 10327?
Editing an existing favorite doesn't have the little javascript annoyance of wiping out the input field contents on focus. A fix for this one might be to only clear the text input contents when they contain 'Name' and 'URL', respectively, but I think the two line approach would be neater (and easier).
*** This bug has been marked as a duplicate of bug 10327 ***