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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to