https://bugzilla.novell.com/show_bug.cgi?id=402211
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=402211#c5 --- Comment #5 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-06-26 14:40:48 MDT --- The MediaLive_playerPlayCanvas Canvas is created, from a string XAML, inside the viewerVideo.js script 105 ' <Canvas Name="' + name + '_playerPlayCanvas" Canvas.Left="24" Canvas.Top="24" Opacity="0.7" Cursor="Hand" MouseEnter="onVideoPlayerPlayEnter" MouseLeave="onVideoPlayerPlayLeave" MouseLeftButtonDown="onVideoPlayerPlayDown" MouseLeftButtonUp="onVideoPlayerPlayUp">'+ note that both Width and Height are missing. That should be enough to create a standalone test case. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
