-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
"OUT" Node not useable anymore with Deconz 2.3.6 on Safari #217
Comments
Seems to be a safari problem. Works on chrome browser as before. |
What version of Safari are you using ? |
Safari 16.0 on macOS 12.6 Monterey (newest SW). |
This can't help me, I will try to install safari on windows later |
I tried on a new node using a safari from a virtual machine and I can't reproduce the issue. Could you come over discord to talk about that issue ? I ping you here. |
I got the same issue. The specifics option section and commands section do not expand or are populated under safari on MacOS. This is the first time I try this out, thought I did something wrong but then saw this thread. Safari Version 16.1 (18614.2.9.1.12) |
I have the same issue on MacOS. Very annoying. Safari Version 16.1 (18614.2.9.1.12) |
I have no idea why this don't work on safari and I can't reproduce on my side. Somebody can come on discord to debug this in real time ? |
Does this happen on ipad too ? |
I can confirm this happens on iPad too and also in Chrome on the iPad (which makes sense). |
For some reason doing this fix the issue : async generateTypedInput(container, options, stupidFix = "safari") {
console.log("Stupid fix for " + stupidFix); By adding an new param and doing something with it like print in the console it's fix. I looking for a better fix |
Released in 2.3.7 |
Sounds good, but in NR I can already upgrade to 2.3.8. |
Yes à push an other update in between |
Damned safari |
Ha. Let me know if I can offer any assistance with logs or whatnot. Thanks for all your efforts on this project! |
Yes could you check on the browser console if there is any errors ? |
I get this one each time I open a deCONZ OUT node:
|
Ok I see it's the same safari bug where object became undefined by magic, I will work on a fix this weekend |
Was related to mishoo/UglifyJS#5155 |
Current Behavior
"OUT" Node has a bug which leads to the situation, that no commands can be set. Because of that, devices cant be controlled anymore with Deconz in Nodered.
Expected Behavior
Add commands in the OUT node like before.
Steps To Reproduce
Create OUT Node in Nodered and try to add homekit or state or config or custom command.
Example flow
paste your flow here
Environment
The text was updated successfully, but these errors were encountered: