diff options
author | Anna Miroshnik <anna.miroshnik@arcadia.spb.ru> | 2014-08-20 14:47:39 +0400 |
---|---|---|
committer | Sauli Tähkäpää <sauli@vaadin.com> | 2014-09-19 08:48:51 +0300 |
commit | c84bfc72cc6ff2bf327c5e8d743a8578d6325d84 (patch) | |
tree | 232370ffe7679e7c02a3b38371714d669f3f7eeb /WebContent | |
parent | acad1dc963fea2bd6cb043cf8722a8df536599b5 (diff) | |
download | vaadin-framework-c84bfc72cc6ff2bf327c5e8d743a8578d6325d84.tar.gz vaadin-framework-c84bfc72cc6ff2bf327c5e8d743a8578d6325d84.zip |
Fix CustomLayout: component not added at the default location (#14340)
Change-Id: I5eb76915b52f6b73ff0799631d98d5711041eeb5
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/tests-tickets/layouts/Ticket14340.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket14340.html b/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket14340.html new file mode 100644 index 0000000000..ccb0717f9c --- /dev/null +++ b/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket14340.html @@ -0,0 +1,2 @@ +<div location="" style="height: 100px"></div> + |