-
Notifications
You must be signed in to change notification settings - Fork 210
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
Comments
1 similar comment
@jywarren I think this is happening because in the code below it is querySelector where as it should be querySelectorAll!
|
oh awesome, good catch!
This could be a first-timers-only issue, then. :-)
…On Thu, Oct 4, 2018 at 1:15 PM Mridul97 ***@***.***> wrote:
@jywarren <https://github.com/jywarren> I think this is happening because
in the code below it is querySelector where as it should be
querySelectorAll!
https://github.com/publiclab/image-sequencer/blob/70654a5aace44893e9940ea6b902b875d7e4cddc/examples/lib/defaultHtmlStepUi.js#L101
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#377 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ2-0bA55nAFg6rclmuRuUjLGvqfeks5uhkIFgaJpZM4XIh6G>
.
|
@jywarren There is more to this issue as pointed out by @Ankit-Singla on #340 |
Hmm, #340 is now live, but I still see this happening. Maybe there is another sneaky bug in there somewhere? |
yes please! thank you!
…On Fri, Oct 5, 2018 at 12:27 PM Ankit Singla ***@***.***> wrote:
I have not yet raised a PR for #340
<#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 <https://github.com/jywarren>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#377 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ_-heO6I0A3JtSrndiqktrrbp-ZJks5uh4g7gaJpZM4XIh6G>
.
|
I think this has maybe been figured out? I haven't seen it happen recently. |
Is anybody working on it ? |
It may be worth testing out the latest code, as I think there have been
some various submitted fixes!
…On Fri, Jan 4, 2019 at 1:17 PM aashna27 ***@***.***> wrote:
Is anybody working on it ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#377 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJyIV7jyLpgpP4kVEd__elchzdhcSks5u_5qLgaJpZM4XIh6G>
.
|
I am working on this. #562 (WIP) |
@jywarren please close this one. |
I'm seeing this on the Convolution module but it may affect all modules.
We could start by finding the line of code which drives this in the UI code!
Thanks!
The text was updated successfully, but these errors were encountered: