org.openhab.ui.habpanel icon indicating copy to clipboard operation
org.openhab.ui.habpanel copied to clipboard

Floating speech bubble not fixed

Open LuckyMallari opened this issue 7 years ago • 4 comments

The floating speech bubble/button should be fixed to the bottom Issue: floatingbuttonbug

LuckyMallari avatar Jan 24 '18 00:01 LuckyMallari

To be honest this speech recognition feature is far less useful now that Chrome has disabled support for insecure (non-HTTPS) origins. It doesn't work anymore over HTTP on intranets...

ghys avatar Jan 24 '18 00:01 ghys

The issue is here: image

Once transform is used, children (even fixed) becomes absolutely positioned to that. I can live with no bubble :) It's just something I noticed recently. Using transform is helpful for 'trigerring' HW acceleration.

LuckyMallari avatar Jan 24 '18 00:01 LuckyMallari

Okay :) Thanks for investigating!

ghys avatar Jan 24 '18 00:01 ghys

To be honest this speech recognition feature is far less useful now that Chrome has disabled support for insecure (non-HTTPS) origins. It doesn't work anymore over HTTP on intranets...

Just wanted to chime in and add that I'm using a second endpoint of openHAB over https in order to make speech recognition work again...

All you need to do is to save your existing dashboards config and then use HABPanel from the following address: https://youropenhab:8443/habpanel/index.html

kubawolanin avatar May 13 '18 16:05 kubawolanin