Skip to content
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

Weird UI behaviour #1546

Closed
bozman2021 opened this issue Jan 21, 2023 · 9 comments
Closed

Weird UI behaviour #1546

bozman2021 opened this issue Jan 21, 2023 · 9 comments

Comments

@bozman2021
Copy link

Problem/Motivation

UI entity multi selection on entities places the selected entity horizontal rather than vertical position.

(Why the issue was filed)

Expected behavior

Vertical dropdown.

(What you expected to happen)

Actual behavior

Places the entity in horizontal position.

(What actually happened)

Steps to reproduce

Not known how to reproduce.
Tried in Safari,Firefox,Brave,Chrome same phenomenon.
Error_Vertical_Service_node

(How can someone else make/see it happen)
Similar post:
#1306

Proposed changes

(If you have a proposed change, workaround or fix,
describe the rationale behind it)

@bozman2021
Copy link
Author

Hi,
Forgot to mention, I have cleaned out all weird characters in friendly name for a lot of entities by simply use a customisation.yaml file that I call via configuration.yaml file.
So I cleaned out '/()öäå" characters.

If I look trough the developer tools I can't find any entity with weird characters anymore.
It looks fine but in the call service node it won't place the entity's on correct way.

@bozman2021
Copy link
Author

anyone?

@bozman2021
Copy link
Author

Ok,
I tried to change the css code directly in the browser:
.select2-container .select2-selection–multiple .select2-selection__rendered {
display: contents;
list-style: none;
padding: 0;
}

to:

.select2-container .select2-selection–multiple .select2-selection__rendered {
display: grid;
list-style: none;
padding: 0;
}

Then it worked better, but how can I change this permanently?

@bozman2021
Copy link
Author

bozman2021 commented Feb 20, 2023

Same problem in version 14.0.3.image

@bozman2021
Copy link
Author

@frenck do you have good solution on how to solve this bug?

@bozman2021
Copy link
Author

Updated to 14.1.0 and in HACS Node-Red Companion to 1.2.0 but the problem is still there, really annoying bug.

@bozman2021
Copy link
Author

Updated to 14.1.3 and in HACS Node-Red Companion to 1.2.0 but the problem is still there, really annoying bug.

@frenck
Copy link
Member

frenck commented Mar 28, 2023

This you issue is not provided by the add-on, add-ons wrap existing applications.
We can't fix the application, as we don't develop it.

Your issue is therefore in the wrong place and, will here, not be ever solved.

Going to close it on this end; as this is not an add-on issue.

../Frenck

@frenck frenck closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2023
@bozman2021
Copy link
Author

Ok, tried to escalate this in the node-red forum before I created this ticket and they told me that this isn't in their scope when it is inside HA.
Node-red:
https://discourse.nodered.org/t/entities-area-dropdown-selection-not-working-properly/69799
Home-Assistant:
https://community.home-assistant.io/t/entities-device-area-dropdown-selection-not-working-properly/482361/26

So now it's a dead end and no one can help me at all.

Ok thanks for letting me know anyway.

Regards Boz

@github-actions github-actions bot locked and limited conversation to collaborators Apr 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants