]> 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:07:53 +0000 (12:07 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 5 Mar 2010 12:07:53 +0000 (12:07 +0000)
commit2a28c8b5f9f6d5a660b6ffb0d807d147bce6418e
treec3b026761d78078deb2b3c51902cad633dccfe78
parente6531ecfafb3a6256287353cfa22cd11fa495220
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:11660/svn branch:6.2
src/com/vaadin/terminal/gwt/client/ui/VSplitPanel.java
src/com/vaadin/ui/SplitPanel.java