diff options
author | Artur Signell <artur@vaadin.com> | 2013-03-12 11:51:42 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-03-12 11:51:53 +0200 |
commit | 6922bc5b49c5551b289a5025ccd5901e2ac3aafc (patch) | |
tree | 9841d804623906fe995b59bf727bf1264b739438 /uitest/src/com/vaadin | |
parent | 26d6dd18629e663b220110117de749bb41c5bf66 (diff) | |
download | vaadin-framework-6922bc5b49c5551b289a5025ccd5901e2ac3aafc.tar.gz vaadin-framework-6922bc5b49c5551b289a5025ccd5901e2ac3aafc.zip |
Avoid showing context menu off screen in IE8
Change-Id: I75bf1d41b518e4b098ae35727b89b7ba310f0582
Diffstat (limited to 'uitest/src/com/vaadin')
5 files changed, 10 insertions, 10 deletions
diff --git a/uitest/src/com/vaadin/tests/components/uitest/base_theme_test.html b/uitest/src/com/vaadin/tests/components/uitest/base_theme_test.html index 99051a9e7b..0308a09a16 100644 --- a/uitest/src/com/vaadin/tests/components/uitest/base_theme_test.html +++ b/uitest/src/com/vaadin/tests/components/uitest/base_theme_test.html @@ -202,9 +202,9 @@ <td>tables</td> </tr> <tr> - <td>contextmenu</td> + <td>contextMenuAt</td> <td>//div[@id='table0']/div[2]/div[1]/table/tbody/tr[2]/td[1]/div</td> - <td></td> + <td>0,0</td> </tr> <tr> <td>screenCapture</td> diff --git a/uitest/src/com/vaadin/tests/components/uitest/chameleon_theme_test.html b/uitest/src/com/vaadin/tests/components/uitest/chameleon_theme_test.html index c4534b8064..fb00029d8f 100644 --- a/uitest/src/com/vaadin/tests/components/uitest/chameleon_theme_test.html +++ b/uitest/src/com/vaadin/tests/components/uitest/chameleon_theme_test.html @@ -202,9 +202,9 @@ <td>tables</td> </tr> <tr> - <td>contextmenu</td> + <td>contextMenuAt</td> <td>//div[@id='table0']/div[2]/div[1]/table/tbody/tr[2]/td[1]/div</td> - <td></td> + <td>0,0</td> </tr> <tr> <td>screenCapture</td> diff --git a/uitest/src/com/vaadin/tests/components/uitest/liferay_theme_test.html b/uitest/src/com/vaadin/tests/components/uitest/liferay_theme_test.html index 0a073b5384..193c648916 100644 --- a/uitest/src/com/vaadin/tests/components/uitest/liferay_theme_test.html +++ b/uitest/src/com/vaadin/tests/components/uitest/liferay_theme_test.html @@ -202,9 +202,9 @@ <td>tables</td> </tr> <tr> - <td>contextmenu</td> + <td>contextMenuAt</td> <td>//div[@id='table0']/div[2]/div[1]/table/tbody/tr[2]/td[1]/div</td> - <td></td> + <td>0,0</td> </tr> <tr> <td>screenCapture</td> diff --git a/uitest/src/com/vaadin/tests/components/uitest/reindeer_theme_test.html b/uitest/src/com/vaadin/tests/components/uitest/reindeer_theme_test.html index 441a87a088..b1340831bc 100644 --- a/uitest/src/com/vaadin/tests/components/uitest/reindeer_theme_test.html +++ b/uitest/src/com/vaadin/tests/components/uitest/reindeer_theme_test.html @@ -202,9 +202,9 @@ <td>tables</td> </tr> <tr> - <td>contextmenu</td> + <td>contextMenuAt</td> <td>//div[@id='table0']/div[2]/div[1]/table/tbody/tr[2]/td[1]/div</td> - <td></td> + <td>0,0</td> </tr> <tr> <td>screenCapture</td> diff --git a/uitest/src/com/vaadin/tests/components/uitest/runo_theme_test.html b/uitest/src/com/vaadin/tests/components/uitest/runo_theme_test.html index 33939ef076..fadc503abd 100644 --- a/uitest/src/com/vaadin/tests/components/uitest/runo_theme_test.html +++ b/uitest/src/com/vaadin/tests/components/uitest/runo_theme_test.html @@ -202,9 +202,9 @@ <td>tables</td> </tr> <tr> - <td>contextmenu</td> + <td>contextMenuAt</td> <td>//div[@id='table0']/div[2]/div[1]/table/tbody/tr[2]/td[1]/div</td> - <td></td> + <td>0,0</td> </tr> <tr> <td>screenCapture</td> |