]> source.dussan.org Git - vaadin-framework.git/commit
Fixed Accordion layouting (#10128, #9552) 41/441/2
authorArtur Signell <artur@vaadin.com>
Thu, 29 Nov 2012 17:12:19 +0000 (19:12 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 4 Dec 2012 08:32:17 +0000 (08:32 +0000)
commit282632354258d722026d682805647e49ea032712
tree3e4a8c6ce762b37c64cf0b0efba5dbffde89a5ef
parentcdd674899544bef4f61129c5c93c8042ae4ad717
Fixed Accordion layouting (#10128, #9552)

 * Now uses LayoutManager
 * Moved layout calculations to connector
 * No longer set incorrect width on the root element, only update tab width
 * Removed duplicate and dead code

Some, or all, of the remaining calculations are likely unnecessary

Change-Id: I3a87682d3498e55e9d4084acfde0f782b55301f2
client/src/com/vaadin/client/ui/VAccordion.java
client/src/com/vaadin/client/ui/accordion/AccordionConnector.java