FileItemDialog() in GUIDialogFile.cs sets facadeview to nothing (1 Viewer)

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    MediaPortal Version: 1.2.3

    Description
    When you use the file-menu in relevant sections (music, pictures, videos) and want to copy the contents of one folder to another, the facadeview is changed in some way.
    If the view previously was set to "list", then all visible-conditions depending on "facadeview.list" will evaluate to false.

    Steps to Reproduce:
    Enter "Music" in MP
    focus on one folder (destination)
    press F9 to bring up context-menu
    select item number 6 ("File-menu")
    select item number 6 ("Choose as destination")
    focus on another folder (source)
    press F9 to bring up context-menu
    select item number 6 ("File-menu")
    select item number 1 (Copy")
    file-copy-dialog is shown
    press "Escape" to exit this.
    facadeview is now not facadeview.list any more. Evidence of this is that the coverart in DefaultWide is dependent on this visibility condition:
    Code:
    <visible>[facadeview.list|facadeview.album]+[Control.HasFocus(50)]</visible>
    I have attached two screenshots, one before file-dialog and one after.
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #2
    Attached screenshots
     

    Attachments

    • before.jpg
      before.jpg
      76.3 KB
    • after.jpg
      after.jpg
      62.9 KB

    Users who are viewing this thread

    Top Bottom