Bug 1073597
| Summary: | Home page task containers show (empty) scrollbar. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Liz <lclayton> | ||||
| Component: | Web Console | Assignee: | Harald Pehl <hpehl> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jakub Cechacek <jcechace> | ||||
| Severity: | low | Docs Contact: | Russell Dickenson <rdickens> | ||||
| Priority: | unspecified | ||||||
| Version: | 6.3.0 | CC: | brian.stansberry, crobson, hbraun, jkudrnac, rhatlapa | ||||
| Target Milestone: | DR5 | ||||||
| Target Release: | EAP 6.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Mac OS | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 14:37:40 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: | 1074493 | ||||||
| Bug Blocks: | |||||||
| Attachments: | 
 | ||||||
| The scrollbar should also just be in the content area of the div, not also on the header. Design revision - "max height" (and overflow y) is no longer needed for the task content boxes. We will let the text content determine the height of the boxes. Removed the CSS rules for min-, max-height and overflow-y Verified with EAP 6.3.0.DR5 | 
Created attachment 871599 [details] annotated screenshot Description of problem: MacOS, running Firefox 27.0.1 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Go to Home page 2.View/expand a task row. 3.View the right side of the Task container box, displays an empty scrollbar. Actual results: The Task container box displays an empty scrollbar. Expected results: Text content should fit container without the need of a scrollbar. If one is needed due to the content being resized (font size increased), the scrollbar should only display as needed. There should not be an empty scrollbar, if the content is not scrolled. Additional info: