[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,634
    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,073
    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,634
    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,073
    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

    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
    818
    Pushed to Github https :// github.com / MPExtended / Skins / commit / 541cd57a89b85e1971d0a6086e3dc650cb9ab60f
    Pushed to Github https :// github.com / MPExtended / Skins / commit / 541cd57a89b85e1971d0a6086e3dc650cb9ab60f
    Hi there I've recently tried to get the Bootstrap 0.7.255 skins working in a new WebMediaPortal environment but ran into several...
    Replies
    6
    Views
    1K
    When attempting to play live TV from a Client Only install of Media Portal back to my Media Portal Server I get an error of "There is no player registered to play media item stream X.Y". I've tried version 2.4.1 and 2.5. I've also tried setting a static IP on both the client and the server. In 2.5 I get this error in the logs...
    When attempting to play live TV from a Client Only install of Media Portal back to my Media Portal Server I get an error of "There...
    When attempting to play live TV from a Client Only install of Media Portal back to my Media Portal Server I get an error of "There...
    Replies
    0
    Views
    670
    Perhaps... Only way to confirm would be for me to invest in a different USB DVB-S2 tuner (like the Hauppauge WinTV-NOVA-S2), which I might do if the issue persists.
    Perhaps... Only way to confirm would be for me to invest in a different USB DVB-S2 tuner (like the Hauppauge WinTV-NOVA-S2), which...
    I have a dedicated TV Server x64 v1.36 running on Windows 11, with a Hauppauge WinTV-dualHD tuner for DVB-T channels (Freeview) and...
    Replies
    8
    Views
    787
    In the UK, the EPG transmitted in the DVB-T datastream allows each programme to have two genres -- a primary genre, and a secondary genre (i.e. a subgenre). The primary genre might be something like Film (or Movie in the USA). The secondary genre for Film might be something like: Action, Comedy, Crime, Fantasy, Romance, Science...
    In the UK, the EPG transmitted in the DVB-T datastream allows each programme to have two genres -- a primary genre, and a secondary...
    In the UK, the EPG transmitted in the DVB-T datastream allows each programme to have two genres -- a primary genre, and a secondary...
    Replies
    0
    Views
    367
    Top Bottom