Vojtech Szocs has posted comments on this change.

Change subject: userportal,webadmin: persistent column widths
......................................................................


Patch Set 5:

> Hmm okay well the generated ids do change between compiles.

If you mean IDs generated using

 DOM.createUniqueId()

then such ID values depend on order in which different components call above 
method.

You can see that in Document#createUniqueId implementation - code adds 
"gwt_uid" property to "document" object (representing the whole DOM).

We should ensure that IdHandler framework is properly utilized to have stable 
and predictable element IDs.

-- 
To view, visit http://gerrit.ovirt.org/32146
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I36fa590ee3521782e01160ee09575e3848912f9d
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alexander Wels <aw...@redhat.com>
Gerrit-Reviewer: Alexander Wels <aw...@redhat.com>
Gerrit-Reviewer: Einav Cohen <eco...@redhat.com>
Gerrit-Reviewer: Greg Sheremeta <gsher...@redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to