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

Module save button is sometimes greyed out when needed #377

Closed
jywarren opened this issue Oct 4, 2018 · 13 comments
Closed

Module save button is sometimes greyed out when needed #377

jywarren opened this issue Oct 4, 2018 · 13 comments
Labels

Comments

@jywarren
Copy link
Member

jywarren commented Oct 4, 2018

I'm seeing this on the Convolution module but it may affect all modules.

image

We could start by finding the line of code which drives this in the UI code!

Thanks!

@gitmate
Copy link

gitmate bot commented Oct 4, 2018

GitMate.io thinks possibly related issues are #231 ("Save as module" button on Dynamic module), #302 (Disable/dim the Save button until step inputs have been changed), #373 (Button to top), #303 (Disable/dim the Add step button until a module is selected), and #108 (Math Module).

1 similar comment
@gitmate
Copy link

gitmate bot commented Oct 4, 2018

GitMate.io thinks possibly related issues are #231 ("Save as module" button on Dynamic module), #302 (Disable/dim the Save button until step inputs have been changed), #373 (Button to top), #303 (Disable/dim the Add step button until a module is selected), and #108 (Math Module).

@Mridul97
Copy link

Mridul97 commented Oct 4, 2018

@jywarren I think this is happening because in the code below it is querySelector where as it should be querySelectorAll!

$(step.ui.querySelector(".target")).change(toggleSaveButton);

@jywarren
Copy link
Member Author

jywarren commented Oct 4, 2018 via email

@tech4GT
Copy link
Member

tech4GT commented Oct 5, 2018

@jywarren There is more to this issue as pointed out by @Ankit-Singla on #340
Both of these can be fixed together I think then.
cc @Ankit-Singla

@jywarren
Copy link
Member Author

jywarren commented Oct 5, 2018

Hmm, #340 is now live, but I still see this happening. Maybe there is another sneaky bug in there somewhere?

https://publiclab.github.io/image-sequencer/examples/#steps=convolution{constantFactor:0.1111111111111111|kernelValues:1%201%201%201%201%201%201%201%201}

@Ankit-Singla
Copy link

I have not yet raised a PR for #340. I intend to figure out the bug here and try to solve both the issues together, as they seem to be a part related to each other.
Shall I go ahead? @jywarren

@jywarren
Copy link
Member Author

jywarren commented Oct 5, 2018 via email

@jywarren
Copy link
Member Author

I think this has maybe been figured out? I haven't seen it happen recently.

@aashna27
Copy link

aashna27 commented Jan 4, 2019

Is anybody working on it ?

@jywarren
Copy link
Member Author

jywarren commented Jan 4, 2019 via email

@harshkhandeparkar
Copy link
Member

harshkhandeparkar commented Jan 5, 2019

I am working on this. #562 (WIP)

@harshkhandeparkar harshkhandeparkar mentioned this issue Jan 8, 2019
4 tasks
@harshkhandeparkar
Copy link
Member

@jywarren please close this one.

@jywarren jywarren closed this as completed Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants