Hi,

Validation of the story URL and the Trackback URL clashes and gives unpredictable results.
E.g. if they are both invalid, and then one of them becomes valid, the error is taken off the top. Plus, the message is simply "URL is invalid" - the message should specify which URL.
Finally, the message at the top should also tell the user WHY it didn't work (that is, the string returned by the validation if it's anything other than "success").

Comments

mercmobily’s picture

Hi,

Extra note for Anthony Taylor, who's helping with the module's Javascript and has volunteered to help - thanks Anthony!
Do this:

* Go to /submit
* Type something wrong in the trackback URL
* Change your mind, and decide that you are NOT going to type anything there. So, delete whatever was there. Note: no Ajax call will be made

The problem is that the "submit" button will still be disabled, even though the contents of the Trackback URL form is blank (which is a valid value).

I think the error for the trackback form value should be reset if the field is empty...

THANKS!

Merc.

mercmobily’s picture

Hi,

This is now fixed.
We are getting ready to releasing Drigg 1.0...

Merc.

mercmobily’s picture

Status: Active » Closed (fixed)

Hi,

This is now fixed.
We are getting ready to releasing Drigg 1.0...

Merc.