[Mono-bugs] [Bug 341848] Problems with Leave event.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 20 16:19:41 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=341848#c1


Jeffrey Stedfast <fejj at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |fejj at novell.com




--- Comment #1 from Jeffrey Stedfast <fejj at novell.com>  2007-11-20 14:19:41 MST ---
In the case of PageTurn (javascript SL-1.0 demo), I added console.log() debug
statements to MouseEnter and MouseLeave handlers and they all seemed to be
getting called (in so much as every MouseEnter had a corresponding MouseLeave).

I am wondering if perhaps Storyboard.Stop() is what is broken... in
thumbnail.js, in handleMouseLeave, we have:

        // stop storyboard and minimize thumbnail
        this.xamlElement.findName("storyZoomIn").stop();
        this.xamlElement.findName("thumbOver").opacity = 0;

That /should/ restore the thumbnail to the original size, but perhaps it isn't
always working?

Back to digging I guess...


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list