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

Key: LPP-3903
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: -- --
Assignee: Unassigned
Reporter: Antun Karlovac
Votes: 0
Watchers: 1
Operations

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

ondblclick broken in 4.0 in Win XP

Created: 20/Apr/07 02:45 PM   Updated: 08/May/07 02:16 PM
Component/s: Laszlo Foundation Classes (LFC)
Affects Version/s: 4.0.0
Fix Version/s: 4.0.2

Time Tracking:
Not Specified

Severity: Critical
Runtime: N/A
Fix in hand: False


 Description  « Hide
<canvas debug="true">

    <view width="50" height="50" bgcolor="red">
        <handler name="ondblclick">
            Debug.write("ondblclick");
        </handler>
    </view>
    
</canvas>

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Antun Karlovac - 20/Apr/07 02:47 PM
This is in the Flash 7 runtime BTW, in Firefox 2 on PC. Onclick works fine.

Frisco Del Rosario - 25/Apr/07 03:41 PM
Confirmed in Win XP on Firefox and IExplorer.

Doesn't reproduce on a Macintosh.

Antun Karlovac - 25/Apr/07 03:53 PM
Was broken in Vista too.

Frisco Del Rosario - 27/Apr/07 11:39 AM
Fixed in legals 4830.

Mamye Kratt - 08/May/07 02:16 PM
(branches/4.0 build r4915)
Tested sample file in swf and dhtml. Fixed.