Ticket #1971 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Exercise e-mail form's 'Submit' button visibility

Reported by: jukka Assigned to: anonymous
Priority: major Milestone:
Component: generic Version:
Keywords: Cc:
Time spent: Time remaining:
Time planned:

Description

Submit-button is outside the folded part, which doesn't make sense as the folded part needs to be opened and filled before the form can be sent. Put it inside the fold.

A bonus would be if the submit button would be disabled when fields are still empty.

Change History

04/28/10 11:26:31 changed by jukka

Also fix this (from Pjotr):

I've tried to see the email sending form in lemill.net and found a problem.

see this: http://lemill.net/content/exercises/niidu-taimed

The problem is with this line of code:

javascript:$('#sending_email').toggle('slow');

Should be:

javascript:$('#sending_email').toggle('slow');void(0);

That should prevent it from doing anything it is not supposed to. In IE, Firefox and Opera it opens a new page with url as the code is and the contents of [Object Object]

Sarafi and Chrome do render it the right way, but the elements behave jumpy.

12/03/10 14:01:02 changed by jukka

  • status changed from new to closed.
  • resolution set to fixed.