We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Disabling keyboard controls that pop up over the webcam image (this part functions)
That the hint below the image would also disappear.
"Hint: If you move your mouse over the picture, you enter keyboard control mode." appears even though keyboard controls are disabled.
Version: 1.3.0 (master branch)
none, I disabled them all to make sure it wasn't one of them.
unrelated
google chrome + firefox both on windows 10 pro
n/a
I have read the FAQ.
The fix:
Add a check to https://github.com/foosel/OctoPrint/blob/master/src/octoprint/templates/tabs/control.jinja2#L22 to also check whether keyboard controls are in fact enabled.
<div data-bind="visible: keycontrolPossible && $root.settings.feature_keyboardControl()">
Tested in chrome / firefox on windows 10 and chrome on windows 7.
The text was updated successfully, but these errors were encountered:
Take keyboard control setting into account for possible check
a735bcc
Solves #1660
Part of 1.3.1 which has just been released.
Sorry, something went wrong.
No branches or pull requests
What were you doing?
Disabling keyboard controls that pop up over the webcam image (this part functions)
What did you expect to happen?
That the hint below the image would also disappear.
What happened instead?
"Hint: If you move your mouse over the picture, you enter keyboard control mode." appears even though keyboard controls are disabled.
Branch & Commit or Version of OctoPrint
Version: 1.3.0 (master branch)
Plugins Active
none, I disabled them all to make sure it wasn't one of them.
Printer model & used firmware incl. version
unrelated
Browser and Version of Browser, Operating System running Browser
google chrome + firefox both on windows 10 pro
Link to octoprint.log
n/a
Link to contents of terminal tab or serial.log
n/a
Link to contents of Javascript console in the browser
n/a
Screenshot(s) showing the problem:
I have read the FAQ.
The fix:
Add a check to https://github.com/foosel/OctoPrint/blob/master/src/octoprint/templates/tabs/control.jinja2#L22 to also check whether keyboard controls are in fact enabled.
<div data-bind="visible: keycontrolPossible && $root.settings.feature_keyboardControl()">
Tested in chrome / firefox on windows 10 and chrome on windows 7.
The text was updated successfully, but these errors were encountered: