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

Hidden scope dropdown in config node editor #4497

Closed
colinl opened this issue Dec 28, 2023 · 1 comment · Fixed by #4528
Closed

Hidden scope dropdown in config node editor #4497

colinl opened this issue Dec 28, 2023 · 1 comment · Fixed by #4528
Labels

Comments

@colinl
Copy link
Contributor

colinl commented Dec 28, 2023

Current Behavior

On some config nodes (both core and contrib) the config node window is missing the scope dropdown (All Flows/individual subflow) at the bottom right. Enlarging the window allows the dropdown to appear. See this thread in the forum for an example of the problem in the http tls config node. The problem can also be seen in node-red-contrib-influxdb, for example.

Expected Behavior

The scope dropdown should be visible on initial opening. Perhaps it would be better if the 'nodes use this config' text was truncated if the window is too narrow rather than losing the dropdown completely.

Steps To Reproduce

See the forum thread.

Example flow

No response

Environment

  • Node-RED version: 3.1.3
  • Node.js version: 20.5.1
  • npm version:
  • Platform/OS: Laptop/Ubuntu 22.04
  • Browser: Edge
@GogoVega
Copy link
Contributor

Caused by the red-ui-editor-config-user-count length which varies depending on language and count.
Should make its length flexible and combine it with text-overflow: ellipsis; so that all footer elements are aligned and the text is hidden in case of overflow.

PS: not good enough in css to make a pr 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants