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

Key: LPP-3854
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: P1 P1
Assignee: Max Carlson
Reporter: Max Carlson
Votes: 0
Watchers: 0
Operations

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

LzKeys.onmousewheeldelta broken in swf

Created: 06/Apr/07 10:18 AM   Updated: 27/Sep/07 08:55 AM
Component/s: Kernel - swf6-8
Affects Version/s: 4.0.0
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 4,600
Runtime: N/A
Fix in hand: False


 Description  « Hide
See http://forum.openlaszlo.org/showthread.php?p=29450#post29450

Updated testcase:
<canvas>

<view width="300" height="300" clip="true">
<view bgcolor="red" width="300" height="800" id="se" onmouseover="this.ismouseover = true" onmouseout="this.ismouseover = false"/>
<scrollbar usemousewheel="true">

<method
event="onmousewheeldelta"
reference="LzKeys"
args="d">
<![CDATA[
if (se.ismouseover == true) {
this.step(-d);
}
]]>
</method>
</scrollbar>
</view>
</canvas>


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Max Carlson - 06/Apr/07 10:19 AM
This is a regression from trunk...