Uploaded image for project: 'MediaPortal 2'
  1. MediaPortal 2
  2. MP2-701

Incorrect base method called in VirtualizingStackPanel BringIntoView override

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 2.1.2
    • 2.1.1
    • None
    • None

    Description

      <p>VirtualizingStackPanel calls the wrong base implementation of <span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Brin</span><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">gIntoView&nbsp;</span>if an item provider isn't being used (i.e. the items are statically declared in xaml).</p>

      <p>It calls BringIntoView(UIElement element, RectangleF elementBounds) rather than BringIntoView(UIElement element, ref RectangleF elementBounds) which leads to a StackOverflowException.</p>

      Attachments

        Activity

          People

            brownard Brownard
            brownard Brownard
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: