Bug 1525566
| Summary: | WebAdmin - Tooltip text overflows outside the tooltip boundaries in event's message | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Yosi Ben Shimon <ybenshim> | ||||||||
| Component: | Frontend.WebAdmin | Assignee: | Greg Sheremeta <gshereme> | ||||||||
| Status: | CLOSED DEFERRED | QA Contact: | samuel macko <smacko> | ||||||||
| Severity: | low | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | 4.2.0 | CC: | bugs, gshereme, lsvaty, tjelinek | ||||||||
| Target Milestone: | --- | Flags: | sbonazzo:
ovirt-4.3-
|
||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | No Doc Update | |||||||||
| Doc Text: |
undefined
|
Story Points: | --- | ||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2018-07-11 10:00:54 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: | |||||||||||
| Attachments: |
|
||||||||||
This seems to be fine now. @QE, feel free to test, but if it doesn't work, we have no capacity to fix. Tested both using Chrome and FireFox. The actual result is that the string is still overflowing outside of the tooltip boundaries. Maybe we can remove the right column for both Basic and Advanced view as its empty. See attached screenshots: Basic View -> the column right to the "Message" column. Advanced View -> the column right to the "Custom Event Id" column. Created attachment 1458014 [details]
Advanced view
Created attachment 1458015 [details]
Basic view
Ok, thanks. It's working locally for me because I have a newer PatternFly. So this should get fixed down the road. I don't have capacity to explicitly fix or track, so closing. |
Created attachment 1367435 [details] WebAdmin screenshot with chrome developer console Description of problem: In events list, both basic and advanced view, if the message contains a string (without spaces or '-') which takes more than 200 pixels, it overflows outside of the tooltip's boundaries. For example: session value. * Suggested reason/fix: the 'max-width' property in 'tooltip-inner' css class is set to 200 pixels. Print screen attached. Version-Release number of selected component (if applicable): WebAdmin version: 4.2.0.2-0.1.el7 How reproducible: always. Steps to Reproduce: 1. Click on 'Events' in the menu on the left pane. 2. Set the mouse pointer to hover a message text contains long string (like session value). 3. wait for the tooltip to appear. Actual results: Expected results: Additional info: