Don’t forget, the issue emerges only on two circumstances:
Restart openHAB (maybe you have to clean the cache, too)
Install another marketplace Addon
So none of the users with a “just workin’” openHAB will see this issue at all.
Only those who do changes which include a reload of the addons may be aware of the problem.
Without setting up all the items, these seem to display for me on my system running 5.2. The only suggestion I have is to narrow down the issue by finding out what component(s) are causing the popup to not display.
Thanks for that. Turns out that all I had to do was SAVE the Overview page - then all displayed again. Reverted and tried again with the same result.
Never seen this before and only affects some of the oh-cells
EDIT: Actaully this only worked when in RUN mode while editing the Overview Page. The actual Overview page still has teh issue. Will keep digging
It seesm that the following two conditions (one in each) caused the issue:
visible: =(vars.visibleSunSynkPop) == true
and
visible: =(vars.visibleMonthlyPop)==true
EDIT 2:
I have created a test wdget that doesnot require any items etc to demonstrate the issue.