Change in ovirt-engine[ovirt-engine-3.5]: webadmin: VM dialog: combobox content trim in IE9 fix

Tal Nisan has submitted this change and it was merged. Change subject: webadmin: VM dialog: combobox content trim in IE9 fix ...................................................................... webadmin: VM dialog: combobox content trim in IE9 fix IE9 wrongly calculates the width of element - it doesn't take scrollbar into accout. This causes the content to be shifted to the left and trimmed. Resetting 'overflow-y' css property to 'hidden' and back again prevents the left shift. Extending the element adds space for scrollbar. Change-Id: I203939fbf96b664280a50b98ca4a2baccec8325d Bug-Url: https://bugzilla.redhat.com/1160774 Signed-off-by: Jakub Niedermertl <jniederm@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/BaseListModelSuggestBox.java 1 file changed, 50 insertions(+), 0 deletions(-) Approvals: Tomas Jelinek: Looks good to me, approved Jakub Niedermertl: Verified -- To view, visit http://gerrit.ovirt.org/35345 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I203939fbf96b664280a50b98ca4a2baccec8325d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Jakub Niedermertl <jniederm@redhat.com> Gerrit-Reviewer: Jakub Niedermertl <jniederm@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
tnisan@redhat.com