Is there a separate bug to address this issue in the kernel?
On 2007-05-29, at 18:35 EDT, [EMAIL PROTECTED] wrote:
Author: max
Date: 2007-05-29 15:35:32 -0700 (Tue, 29 May 2007)
New Revision: 5249
Modified:
openlaszlo/branches/legals/demos/weather/weather.lzx
Log:
Change 20070525-maxcarlson-M by [EMAIL PROTECTED] on 2007-05-25
15:33:56 PDT
in /Users/maxcarlson/openlaszlo/legals-clean
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Fix weather demo for IE 7 DHTML
New Features:
Bugs Fixed: LPP-4047
Technical Reviewer: promanik
QA Reviewer: jcrowley
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details: weather.lzx - only change opacity of the image. Setting
the opacity of a node whose children contain text can have issues
in IE 7.
Tests: See LPP-4047
Modified: openlaszlo/branches/legals/demos/weather/weather.lzx
===================================================================
--- openlaszlo/branches/legals/demos/weather/weather.lzx 2007-05-29
20:01:38 UTC (rev 5248)
+++ openlaszlo/branches/legals/demos/weather/weather.lzx 2007-05-29
22:35:32 UTC (rev 5249)
@@ -159,24 +159,23 @@
</view>
</state>
- <view name="topBar" resource="weather_topBar" y="-16"
- opacity="0"
- onmouseup="weatherApp.hideWeather()">
+ <view name="topBar" y="-16"
onmouseup="weatherApp.hideWeather()">
<attribute name="on" value="null"/>
+ <view resource="weather_topBar" opacity="0" y="1">
+ <state apply="${weatherApp.topBar.on == true}">
+ <animator attribute="opacity" to="1"
duration="333"/>
+ <animator attribute="y" to="0" duration="333"
target="weatherApp.topBar"/>
+ </state>
+ <state apply="${weatherApp.topBar.on == false}">
+ <animator attribute="opacity" to="0"
duration="333"/>
+ <animator attribute="y" to="-16"
duration="333" target="weatherApp.topBar"/>
+ </state>
+ </view>
+
<text name="zip" fontstyle="bold" fgcolor="#CAD0EC"
width="100"
x="194" y="1" />
-
- <state apply="${parent.on == true}">
- <animator attribute="opacity" to="1" duration="333"/>
- <animator attribute="y" to="0" duration="333"/>
- </state>
-
- <state apply="${parent.on == false}">
- <animator attribute="opacity" to="0" duration="333"/>
- <animator attribute="y" to="-16" duration="333"/>
- </state>
</view>
<basetabslider id="weatherContent" name="content"
_______________________________________________
Laszlo-checkins mailing list
[EMAIL PROTECTED]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins