Bug 1160479
Summary: | navigating through API help is impossible (scrolling broken after following some anchor) | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Jan Hutař <jhutar> |
Component: | WebUI | Assignee: | Jan Dobes <jdobes> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Dimitar Yordanov <dyordano> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 570 | CC: | dyordano, ggainey, jdobes, pstudeni |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | satellite-branding-5.7.0.15-1 spacewalk-web-2.3.2-15 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-01-13 10:18:58 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1127215 |
Description
Jan Hutař
2014-11-04 22:40:52 UTC
overflow: hidden in .spacewalk-top-wrap and .spacewalk-main-column-layout are the culprits - need to investigate to see why they're there. From Robb Hamilton: "ah. i see why the overflows are being used. .spacewalk-main-column-layout aside has padding-bottom and margin bottom of 9999px and -9999px. that's there so that the gray column is always the same height as the main page column assuming the main column doesn't exceed 9999px. i prefer to use javascript to set the height of the columns to avoid this very issue. see lines 4-30 of https://github.com/patternfly/patternfly/blob/master/dist/js/patternfly.js for how we solve this in patternfly." fixed in spacewalk master: 3f3484042028aa1acad8724bcf0d832581003812 Reverified spacewalk-java-2.3.8-96.el6sat.noarch Steps were same as Comment 6 With the release of Red Hat Satellite 5.7 on January 12th 2015 this bug is being moved to a Closed Current Release state. The Satellite 5.7 GA Errata: - https://rhn.redhat.com/errata/RHSA-2015-0033.html Satellite 5.7 Release Notes: - https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html-single/Release_Notes/index.html Satellite Customer Portal Blog announcement for release: - https://access.redhat.com/blogs/1169563/posts/1315743 Cliff |