Bug 535301 (RHQ-2010)
| Summary: | Empty line in the resourceTree visible only in IE | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Filip Drabek <fdrabek> |
| Component: | Core UI | Assignee: | RHQ Project Maintainer <rhq-maint> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | Keywords: | SubBug |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://jira.rhq-project.org/browse/RHQ-2010 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
IE 6
|
|
| Last Closed: | 2010-08-25 15:39:37 UTC | Type: | --- |
| 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: | 565628 | ||
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-2010 Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs. keyword: new = Tracking + FutureFeature + SubBug making sure we're not missing any bugs in rhq_triage Closing per 25-Aug triage. |
The ResourceTree starts with the empty line in the IE. from ResourceTree.xhtml : <a4j:outputPanel id="messagePanel" layout="block" ajaxRendered="true" style="width: 100%; " > <h:message for="leftNavTree" showSummary="true" showDetail="false" style="background-color: yellow; display:block; width:100%;"/> </a4j:outputPanel> ---this is rendered as div which is empty if there is not any error message. In IE this is visible as a empty line even if it is empty.