When you enter a minimum or maximum resolution there's no warning if you forget to enter the height. Then when you try to upload an image you'll get a bunch of warnings about the image being too large or small.
The image field configuration form should validate the min/max resolution fields to ensure both width and height are specified, but only if they're not empty of course.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | imagefield_resolution_validate.patch | 1017 bytes | quicksketch |
Comments
Comment #1
quicksketchAlso of concern #404136: error when using a capital "X" in max resolution settings. .
Comment #2
quicksketchFixed with the attached patch. Committed to CVS.