]> source.dussan.org Git - vaadin-framework.git/commit
Fix for "Grid detail row outline overflows" (#17826)
authorelmot <elmot@vaadin.com>
Tue, 9 Jun 2015 07:54:46 +0000 (10:54 +0300)
committerTeppo Kurki <teppo.kurki@vaadin.com>
Tue, 9 Jun 2015 11:50:02 +0000 (11:50 +0000)
commit3dba07d162eda32e397605c778d3662a8f1520fb
tree50a57338a94f00d23a1eb358b83c29578e305c85
parent5ebfdecb1b4eb016b674f7a01257959a50047eb3
Fix for "Grid detail row outline overflows" (#17826)

Clipping of an existing spacer decoration was not updated after
adding/removing another spacer.

Change-Id: I0e0da484fe135cf109dd081a0d30a818813f8283
client/src/com/vaadin/client/widgets/Escalator.java
uitest/src/com/vaadin/tests/components/grid/GridSpacerDecoClipTest.java [new file with mode: 0644]