Description of problem: All table cells lost the static IDs, generated from the table view name and table cell coordinates. Version-Release number of selected component (if applicable): Build from sources, based on latest rhevm-3.2.0-10.21 (sf15), HEAD is 9b1aeaa15de74fcf033479e4bb9d01143cae4bf9 (webadmin,userportal: Support column resizing for all tables) How reproducible: 100% Steps to Reproduce: 1. In webadmin, go to the Data Centers tab. 2. In Firebug (of similar dev. tool), inspect the first table cell with data center name. 3. See the ID of the inner <div> element. Actual results: <div id="gwt-uid-1488_col1_row0">DataCenter01</div> Expected results: <div id="MainTabDataCenterView_table_content_col1_row0">DataCenter01</div> Additional info: This applies for all tables, not just the table on Data Centers tab.
This was my mistake, patch "Support column resizing for all tables" did some refactoring which also affected standard main/sub tab tables. I'm working on a fix now.
Verified in rhevm-3.2.0-10.25.beta3.el6ev (sf16). All table cells again possess static IDs that are generated from the table view name and the cell coordinates, e.g., MainTabDataCenterView_table_content_col1_row0.
3.2 has been released