]> source.dussan.org Git - vaadin-framework.git/commitdiff
Shim iframe should not have tabindex (#6219)
authorArtur Signell <artur.signell@itmill.com>
Fri, 3 Aug 2012 12:45:45 +0000 (12:45 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 3 Aug 2012 12:45:45 +0000 (12:45 +0000)
svn changeset:24058/svn branch:6.8

src/com/vaadin/terminal/gwt/client/ui/VOverlay.java

index 31ed3ebb5d6fe0aaef6b66e21a87429de6ae80a6..f385aa0676783ca1f69b4130280964ede0f32638 100644 (file)
@@ -236,6 +236,7 @@ public class VOverlay extends PopupPanel implements CloseHandler<PopupPanel> {
             // shim behind the shadow due to its transparency.
             shimElement.getStyle().setPosition(Position.ABSOLUTE);
             shimElement.getStyle().setBorderStyle(BorderStyle.NONE);
+            shimElement.setTabIndex(-1);
             shimElement.setFrameBorder(0);
             shimElement.setMarginHeight(0);
         }