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

tjelinek at redhat.com tjelinek at redhat.com
Wed Nov 19 11:42:37 UTC 2014


Tomas Jelinek 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 at 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/35293
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I203939fbf96b664280a50b98ca4a2baccec8325d
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Jakub Niedermertl <jniederm at redhat.com>
Gerrit-Reviewer: Jakub Niedermertl <jniederm at redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the Engine-commits mailing list