plexinc / plex-for-kodi

Offical Plex for Kodi add-on releases.
GNU General Public License v2.0
251 stars 124 forks source link

dialogs not rendered with Kodi's "smartredraw" set to true #285

Open viulian opened 5 years ago

viulian commented 5 years ago

Description:

Kodi 18.2 has a setting called "smartredraw" that helps lowering CPU usage by only redrawing what is needed. However, when the option is enabled in advancedsettings.xml, no dialogs are rendered, only the gray overlay on which the dialogs should animate onto. The trouble is that since animations do not complete, buttons do not receive focus -> thus, you cannot exit Plex, cannot resume a movie, etc.

Details:

The only logs that are available are:

2019-05-30 15:47:19.165 T:1936962608 ERROR: Control 1001 in window 13004 has been asked to focus, but it can't

This is not really helpful, since it complains about the obvious, as the button is indeed not on the screen, the animation to draw it did not complete, only the gray overlay is on.

Checklist