Bug 1241641
| Summary: | Tooltip validation hints in dialogs works only once | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | jniederm |
| Component: | Frontend.WebAdmin | Assignee: | Greg Sheremeta <gshereme> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Novotny <pnovotny> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | --- | CC: | bugs, gshereme, lleistne, lsurette, lsvaty, mgoldboi, sdickers, srevivo |
| Target Milestone: | ovirt-4.3.0 | Flags: | rule-engine:
ovirt-4.3+
mgoldboi: planning_ack+ ecohen: devel_ack+ pstehlik: testing_ack+ |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-10 15:44:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | UX | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
was able to reproduce on 'master'. I think that the underlined-field-names are affected in a similar way. Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. this is an automated message. oVirt 3.6.0 RC3 has been released and GA is targeted to next week, Nov 4th 2015. Please review this bug and if not a blocker, please postpone to a later release. All bugs not postponed on GA release will be automatically re-targeted to - 3.6.1 if severity >= high - 4.0 if severity < high (In reply to Sandro Bonazzola from comment #3) > this is an automated message. oVirt 3.6.0 RC3 has been released and GA is > targeted to next week, Nov 4th 2015. > Please review this bug and if not a blocker, please postpone to a later > release. > All bugs not postponed on GA release will be automatically re-targeted to > > - 3.6.1 if severity >= high > - 4.0 if severity < high @Greg - is it good material for you to work on with Scott? If so - let's keep it on 3.6.z, otherwise - let's push for 4.0.0. Scott and I can pair on this. ovirt 3.6.1 is GA. moving all open bugs to 3.6.2 ovirt 3.6.1 was GA'd, all open bugs should move to 3.6.2. Moving from 4.0 alpha to 4.0 beta since 4.0 alpha has been already released and bug is not ON_QA. This is an upstream bug in gwtbootstrap3 x-Ref: https://github.com/gwtbootstrap3/gwtbootstrap3/issues/367 Not due to be fixed until 1.0 is released. Not clear when that will be. Greg, is that fixed already? Not yet fixed *** Bug 1370125 has been marked as a duplicate of this bug. *** @Lukas can you duplicate in 4.2 / master? |
Description of problem: Validation tooltips (telling user what validation constraint was violated) works only once. Next validation rounds properly highlights wrong input widgets (and optionally side-tabs) however tooltip are completely removed. Version-Release number of selected component (if applicable): 3.6 master, commit 9b5919d How reproducible: 100% Steps to Reproduce: 1. Open webadmin 2. Cluster tab > "New" 3. Enter name "n%%" ('%' char is not allowed) 4. Click ok; dialog is validated, name field provides tooltop hint 5. Change name to "n%" 6. Click ok Actual results: Name field with red border but no tooltip Expected results: Name field with red border and tooltip hint Additional info: Most of dialog affected.