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:
Add-on version: 0.1.6
Kodi version: 18.2
OS Platform: Libreelec v9.0.2
Hardware: Raspberry PI 3B+
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
[x] I have included a link to a log (or at the very least a link to a forum post with a log) from a session that had the issue
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