* create a link field, only url, no title
* go to node entry form
* enter some evil stuff like "::::////"
* message is shown: "Not a valid URL."

expected, but NOT happening:
* field is shown in red and has "error" css class

this is really a problem when there are more than one link fields in one form so daring to rise prio.

Comments

geek-merlin’s picture

some debugging suggests that
* form_set_error() gets called correctly with key "field_mylinkfield][und][0][url"
* but this is not reflected in css

mikefyfer’s picture

I'm also seeing this issue.