-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MainUI] Add widget metadata to item results in missing selection of widget #766
Comments
|
Hi @ghys I added these in the issue above. |
The console output above doesn't look like the app's, but a browser extension. |
Chrome console output: app.js:7 ReferenceError: $store is not defined |
Network response: http://diskstation918.fritz.box:8080/rest/items/TSV_BedroomN_Setpoint?metadata=widget
|
Fixes openhab#766. Signed-off-by: Yannick Schaus <[email protected]>
Thanks for the quick fix 👍 |
Fixes #766. Signed-off-by: Yannick Schaus <[email protected]>
Hello @ghys, can you tell me, when the fix will be available in the snapshots? thank you! |
@ghys |
Hm, yes indeed there's still a problem, sorry for that. |
Fixes openhab#766 (second attempt). Signed-off-by: Yannick Schaus <[email protected]>
Fixes #766 (second attempt). Signed-off-by: Yannick Schaus <[email protected]>
The problem
Using OH3 #2115 I notice that adding widget metadata to an item results in an empty page.
Expected behavior
On previous builds I was able to select the widget. This selection is now missing.
Steps to reproduce
Tested with various different items. All with same result.
Your environment
runtimeInfo:
version: 3.1.0
buildString: "Build #2115"
locale: en_NL
systemInfo:
configFolder: /openhab/conf
userdataFolder: /openhab/userdata
logFolder: /openhab/userdata/logs
javaVersion: 11.0.9
javaVendor: Azul Systems, Inc.
javaVendorVersion: Zulu11.43+21-CA
osName: Linux
osVersion: 4.4.59+
osArchitecture: amd64
availableProcessors: 1
freeMemory: 124337888
totalMemory: 346030080
bindings:
clientInfo:
device:
ios: true
android: false
androidChrome: false
desktop: false
iphone: false
ipod: false
ipad: true
edge: false
ie: false
firefox: false
macos: false
windows: false
cordova: false
phonegap: false
electron: false
nwjs: false
os: ios
osVersion: 14.0.1
webView: true
webview: true
standalone: true
pixelRatio: 2
prefersColorScheme: dark
isSecureContext: false
locationbarVisible: true
menubarVisible: true
navigator:
cookieEnabled: true
deviceMemory: N/A
hardwareConcurrency: N/A
language: en-gb
languages:
onLine: true
platform: MacIntel
screen:
width: 834
height: 1112
colorDepth: 32
support:
touch: true
pointerEvents: true
observer: true
passiveListener: true
gestures: true
intersectionObserver: true
themeOptions:
dark: dark
filled: true
pageTransitionAnimation: default
bars: light
homeNavbar: default
homeBackground: default
expandableCardAnimation: default
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15
(KHTML, like Gecko) Version/14.0.1 Safari/605.1.15
timestamp: 2021-01-06T21:04:01.323Z
Browser console
Warning processing windowTypes: This property is deprecated global.min.js:250
makeError resource://gre/modules/Schemas.jsm:518
logWarning resource://gre/modules/Schemas.jsm:1230
logDeprecation resource://gre/modules/Schemas.jsm:1222
checkDeprecated resource://gre/modules/Schemas.jsm:1258
normalizeBase resource://gre/modules/Schemas.jsm:1381
normalize resource://gre/modules/Schemas.jsm:2212
r resource://gre/modules/Schemas.jsm:1906
withPath resource://gre/modules/Schemas.jsm:603
checkProperty resource://gre/modules/Schemas.jsm:1905
normalize resource://gre/modules/Schemas.jsm:1978
normalize resource://gre/modules/Schemas.jsm:1514
fixedArgs resource://gre/modules/Schemas.jsm:2571
map self-hosted:221
checkParameters resource://gre/modules/Schemas.jsm:2566
stub resource://gre/modules/Schemas.jsm:2672
a moz-extension://91accb6c-4650-4a01-8e30-128fda0dd962/global.min.js:250
apply self-hosted:2644
applySafeWithoutClone resource://gre/modules/ExtensionCommon.jsm:616
fire resource://gre/modules/ExtensionChild.jsm:806
recvRunListener resource://gre/modules/ExtensionChild.jsm:810
recvRunListener self-hosted:1161
_recv resource://gre/modules/ConduitsChild.jsm:78
receiveMessage resource://gre/modules/ConduitsChild.jsm:184
(Async: JSActor query)
_send resource://gre/modules/ConduitsChild.jsm:61
_send resource://gre/modules/ConduitsParent.jsm:228
_send self-hosted:1265
listener resource://gre/modules/ExtensionParent.jsm:1001
apply self-hosted:2644
applySafeWithoutClone resource://gre/modules/ExtensionCommon.jsm:616
applySafe resource://gre/modules/ExtensionParent.jsm:508
async resource://gre/modules/ExtensionCommon.jsm:2413
(Async: promise callback)
async resource://gre/modules/ExtensionCommon.jsm:2411
listener chrome://browser/content/parent/ext-windows.js:102
(Async: promise callback)
listener chrome://browser/content/parent/ext-windows.js:92
Browser network traffic
Additional information
The text was updated successfully, but these errors were encountered: