-
Notifications
You must be signed in to change notification settings - Fork 33
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
Tags not saving/getting deleted #22
Comments
Could you try again with version 2.1.2? Thanks |
Ok I will try that, thank you. |
Unfortunately an update did not solve the issue. |
Could you please clarify what "words, tags" cause the issue? |
@Taseldo could you try again with the latest version please |
Hi Frederikvig - I have the same problem. I just found out that save/update isn't working. I tried doing the following
Forgot to mention. I am using 2.1.4 version |
@ezsearch does the auto save trigger after you change/update the tags textbox? Are you on the latest version of Tags? |
I am on latest version of Tags, got that yesterday. No the auto save did not trigger. |
@frederikvig - not sure why. I some how think that this issue is related to #16. |
@garkavy I think the problem might be with already used words, possibly in connection to the auto-complete (see below) @frederikvig I tried to upgrade and it did not fix this issue. I think @ezsearch is on to something. |
When you write the word, do not press enter, just click on the suggested tag. |
Fixed by: #34 |
Hello!
We got a really weird bug showing up in geta-tags.
Some tags/words seems to be causing the modul to delete tags when you publish/save.
There is no special characters in the words that causes the bug to appear.
There is no errors showing up in log4net.
Sometimes I get error-message in chrome, however sometimes there are no errors there either oddly enough.
TypeError: Cannot read property 'tagName' of undefined
at _68.placeAt (widgets.js:2)
at _191b.addChild (widgets.js:2)
at Object.addWidgetToRootFunction (widgets.js:2)
at null. (widgets.js:2)
at dojo.js:15
at _2f2 (dojo.js:15)
at Promise.then._2ff.then (dojo.js:15)
at when (dojo.js:15)
at _5f1._createInternal (widgets.js:2)
at null. (widgets.js:2)(anonymous function) @ widgets.js:2
2widgets.js:2
TypeError: Cannot read property 'appendChild' of null
at Object.place (dojo.js:15)
at _13d.addChild (widgets.js:2)
at _19e (dojo.js:15)
at _6b7.addChild (widgets.js:2)
at _19e (dojo.js:15)
at _1256.addChild (widgets.js:2)
at _19e (dojo.js:15)
at _191b.addChild (widgets.js:2)
at Object.addWidgetToRootFunction (widgets.js:2)
at null. (widgets.js:2)(anonymous function) @ widgets.js:2
widgets.js:2 WidgetFactory: Could not resolve one or more widgets(anonymous function) @ widgets.js:2
widgets.js:2
TypeError: Cannot read property 'tagName' of undefined
at _68.placeAt (widgets.js:2)
at _191b.addChild (widgets.js:2)
at Object.addWidgetToRootFunction (widgets.js:2)
at null. (widgets.js:2)
at dojo.js:15
at _2f2 (dojo.js:15)
at Promise.then._2ff.then (dojo.js:15)
at when (dojo.js:15)
at _5f1._createInternal (widgets.js:2)
at null. (widgets.js:2)(anonymous function) @ widgets.js:2
Any help or tips on how to proceed would be greatly appreciated!
The text was updated successfully, but these errors were encountered: