Overview

Title
enable post button only after all required data is given
Duration
288
Difficulty
Hard
Types
Code
Tags
javascript, jinja2
Mentors
thomaswaldmann,rb_proj,waldi,esyr,pkumar_7
Count
-100 # see discussion

Description

Abstract

Currently one can post data of a form without entering all required data. If required data is missing the submission fails. This task should enable the post button only after all required data is given.

Details

On a moin wiki e.g. http://test.moinmo.in:8080/+register one can currently post the data by a simple <enter> before one entered all data. Usually this happens because someone believes the <enter> key works similiar to the tab key. Or he did not see which form fields are required.

Hints:

Deliverables: patch

Skill Requirements

see tags

Note: unless otherwise noted, tasks usually refer to moin2 (http://moinmo.in/MoinMoin2.0)!

Discussion

Please note that this task is maybe not as easy as it first looks.

To do this right and in a generic way, one would need this:

/!\ So I guess before we implement such stuff (if ever), we rather first work on more basic and easier stuff.

MoinMoin: EasyToDo/post button (last edited 2011-11-20 19:08:23 by ThomasWaldmann)