GNOME Bugzilla – Bug 114086
18.12 - Validate, list not implemented
Last modified: 2006-03-22 15:06:10 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?)
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.
Fixed. (Was mostly fixed, but didn't get integer/float right, for example.) String match is now also caseless.