]> source.dussan.org Git - vaadin-framework.git/commit
Fixed regression with changing widths when stylenames have changed (#13444, #8801):
authorMarkus Koivisto <markus@vaadin.com>
Wed, 4 Jun 2014 09:49:43 +0000 (12:49 +0300)
committerArtur Signell <artur@vaadin.com>
Wed, 25 Jun 2014 07:56:21 +0000 (07:56 +0000)
commit297c97a7a927a1f4e6450f81518290bf845929e1
tree5848d1c19bc87efab37c8e22bfe7e471fdf7f4aa
parent282fdc847f3d767b7d40f224a5113c19f67d72cd
Fixed regression with changing widths when stylenames have changed (#13444, #8801):

Changing the name of a style should not cause the width of the textbox
to change. If there is a width set for the wrapper, the width for the
wrapper should not change if the styles changes.

To reconcile these two demands, we have removed the width for the
wrapper and only manipulate the width of the textbox itself. This
solves both issues neatly.

Change-Id: Idb2dbc5d2ca6406cafb44df93110e079a1dff473
client/src/com/vaadin/client/ui/VFilterSelect.java
client/src/com/vaadin/client/ui/combobox/ComboBoxConnector.java