openhab / org.openhab.ui.habmin

HABmin - a graphical user interface for openHAB 2
231 stars 91 forks source link

In a newly started browser labels are missing elements that appear after refresh #145

Open xsnrg opened 8 years ago

xsnrg commented 8 years ago

To reproduce:

Edit an Item to have a label with square bracket formatting, such as a z-wave battery device label:

device battery level [%d %%]

save it, and completely close the browser.

Re-open the browser and select the device. The channel listing that shows the Item link will not reflect the label. Hit F5 and select the device again, the label formatting elements will now be there. This is also the case on the Item editor page, and is reproducible in both Chrome and Firefox.

before refresh: before after refresh: after