From: Automerge Date: Tue, 21 Feb 2012 09:54:23 +0000 (+0000) Subject: [merge from 6.7] #8369 Fixed absolute path in Chameleon CSS X-Git-Tag: 7.0.0.alpha2~394^2~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=acaffdda58189a8eb41cafcf83b7f2194f3b9fc0;p=vaadin-framework.git [merge from 6.7] #8369 Fixed absolute path in Chameleon CSS svn changeset:23069/svn branch:6.8 --- diff --git a/WebContent/VAADIN/themes/chameleon/components/table/table.css b/WebContent/VAADIN/themes/chameleon/components/table/table.css index 1511beb913..66ab6d6101 100644 --- a/WebContent/VAADIN/themes/chameleon/components/table/table.css +++ b/WebContent/VAADIN/themes/chameleon/components/table/table.css @@ -48,7 +48,7 @@ div.v-table-focus-slot-left { } .v-table tr.v-selected { - background-image: url(/vaadin-demo-site/VAADIN/themes/chameleon/img/grad-light-top2.png); + background-image: url(../../img/grad-light-top2.png); background-position: 0 -1px; } diff --git a/tests/testbench/com/vaadin/tests/components/table/TableMultiSelectSimple-chameleon.html b/tests/testbench/com/vaadin/tests/components/table/TableMultiSelectSimple-chameleon.html new file mode 100644 index 0000000000..f13bd22e84 --- /dev/null +++ b/tests/testbench/com/vaadin/tests/components/table/TableMultiSelectSimple-chameleon.html @@ -0,0 +1,62 @@ + + + + + + +New Test + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
New Test
open/run/com.vaadin.tests.components.table.TableMultiSelectSimple?restartApplication&theme=chameleon
mouseClickvaadin=runcomvaadintestscomponentstableTableMultiSelectSimple::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[0]/domChild[0]28,17
mouseClickvaadin=runcomvaadintestscomponentstableTableMultiSelectSimple::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[2]/domChild[0]/domChild[0]48,11
mouseClickvaadin=runcomvaadintestscomponentstableTableMultiSelectSimple::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[4]/domChild[0]/domChild[0]48,9
screenCapture0-2-4Selected
mouseClickvaadin=runcomvaadintestscomponentstableTableMultiSelectSimple::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[4]/domChild[0]/domChild[0]38,18
mouseClickvaadin=runcomvaadintestscomponentstableTableMultiSelectSimple::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[2]/domChild[0]/domChild[0]32,13
mouseClickvaadin=runcomvaadintestscomponentstableTableMultiSelectSimple::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[0]/domChild[0]35,13
screenCaptureNoSelection
+ +