History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-3971
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: -- --
Assignee: Mamye Kratt
Reporter: Geert Bevin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo
LPP-3964

setAttribute('bgcolor', null) doesn't work in IE7

Created: 12/May/07 05:19 PM   Updated: 27/Sep/07 08:55 AM
Component/s: Compiler - JavaScript
Affects Version/s: 4.0.2
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Environment: IE7 on WindowsXP

Severity: Minor
Fixed in Change#: 5,148
Runtime: N/A
Fix in hand: False


 Description  « Hide
Go to http://localhost:8080/blablalist.lzx?lzr=dhtml and mouseover the "Forgot password" text. At mouseout, the bgcolor is set to null, this doesn't work in IE. The code is in web/components/navigtext.lzx line 26.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Max Carlson - 21/May/07 05:33 PM
Here's a small testcase:
<canvas>
<class name="navigtext" extends="text"
onmouseover="this.highlight()"
onmouseout="this.normal()">
<method name="highlight">
setAttribute('bgcolor', 0xf34219);
</method>
<method name="normal">
setAttribute('bgcolor', null);
</method>
</class>

        <navigtext>Hey there!</navigtext>
</canvas>

Mamye Kratt - 11/Jul/07 06:53 PM
(4.0 branch (4.0.3) build r5641)
Testcase works.

Mamye Kratt - 17/Jul/07 12:07 PM
Need to test in legals.