問題が見つかりました。HorizontalLayout (MenuBar を含む) をクリックすると、破線の境界線 (Firefox の場合) または実線の境界線 #CC540A (Chrome の場合) がその周りに表示されます。IE7 と Opera ではすべて問題ありません。そこでは発生しません。
ここで利用可能なスクリーンショット: http://img257.imageshack.us/img257/5056/problemvaadin.png またはここ http://www.pl.image-share.com/ipng-27-12.html またはこのトピックの添付ファイル
コードスニペット:
HorizontalLayout rightContent = new HorizontalLayout();
rightContent.setWidth("995px");
rightContent.setHeight("117px");
rightContent.addStyleName(IEhrCssStyles.MAIN_HEADER_LAYOUT_RIGT_CONTENT);
MenuBar menuBar = createMenuBar();
rightContent.addComponent(menuBar);
rightContent.setComponentAlignment(menuBar,Alignment.BOTTOM_RIGHT);
何か案は ?前もって感謝します !