aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2022-08-29 18:02:37 -0400
committerBob Arnson <github@bobs.org>2022-08-29 20:12:15 -0400
commitf6c86c939af9f8b0036f4b197512f06e861e5fd3 (patch)
tree9d7827f4438de21fe6c48eefbbd2ab38e1605bb2 /src/test/burn
parenta5f672ec734df2bbc7559e5192f6c10d273215e1 (diff)
downloadwix-f6c86c939af9f8b0036f4b197512f06e861e5fd3.tar.gz
wix-f6c86c939af9f8b0036f4b197512f06e861e5fd3.tar.bz2
wix-f6c86c939af9f8b0036f4b197512f06e861e5fd3.zip
Restrict panels to static controls.
Fixes https://github.com/wixtoolset/issues/issues/6635.
Diffstat (limited to 'src/test/burn')
-rw-r--r--src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml28
-rw-r--r--src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingThemeLoose.xml28
2 files changed, 42 insertions, 14 deletions
diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml b/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml
index 104474b8..4c117506 100644
--- a/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml
+++ b/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml
@@ -132,16 +132,30 @@ There are currently four states for a button: default, focus, hover, and selecte
132 </Page> 132 </Page>
133 <Page Name="Billboard"> 133 <Page Name="Billboard">
134 <Label X="6" Y="6" Width="-6" Height="43" FontId="Default"> 134 <Label X="6" Y="6" Width="-6" Height="43" FontId="Default">
135 This page has a billboard. It loops between two panels every 1.5 seconds. Only one button should be visible at all times (this is currently broken). 135 This page has a billboard. It loops between two panels every 1.5 seconds.
136 </Label> 136 </Label>
137 <Billboard Name="FirstBillboard" X="11" Y="59" Width="-11" Height="-39" Interval="1500" Loop="yes"> 137 <Billboard Name="FirstBillboard" X="11" Y="59" Width="-11" Height="-39" Interval="1500" Loop="yes">
138 <BillboardPanel> 138 <Panel>
139 <Button Name="FirstBillboardButton1" X="11" Y="11" Width="75" Height="23" TabStop="yes" FontId="Default">First Panel</Button> 139 <ImageControl ImageId="square_default" X="0" Y="0" Width="128" Height="128" />
140 </BillboardPanel> 140 <ImageControl ImageId="square_focus" X="128" Y="0" Width="128" Height="128" />
141 <BillboardPanel> 141 <ImageControl ImageId="square_hover" X="256" Y="0" Width="128" Height="128" />
142 <Button Name="FirstBillboardButton2" X="11" Y="39" Width="75" Height="23" TabStop="yes" FontId="Default">Second Panel</Button> 142 <ImageControl ImageId="square_selected" X="384" Y="0" Width="128" Height="128" />
143 </BillboardPanel> 143 </Panel>
144 <Panel>
145 <ImageControl ImageId="square_selected" X="0" Y="0" Width="128" Height="128" />
146 <ImageControl ImageId="square_hover" X="128" Y="0" Width="128" Height="128" />
147 <ImageControl ImageId="square_focus" X="256" Y="0" Width="128" Height="128" />
148 <ImageControl ImageId="square_default" X="384" Y="0" Width="128" Height="128" />
149 </Panel>
144 </Billboard> 150 </Billboard>
151 <Panel X="0" Y="-64" Width="-1" Height="64">
152 <ImageControl X="0" Y="0" Width="64" Height="64" ImageId="star_transparent.bmp" />
153 <ImageControl X="64" Y="0" Width="64" Height="64" ImageId="star_opaque.bmp" />
154 <ImageControl X="128" Y="0" Width="64" Height="64" ImageId="star_transparent.png" />
155 <ImageControl X="-1" Y="0" Width="64" Height="64" ImageId="star_transparent.bmp" />
156 <ImageControl X="-65" Y="0" Width="64" Height="64" ImageId="star_opaque.bmp" />
157 <ImageControl X="-129" Y="0" Width="64" Height="64" ImageId="star_transparent.png" />
158 </Panel>
145 <Button Name="BillboardBackButton" X="-269" Y="-11" Width="75" Height="23" TabStop="yes" FontId="Default"> 159 <Button Name="BillboardBackButton" X="-269" Y="-11" Width="75" Height="23" TabStop="yes" FontId="Default">
146 <Text>Back</Text> 160 <Text>Back</Text>
147 <ChangePageAction Page="Progressbar" /> 161 <ChangePageAction Page="Progressbar" />
diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingThemeLoose.xml b/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingThemeLoose.xml
index 718571db..b2b0dcb3 100644
--- a/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingThemeLoose.xml
+++ b/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingThemeLoose.xml
@@ -132,16 +132,30 @@ There are currently four states for a button: default, focus, hover, and selecte
132 </Page> 132 </Page>
133 <Page Name="Billboard"> 133 <Page Name="Billboard">
134 <Label X="6" Y="6" Width="-6" Height="43" FontId="Default"> 134 <Label X="6" Y="6" Width="-6" Height="43" FontId="Default">
135 This page has a billboard. It loops between two panels every 1.5 seconds. Only one button should be visible at all times (this is currently broken). 135 This page has a billboard. It loops between two panels every 1.5 seconds.
136 </Label> 136 </Label>
137 <Billboard Name="FirstBillboard" X="11" Y="59" Width="-11" Height="-39" Interval="1500" Loop="yes"> 137 <Billboard Name="FirstBillboard" X="11" Y="59" Width="-11" Height="-39" Interval="1500" Loop="yes">
138 <BillboardPanel> 138 <Panel>
139 <Button Name="FirstBillboardButton1" X="11" Y="11" Width="75" Height="23" TabStop="yes" FontId="Default">First Panel</Button> 139 <ImageControl ImageId="square_default" X="0" Y="0" Width="128" Height="128" />
140 </BillboardPanel> 140 <ImageControl ImageId="square_focus" X="128" Y="0" Width="128" Height="128" />
141 <BillboardPanel> 141 <ImageControl ImageId="square_hover" X="256" Y="0" Width="128" Height="128" />
142 <Button Name="FirstBillboardButton2" X="11" Y="39" Width="75" Height="23" TabStop="yes" FontId="Default">Second Panel</Button> 142 <ImageControl ImageId="square_selected" X="384" Y="0" Width="128" Height="128" />
143 </BillboardPanel> 143 </Panel>
144 <Panel>
145 <ImageControl ImageId="square_selected" X="0" Y="0" Width="128" Height="128" />
146 <ImageControl ImageId="square_hover" X="128" Y="0" Width="128" Height="128" />
147 <ImageControl ImageId="square_focus" X="256" Y="0" Width="128" Height="128" />
148 <ImageControl ImageId="square_default" X="384" Y="0" Width="128" Height="128" />
149 </Panel>
144 </Billboard> 150 </Billboard>
151 <Panel X="0" Y="-64" Width="-1" Height="64">
152 <ImageControl X="0" Y="0" Width="64" Height="64" ImageId="star_transparent.bmp" />
153 <ImageControl X="64" Y="0" Width="64" Height="64" ImageId="star_opaque.bmp" />
154 <ImageControl X="128" Y="0" Width="64" Height="64" ImageId="star_transparent.png" />
155 <ImageControl X="-1" Y="0" Width="64" Height="64" ImageId="star_transparent.bmp" />
156 <ImageControl X="-65" Y="0" Width="64" Height="64" ImageId="star_opaque.bmp" />
157 <ImageControl X="-129" Y="0" Width="64" Height="64" ImageId="star_transparent.png" />
158 </Panel>
145 <Button Name="BillboardBackButton" X="-269" Y="-11" Width="75" Height="23" TabStop="yes" FontId="Default"> 159 <Button Name="BillboardBackButton" X="-269" Y="-11" Width="75" Height="23" TabStop="yes" FontId="Default">
146 <Text>Back</Text> 160 <Text>Back</Text>
147 <ChangePageAction Page="Progressbar" /> 161 <ChangePageAction Page="Progressbar" />