primaeval / script.tvguide.fullscreen

tv guide fullscreen
GNU General Public License v2.0
25 stars 26 forks source link

Tab result in loss of UI control #53

Closed iainsmacleod closed 8 years ago

iainsmacleod commented 8 years ago

If I watch content, and press up I get the quick EPG. If I tab to see EPG and then tab to get back to the display - I lose quick EPG functionality. I am seeing playback info wrt progress.

primaeval commented 8 years ago

Tab toggles Kodi fullscreen mode. If you have osd mode enabled in the settings, playback is actually started in a window within the TV Guide. The osd, quick epg, last channel etc are still just windows and overlays within TV Guide. When you press tab (fullscreen) you have actually jumped out of TV Guide into a normal Kodi video playback window. When you press tab again you start the TV Guide up again. I think the onInit method triggers again. I did tons of debugging today and I think that is what happens.

iainsmacleod commented 8 years ago

So I should always test using back to get to EPG. If so we can close this issue.

On Tue, Aug 30, 2016 at 4:51 PM, primaeval notifications@github.com wrote:

Tab toggles Kodi fullscreen mode. If you have osd mode enabled in the settingsm playback is actually started in a window within the TV Guide. The osd, quick epg, last channel etc are still just windows and overlays within TV Guide. When you press tab (fullscreen) you have actually jumped out of TV Guide into a normal Kodi video playback window. When you press tab again you start the TV Guide up again. I think the onInit method triggers again. I did tons of debugging today and I think that is what happened.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/primaeval/script.tvguide.fullscreen/issues/53#issuecomment-243576464, or mute the thread https://github.com/notifications/unsubscribe-auth/AEAHonEwRAaQU_F7DhA-okZWhiUe3DUqks5qlJe0gaJpZM4Jw8xG .

primaeval commented 8 years ago

Yes.