Description of problem: In the feature/gwt-upgrade branch, some table headers are not rendering. I have observed this with tables on several different pages including, * the drift compliance report * the inventory summary report * the subsystem reports * drift definitions view * the resource metrics table (Monitoring/Tables) With the inventory summary and drift compliance reports, if I click on one of the resource types, the headers get rendered. And with the drift definitions view, the headers get rendered if I do a page refresh. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I observed this in Firefox 3.6.13, 8.0.1 and in Chrome 10.
Fix has been pushed to the feature/gwt-upgrade branch. In Table.java we were adding the ListGrid widget to its parent twice, once in onInit and then again in onDraw. Removing the call to addMember(listGrid) in onInit appears to have resolved the issue. commit hash: de4e8c75177edc8efab2cfbd6c054b24f10f06a6
This has been merged into master.
Bulk closing of BZs that have no target version set, but which are ON_QA for more than a year and thus are in production for a long time.