Description of problem: When creating invalid domains including invalid charactors, invalid length, blank input, or existing domain, only the input form is highlighted to be red, the error message is not highlighted, it's gray. We should also highligted the error message. Version-Release number of selected component (if applicable): INT(devenv_4043) How reproducible: always Steps to Reproduce: 1.Try to create invalid domains from app/console/domains/new page 2.Check the error message 3. Actual results: Error message of creating invalid domain is not highlighted. Expected results: Error message of creating invalid domain should be highlighted. Additional info:
Will merge in https://github.com/openshift/origin-server/pull/4195
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/6d57be0ec5c01dc78d29e9a4aa9ace2eb438c265 Fix bug 1031563 - highlight error messages generated by formtastic
Tested on devenv_4047, the error message of creating invalid domain has been highlighted now, so verify this bug, thanks!