knowthelist / fhem-tablet-ui

UI builder framework for FHEM
MIT License
148 stars 84 forks source link

Cannot press the center of the homestatus widget because of a text overlay #245

Open efelon opened 5 years ago

efelon commented 5 years ago

Hi,

ftui_check.html -> Version 2.7.14

I'm no longer able to press (touch) or click the center circle of the default homestatus widget, defined like:

<div data-type="homestatus"
     data-device='MyFhemDevice'></div>

The outer elements work as expected and also the status on external changes is displayed correctly.

I can't pinpoint when exactly that started. I just noticed a small number in the center of the widget, which is 0 on reload: image and changes constantly during press and hold the mouse while hovering over the outer elements of the widget: image The numbers go from 0 to ~5.9.

Judging from the history the last change was done 9 month ago. I haven't used the ftui in that time, so this could be possible.

efelon commented 5 years ago

A workaround for now is according to this forum entry: https://forum.fhem.de/index.php/topic,100988.msg948012.html#msg948012

to add the following line in the html definition of the homestatus:

data-displaynominal="false"