diff options
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_orderedlayout.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_orderedlayout.scss b/WebContent/VAADIN/themes/valo/components/_orderedlayout.scss index fb40763ade..8a7c877d69 100644 --- a/WebContent/VAADIN/themes/valo/components/_orderedlayout.scss +++ b/WebContent/VAADIN/themes/valo/components/_orderedlayout.scss @@ -43,6 +43,11 @@ .v-horizontal > .v-expand > .v-slot { height: 100%; } + + /* Workaround for IE8+IE9 bug where clicking inside an input area which is inside a div with negative margin causes cursor position to jump to wrong position. See #11152 */ + .v-horizontal > .v-expand > .v-slot { + position: relative; + } .v-vertical > .v-spacing, .v-vertical > .v-expand > .v-spacing { |