Kodi Community Forum
(Dialog OK) Not Clickable - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Nebula (https://forum.kodi.tv/forumdisplay.php?fid=211)
+----- Thread: (Dialog OK) Not Clickable (/showthread.php?tid=314773)



(Dialog OK) Not Clickable - myfototv - 2017-05-22

Thankyou for this skin, Very nice and works well on my Pi1.

My issue is that when the Dialog OK pops up, the -ok- button is not clickable unless you have a mouse/touchpad and float over the button and click it, It seems that there is no focus on the button by default. Im Using a tv remote with CEC and have also tried with a Rii remote. Could you please guide as to how I can give that OK button focus, Im assuming its something to do with a hasfocus somewhere in one of the xml files.

Thank you once again for a great skin and all your dedication to this.


RE: (Dialog OK) Not Clickable - Tgxcorporation - 2017-05-22

Kodi version?


RE: (Dialog OK) Not Clickable - Tgxcorporation - 2017-05-22

Fixed in the latest revision on Github. Krypton only.

Tgx


RE: (Dialog OK) Not Clickable - myfototv - 2017-05-22

(2017-05-22, 09:22)Tgxcorporation Wrote: Kodi version?

Currently on Libreelec version 8

Thanks Tgx


RE: (Dialog OK) Not Clickable - myfototv - 2017-05-22

(2017-05-22, 19:02)myfototv Wrote:
(2017-05-22, 09:22)Tgxcorporation Wrote: Kodi version?

Currently on Libreelec version 8

Thanks Tgx

is this the version that you have mentioned where its fixed.

https://github.com/Tgxcorporation/skin.nebula/archive/master.zip

Thanks Tgx


RE: (Dialog OK) Not Clickable - myfototv - 2017-05-22

(2017-05-22, 19:06)myfototv Wrote:
(2017-05-22, 19:02)myfototv Wrote:
(2017-05-22, 09:22)Tgxcorporation Wrote: Kodi version?

Currently on Libreelec version 8

Thanks Tgx

is this the version that you have mentioned where its fixed.

https://github.com/Tgxcorporation/skin.nebula/archive/master.zip

Thanks Tgx

I have manually Edited the
Code:
- <defaultcontrol always="true">10</defaultcontrol>
to
+ <defaultcontrol always="true">9001</defaultcontrol>

as in the commit and can confirm that its working Perfectly so far in Libreelec 8

Great work, Thank-you