Bug 1269953
Summary: | Console Client Resources page - cannot scroll | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Andrei Stepanov <astepano> | ||||
Component: | rhevm-branding-rhev | Assignee: | Alexander Wels <awels> | ||||
Status: | CLOSED ERRATA | QA Contact: | Pavel Novotny <pnovotny> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 3.6.0 | CC: | awels, bugs, dfediuck, gklein, lsurette, oourfali, rbalakri, Rhev-m-bugs, srevivo, tjelinek, vszocs, ykaul | ||||
Target Milestone: | ovirt-4.0.0-alpha | ||||||
Target Release: | 4.0.0 | ||||||
Hardware: | x86_64 | ||||||
OS: | Windows | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-08-23 21:13:32 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1308577 | ||||||
Attachments: |
|
Description
Andrei Stepanov
2015-10-08 14:51:52 UTC
Bug tickets must have version flags set prior to targeting them to a release. Please ask maintainer to set the correct version flags and only then set the target milestone. After discussion with Vojtech, this seems to be a PatternFly related CSS issue. Switching whiteboard to UX. (In reply to Martin Betak from comment #2) > After discussion with Vojtech, this seems to be a PatternFly related CSS > issue. Switching whiteboard to UX. As discussed, the "Console Client Resources" page seems to use the same styling as SSO interactive login page [1] so I'd say it's not an issue of PatternFly CSS itself but our usage of it. [1] backend/manager/modules/enginesso/src/main/webapp/WEB-INF/login.jsp Created attachment 1120093 [details]
"Console Client Resources" page screenshot.
Version 3.6.2.5-0.1.el6
The bug is still persist. See attached screenshot. User cannot scroll "Console Client Resources" page.
"Console Client Resources" page holds essential tools that are quite important for client side. Users are not able to download them due this bug. The welcome page has the same issue as well, its just not as noticeable due to the narrow nature of the links. The example patternfly login page [1] actually has the exact same issue. If you make that one smaller you will notice no scroll bar will appear either. The problem is the absolute position in combination with the 'bottom: 13%' forcing the 'darker' area to be positioned 13% above the bottom. The solution would be not the use the darker area pattern like we do in all the pages. That would be a UX issue to decide on how to solve this. We could make it not use the darker area and be a simple container instead of a 'login-pf container' [1] https://rawgit.com/patternfly/patternfly/master/tests/login.html Verified in rhevm-4.0.0.5-0.1.el7ev.noarch (build 4.0.0-17). Console Client Resources page now offers scrollbars in case the content does not fit the browser window. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-1687.html |