Hi,
i don't if this is a bug or not but here's the problem:

I have a flexinode image field, which works brilliantly when the image specifications are met. ie. it's the right width, height and filesize.

If the specifications are NOT met it correctly flags it up and produces the correct 'error' message.
ie. The uploaded image is too large; the maximum dimensions are 100x100 pixels.

BUT this now makes the image field become a required field and the error message will not go away even though the image field is not a required one.
To get rid of the 'error' message i have to log out and log back in again, so i guess the error message session is not being destroy!!

has anyone else experienced this or anyone got any suggestions to overcome it???

thanks everyone

Tom

Comments

Bèr Kessels’s picture

Version: 4.6.x-1.x-dev » master
Component: User interface » Field type: image
Category: support » feature

Sounds like something we really need to look into.

Bèr Kessels’s picture

Title: Image validation » After image validation error the upload field becomes 'required'
Category: feature » bug

.. We should unset the upload session information when a validation error occurs.

Bèr Kessels’s picture

Status: Active » Fixed

This issue no longer occurs in HEAD

Anonymous’s picture

Status: Fixed » Closed (fixed)