]> source.dussan.org Git - vaadin-framework.git/commit
Fixes #3322: SplitPanel with split position 100% doesn't resize correctly
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 5 Mar 2010 12:09:04 +0000 (12:09 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 5 Mar 2010 12:09:04 +0000 (12:09 +0000)
commit2b1deeeced6d098a22d6e52b70e94dbb9e96df57
tree9e2f573638d7868c677411c3549c461b97f4e5b9
parent7f8f3e5f3675470e8927ac5a85340cd483e63913
Fixes #3322: SplitPanel with split position 100% doesn't resize correctly
 * Percentage sizes now remain percentages, even if the end user drags the split handle to a new position. An rounding to nearest percentage is done at that point.

svn changeset:11661/svn branch:6.3
src/com/vaadin/terminal/gwt/client/ui/VSplitPanel.java
src/com/vaadin/ui/SplitPanel.java