[fixed] [4294] No Navigation, if hidden (IsMouseUsed) control initially has the focus (1 Viewer)

chefkoch

Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,635
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    As long as the hidden "close"-button is not visible at all, no navigation is possible.

    20130219_102507.png

    20130219_102517.png

    20130219_102524.png
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,070
    7,459
    Home Country
    Germany Germany
    I think this can be fixed inside the xaml files:
    https://github.com/MediaPortal/Medi...in/Reflexion/screens/master_homemenu.xaml#L66

    You can specify on any FrameworkElement the SetFocusPrio like SetFocusPrio="Default", example here:
    XML:
    <Grid x:Name="ContentPanel" Grid.Row="2" Grid.Column="0" SetFocusPrio="Default">

    If you add this property to the text input field, it should work (btw, same applies to VirtualKeyboard and propably all other SuperLayers)

    On the other hand, a default focus should be found by SkinEngine, if no preference is set in screen file.
     

    chefkoch

    Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,635
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    You can specify on any FrameworkElement the SetFocusPrio like SetFocusPrio="Default", example here:
    XML:
    <Grid x:Name="ContentPanel" Grid.Row="2" Grid.Column="0" SetFocusPrio="Default">

    If you add this property to the text input field, it should work (btw, same applies to VirtualKeyboard and propably all other SuperLayers)
    This is working nicely. Thanks for the hint.

    On the other hand, a default focus should be found by SkinEngine, if no preference is set in screen file.
    That's the reason, why I would like to keep this thread as [BUG] until I've entered this issue into the bug tracker. Even if not default focused control has been found or selected by the skin engines, at least the navigation by remote / keyboard, shouldn't not be broken / disabled.
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,070
    7,459
    Home Country
    Germany Germany
    Should be fixed by change in GenericDialog.xaml.

    @Testers please check branch BUG4294_DialogFocus_NoMouse if result is now everywhere as expected.
     

    Users who are viewing this thread

    Similar threads

    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0 on Windows 7 SP1
    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0...
    My TV PC is more a cast-off on older hardware (a 'Quiet PC' i5 4690, 16GB ram, 2xSSD 1xHDD, system graphics), mainly as a cheap way...
    Replies
    5
    Views
    2K
    Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
    Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
    This thread is intended for skin authors, plus those advanced users who have learnt skin programming and have customised the skins...
    Replies
    1
    Views
    2K
    Nevermind, I think. I found them in the forum. I had only checked the main webiste for MP2 plugins. https://www.team-mediaportal.com/extensions/mp2-plugins I hope these work: Featured Plugins
    Nevermind, I think. I found them in the forum. I had only checked the main webiste for MP2 plugins...
    I've been an MP1 user for a long time. I'm interested in switching to MP2. However, I rely heavily on the features provided by...
    Replies
    1
    Views
    3K
    MP1 MP2 MP2 - V2.3 EPG has stopped DE
    The only configuration that is certain to work is when the MP client and MP server are from the same release. It is sometimes possible to use MP clients from a release that is different to the MP server, but whether it works depends on the specific changes that were made between the two releases. -- from CyberSimian in the UK
    The only configuration that is certain to work is when the MP client and MP server are from the same release. It is sometimes...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Replies
    10
    Views
    5K
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select "Internal DirectShow player" as music output, but then you lose gapless playback. If you you don't have multichannel music you can choose WASAPI as the output and set the number of speakers to stereo. I have...
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select...
    Not sure if this a a bug/config/settings problem. I am running a media portal 2.5 server with 2.41 client but it seems I get the...
    Replies
    1
    Views
    655
    Top Bottom