[Mono-bugs] [Bug 389460] New: Silverlight 1.0 Video Slidepuzzle - can't slide pieces

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 12 13:46:23 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=389460


           Summary: Silverlight 1.0 Video Slidepuzzle - can't slide pieces
           Product: Moonlight
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: xaml
        AssignedTo: jaharper at novell.com
        ReportedBy: fejj at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


http://miguelmoreno.net/sandbox/Silverlight_0/

One of the problems is that we are not correctly parsing some dynamically
generated XAML in createFromXaml()

The js creates a xaml string like '<Canvas.Resources>...</Canvas.Resources>'
with several named Storyboards inside.

The problem is that our XAML parser returns a Storyboard (the first one it
finds) object rather than a ResourceDictionary.


Once we get that working, the next problem we may run into is the fact that
DependencyObject::FindName() might not find the named storyboards because if
they aren't added to the namescope... so either DO::FindName() might have to
become virtual to allow UIElement to scan its Resources, or they might have to
be added to the namescope. Not sure how that should work.


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


More information about the mono-bugs mailing list