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


Jeffrey Stedfast <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #1 from Jeffrey Stedfast <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to