-
Notifications
You must be signed in to change notification settings - Fork 99
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
Octolapse causes SimpleEmergencyStop to misbehave in FireFox 78.0.2 on OctoPrint 1.4.1rc2 #567
Comments
@b-morgan, I will see what I can find. I wonder if other navbar buttons work with SimpleEmergencyStop. |
The answer to that question may be "No". Below are screenshots of the NavBar from FireFox and Chrome. As you can see, I've got two other NavBar plugins that disappear in FireFox. List of my plugins is also included. |
OK, it's looking like a shared CSS issue, which might be OctoPrint related. If I find this is the case I'll post either an issue or a pull request on the OctoPrint github page. |
It might cause SyntaxErrors in third party plugins that cannot be caught by the system and which then nuke ALL other third party plugins. See Sebclem/OctoPrint-SimpleEmergencyStop#14 and FormerLurker/Octolapse#567 This change can manually be applied by setting ``` yaml devel: webassets: minify: false ``` in config.yaml
Just for the record, that is an issue with SimpleEmergencyStop (it causes a JS SyntaxError when minified, nuking all of |
See https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop/issues/14#. I am opening this issue because disabling Octolapse fixes SimpleEmergencyStop.
This problem did (does not) occur with OctoPrint 1.4.0.
Version of Octolapse
Octolapse Version: 0.4.0
Version of OctoPrint
OctoPrint Version: 1.4.1rc2
When you ran into the problem, did you have diagnostic logging enabled?
Diagnostic Logging was Enabled: No
What were you doing when the problem occurred
What should have happened?
NavBar should display like it does in Chrome
What happened instead?
NavBar contains both versions of SimpleEmergencyStop buttons. Neither one is functional. Octolapse NavBar button is missing.
Operating System running OctoPrint and Octolapse
OS Name: OctoPi
Os Version: 0.17.0
Browser and version of browser, operating system running browser
Browser: FireFox 78.0.2
Browser OS: Windows 10 (64-bit)
The text was updated successfully, but these errors were encountered: