After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 114086 - 18.12 - Validate, list not implemented
18.12 - Validate, list not implemented
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other All
: Low enhancement
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2003-05-31 03:30 UTC by Chema Celorio
Modified: 2006-03-22 15:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chema Celorio 2003-05-31 03:30:46 UTC
1. Start off with gnumeric_18_12.gnumeric
[http://www.gnome.org/~chema/gnumeric_18_12.gnumeric]
2. Input in B7 "4"

should not allow it since it is validating against a list and 9 is not in
the list. (Do I understand Validate->lists correctly?)
Comment 1 Jody Goldberg 2003-05-31 05:55:42 UTC
                case VALIDATION_TYPE_IN_LIST :
#warning TODO
                        return VALIDATION_STATUS_VALID;


We need to implement this.  Now that I've added autofilters we can
probably borrow some code.
Comment 2 Morten Welinder 2006-03-22 15:06:10 UTC
Fixed.  (Was mostly fixed, but didn't get integer/float right, for example.)

String match is now also caseless.