I linked my LiveJournal openid account

Then I thought about linking few more my e-mail (openid) accounts. Since Stack Overflow had no ready templates (maybe I'd provide them? More the better? ) I entered direct openid url, then pressed enter and. Saw my entered url got replaced with LiveJournal url.

I believe this is buggy because

  1. Editboxes for LiveJournal username and for openID URL should be different, not-nested forms.
  2. Then when I have cursor in openID URL editbox and press enter, the submitted form has no reference to LiveJournal form and would not trigger it's own dismissal
  3. If LiveJournal -form wants to override URL form, and latter was already user-changed (somewhen initially settle to LiveJournal URL, but changed since then) and is not empty, then JS should not just silently substitute its own text and drop all the user input. Ask user first!

Afterall JS has no way to certainly know, which of contradicting forms user considers more accurate! Except for - see above points - by looking which of two forms is activated, and which - from user's perspective - just happens to be on same page.

link|improve this question
feedback

You must log in to answer this question.

Browse other questions tagged