
Tomas Jelinek has submitted this change and it was merged. Change subject: frontend: clear invalid color on DialogTab ...................................................................... frontend: clear invalid color on DialogTab markAsInvalid() sets the border to "red" in AbstractValidatedWidget. If after marking something as invalid the same field is marked as valid, the DialogTab.markAsValid() did not clear this border. Consequently, if some validation failed, the side tabs stayed red forever. Change-Id: Ia5e0f92112d62295aef9b82424f3dd5f8097ebc0 Signed-off-by: Tomas Jelinek <tjelinek@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/tab/DialogTab.java 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Tomas Jelinek: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/21517 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia5e0f92112d62295aef9b82424f3dd5f8097ebc0 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com>