Bug 913778
Summary: | tags view broken due to change to super class LocatableIButton | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | John Mazzitelli <mazz> |
Component: | Core UI | Assignee: | Jirka Kremser <jkremser> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 4.5 | CC: | hrupp |
Target Milestone: | --- | ||
Target Release: | RHQ 4.6 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-09-03 14:42:36 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: |
Description
John Mazzitelli
2013-02-22 02:17:09 UTC
I checked in a fix that ensures title is not null before checking length (git commit to master 6f71c2d). I think this fixes the problem in Reports>Tags. This probably fixes the problem across the entire UI, but please double check this and make sure everything is OK with this and the original change. It appears this setAutoFit() is going to effect every LocatableIButton on every page, we need to make sure this auto-fitting doesn't break other pages in the UI that we are not aware of. Seems working to me, I hope I've checked everything. When going through our various view pages, I've noticed we are not quite consistent in the width for buttons, so I did some unifying (if the button is in the tool strip and title.length is less than 16 then autoFit = false now) http://git.fedorahosted.org/cgit/rhq/rhq.git/diff/?id=ad131fe3d Bulk closing of issues in old RHQ releases that are in production for a while now. Please open a new issue when running into an issue. |