Bug 960519 - [Automation blocker] Static IDs disappeared from all tables
Summary: [Automation blocker] Static IDs disappeared from all tables
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-webadmin-portal
Version: 3.2.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 3.2.0
Assignee: Vojtech Szocs
QA Contact: Pavel Novotny
URL:
Whiteboard: ux
Depends On:
Blocks: 948448
TreeView+ depends on / blocked
 
Reported: 2013-05-07 10:19 UTC by Pavel Novotny
Modified: 2015-09-22 13:09 UTC (History)
10 users (show)

Fixed In Version: sf16
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 14546 0 None None None Never

Description Pavel Novotny 2013-05-07 10:19:30 UTC
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.

Comment 1 Vojtech Szocs 2013-05-07 12:38:32 UTC
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.

Comment 2 Pavel Novotny 2013-05-13 15:33:26 UTC
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.

Comment 3 Itamar Heim 2013-06-11 08:34:45 UTC
3.2 has been released

Comment 4 Itamar Heim 2013-06-11 08:34:50 UTC
3.2 has been released

Comment 5 Itamar Heim 2013-06-11 08:34:51 UTC
3.2 has been released

Comment 6 Itamar Heim 2013-06-11 08:43:44 UTC
3.2 has been released


Note You need to log in before you can comment on or make changes to this bug.