It looks to me like it might be an Adobe bug.  If someone wanted to write a 
flex-only test case that reported mouse position on mouseover that would be 
great.  If it really is a player bug, we should submit to Adobe and get more 
T-shirts...

On 2010-09-30, at 10:55, Henry Minsky wrote:

> There's been a thread of discussion on this in the JIRA bug
> http://jira.openlaszlo.org/jira/browse/LPP-9415
> 
> 
> 
> On Thu, Sep 30, 2010 at 10:33 AM, Raju Bitter <
> [email protected]> wrote:
> 
>> Is this a known bug? Any comments?
>> 
>> 
>> On Tue, Sep 28, 2010 at 9:29 AM, Raju Bitter <
>> [email protected]> wrote:
>> 
>>> There seems to be a bug in the onmouseout behavior for views/sprites
>>> in the SWF runtimes.
>>> http://forum.openlaszlo.org/showthread.php?t=14326
>>> 
>>> Take this little test program:
>>> <canvas width="100%" height="100%" debug="true">
>>> <view id="bb" width="60" height="60" x="100" y="100" bgcolor="yellow">
>>>   <handler name="onmouseout" args="evt">
>>>     Debug.info("x=" + this.getMouse("x") + " / y=" + this.getMouse("y"));
>>>   </handler>
>>> </view>
>>> </canvas>
>>> 
>>> If you move the mouse cursor out of the yellow view, the onmouseout
>>> event gets triggered for the following mouse positions:
>>> 
>>> DHTML:
>>> x-axis: -1  60
>>> y-axis: -1  60
>>> 
>>> SWF10:
>>> x-axis: 0  61
>>> y-axis: -1  60
>>> 
>>> SWF10:
>>> x-axis: 0  61
>>> y-axis: -1  60
>>> 
>> 
>> 
> 
> 
> -- 
> Henry Minsky
> Software Architect
> [email protected]


Reply via email to