]> source.dussan.org Git - vaadin-framework.git/commit
Fixes #3850: Submenu icon is placed outside the menu in IE7
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 15 Dec 2009 08:57:08 +0000 (08:57 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 15 Dec 2009 08:57:08 +0000 (08:57 +0000)
commita49a419ed21071d32836212f06f79ccedabc78ae
tree303bdb8a33b7db5d305171f38f86c633d879fe6f
parent9e5e4ae16817d4c753f839fb4d366a7e7f372404
Fixes #3850: Submenu icon is placed outside the menu in IE7
 * Refactored VMenuBar to not use TABLE element. Now uses DIVs all the way.
 * Note, the theme for MenuBar sub-menus seems to be quite fragile in IE6 and IE7. IE6 doesn't allow any of the contained elements to get "hasLayout", otherwise the popup will be too wide. IE7 needs some DeferredCommand magic to make it render separator items correctly.

svn changeset:10301/svn branch:6.2
WebContent/VAADIN/themes/base/menubar/menubar.css
WebContent/VAADIN/themes/base/styles.css
WebContent/VAADIN/themes/reindeer/menubar/menubar.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/menubar/menubar.css
WebContent/VAADIN/themes/runo/styles.css
src/com/vaadin/terminal/gwt/client/ui/VMenuBar.java