I have a site I inherited and is running Umbraco v6.2.6 & uComponents v6.1.1.
I don't see this behavior locally but remotely when a new value is selected it appears as expected besides the textbox. However, when the page is saved or published the selected items disappears. If you inspect the DOM you can see the following:
So as you can see the value is added to the hidden field but is not added to the <ul> which explains why it does not show after the save/publish action.
If I reload the frame nothing changes. If change node and go back the original value is shown again before the last selection was made and published.
I've checked the logs and nothing there and I've checked umbraco.config file and the data has not been updated (as expected). I can confirm that other data changed on the document before the publish action is saved as expected.
XPath AutoComplete Not Saving New Values
I have a site I inherited and is running Umbraco v6.2.6 & uComponents v6.1.1.
I don't see this behavior locally but remotely when a new value is selected it appears as expected besides the textbox. However, when the page is saved or published the selected items disappears. If you inspect the DOM you can see the following:
So as you can see the value is added to the hidden field but is not added to the
<ul>
which explains why it does not show after the save/publish action.If I reload the frame nothing changes. If change node and go back the original value is shown again before the last selection was made and published.
I've checked the logs and nothing there and I've checked
umbraco.config
file and the data has not been updated (as expected). I can confirm that other data changed on the document before the publish action is saved as expected.Any ideas what might be going on?
Cheers, Simon
Breaking News...
Whilst I've not found a solution I HAVE finally found the cause! This is only affecting items with an ampersand in the node name.
is working on a reply...