Ticket #187 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

Error messages on input posting should be flashed with popups/ajax

Reported by: jamie Assigned to: somebody
Priority: normal Milestone: 0.8.0
Component: CSS/JavaScript Version:
Severity: normal Keywords:
Cc:

Description

Right now if you forget to put a title or a date or something it re-loads the page and gives you an error message. It should have a pop up saying "You are missing 'blah'". Its annoying to have to load the page to see that it didn't work.

Change History

31/08/05 06:57:06 PM changed by ssmith

  • milestone changed from Ongoing to Release.

Can't have pop-ups due to pop up blockers. Having validation and then having messages displayed via AJAX would be preferable.

31/08/05 08:11:34 PM changed by jamie

  • summary changed from Error messages on input posting should be flashed with popups to Error messages on input posting should be flashed with popups/ajax.

Good point sean.

Ajax would be preferable. Pop-ups are scary anyways. A gentle ajax fold-out of errors would be nice:P

31/08/05 09:53:53 PM changed by cjordan

  • milestone changed from Release to WishList.

01/09/05 01:21:50 AM changed by obaltzer

This sounds awesome...event some sort of automatic validation, when loosing the focus on the input element. That might be annoying, but could also be very innovative.

02/09/05 01:28:59 AM changed by obaltzer

  • owner changed from obaltzer to somebody.

04/09/05 09:58:48 AM changed by obaltzer

  • version deleted.
  • branch set to trunk.

06/09/05 03:22:49 PM changed by obaltzer

  • milestone changed from WishList to 1.10.

06/09/05 04:05:33 PM changed by obaltzer

  • milestone changed from 1.10 to 1.30.

06/09/05 04:10:05 PM changed by obaltzer

We are going to do this by having an event preview which has to be accepted by the user. The preview is AJAXed and will perform the validation (on-the-fly) and accepting the preview will generate a normal request and create the actual event.

03/04/06 11:12:25 AM changed by ssmith

  • milestone changed from 0.10 to 0.8.0.

Milestone 0.10 deleted