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

function textbox is not visible #1

Open
burner- opened this issue Oct 31, 2019 · 6 comments
Open

function textbox is not visible #1

burner- opened this issue Oct 31, 2019 · 6 comments

Comments

@burner-
Copy link

burner- commented Oct 31, 2019

function plot

There is no textbox for function

@burner-
Copy link
Author

burner- commented Oct 31, 2019

I use node-red version 1.0.2 with node.js version 12.13.0

burner- added a commit to burner-/node-red-contrib-curve that referenced this issue Nov 5, 2019
@burner-
Copy link
Author

burner- commented Sep 17, 2022

Can you pleas fix this.
Just change this <input type="hidden" id="node-input-fexpression" autofocus="autofocus">
to this:
<input type="text" id="node-input-fexpression" style="width:57%;" data-i18n="[placeholder]curve.placeholder.fexpression"/>

@LordTompa
Copy link

Hi, thanks for the fix, works great, just had to insert it manually via an editor.
It's a real pity that such a good plugin is not patched.
With kind regards
LordTompa

@baechlto
Copy link

Hi there at all,
please can you tell, how do you fixed that issue ? I dont know how todo that. Where and which editor have i to use to do it manually ?

With kind Regards
Tobi

@spaggi
Copy link

spaggi commented Oct 21, 2023

Issue still persist :(

@MosheSabag
Copy link

MosheSabag commented May 25, 2024

Hi there at all, please can you tell, how do you fixed that issue ? I dont know how todo that. Where and which editor have i to use to do it manually ?

With kind Regards Tobi


  1. You need to find the following file:
    "C:\Users{USERNAME}.node-red\node_modules\node-red-contrib-curve\curve\curve.html"

  2. You need to use a text editor and find the line stated above and replace it with the fixed line of code.

  3. You need to shut down node-red and start it again.

Screenshot_1

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

No branches or pull requests

5 participants