]> source.dussan.org Git - vaadin-framework.git/commit
Fixes #2141: Subwindow rendering broken in IE6 and IE7
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 16 Oct 2008 11:42:19 +0000 (11:42 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 16 Oct 2008 11:42:19 +0000 (11:42 +0000)
commit1f85c25a457a4fdc65420bb73fa89491445c7b04
tree64d6cd5c3561e08d3e39614748a38b65b9a0faab
parentbf8b1eb1f702ba0aac654c73416f0b84297ceddc
Fixes #2141: Subwindow rendering broken in IE6 and IE7

Needed a bit more tweaking than simple themeing. IWindow not sets all its dimensions (those sent from server) as its outer width and height. Previously dimensions were set as "inner dimensions" i.e. content area width.

svn changeset:5647/svn branch:trunk
WebContent/ITMILL/themes/default/styles.css
WebContent/ITMILL/themes/default/window/window.css
src/com/itmill/toolkit/terminal/gwt/client/ApplicationConnection.java
src/com/itmill/toolkit/terminal/gwt/client/ui/IWindow.java
src/com/itmill/toolkit/ui/AbstractComponent.java