hessius

Results 13 comments of hessius

No, it's working perfectly for me on 2.2, theming has been revamped for 2.2 though. That's probably what's messing things up.

You're not getting any errors as it isn't a JavaScript problem, it's likely CSS / SASS based. You need to update your app.scss for 2.2, among other things they way...

Could something like this be used? **PrettyGcode viewer** Forums: https://community.octoprint.org/t/wip-prettygcode-viewer/12169 Github: https://github.com/Kragrathea/OctoPrint-PrettyGCode

👍 That looks like a much easier route!

I dunno if possible but in my mind it would be better to use the Exclude region plugin: https://plugins.octoprint.org/plugins/excluderegion/ as that doesn't require slicer changes. Might be harder to actually...

Hmm any fix for this? Wouldn't it be possible to add a validation function that checks the tag against the same tag source as typeahead? Or is there a way...

in the config of the tagsmanager initiation add tagList: yourTagListVariable, So as long as typeahead adds something thats in the taglistvariable array tagsmanager will accept it

Yes. I'm passing the same array to tags manager as I am to type ahead. Thus I'm basically doing manually what's broken in this issue i.e. I get exclusion of...

Yes but as far as I understand that is not what this does in any situation. This checks the user entry regardless of usage of typeahead's suggestions. Thus it needs...

Has anyone found a fix or work-around for this? EDIT: Google and ye shall find! This is actually an issue with typeahead rather than tagsmanager. bind this to .blur() of...