I've got an issue that has been reported a long time ago but still is messing things up abit. When working with the DocTypeGridEditor I randomly get a ton of errors like
I found out that it might have something to do with an issue with a trimStart function introduced in Chrome 66, but since I'm working with the 7.13.2 version of Umbraco I would expect that it had been solved. So the following two links doesn't help me further:
Apparently the issue isn't connected directly to the DTGE, although I've only encountered problems when using that great plugin and I'd be sorry to stop using it.
Of course a hard reload of Chrome helps, but it will turn up again and is disturbing for the end user (customer).
So my question is does anybody know of any fixes for this issue?
DTGE and tilde issue
Hi,
I've got an issue that has been reported a long time ago but still is messing things up abit. When working with the DocTypeGridEditor I randomly get a ton of errors like
I found out that it might have something to do with an issue with a trimStart function introduced in Chrome 66, but since I'm working with the 7.13.2 version of Umbraco I would expect that it had been solved. So the following two links doesn't help me further:
https://issues.umbraco.org/issue/U4-11253
https://github.com/umco/umbraco-doc-type-grid-editor/issues/97
Apparently the issue isn't connected directly to the DTGE, although I've only encountered problems when using that great plugin and I'd be sorry to stop using it.
Of course a hard reload of Chrome helps, but it will turn up again and is disturbing for the end user (customer).
So my question is does anybody know of any fixes for this issue?
Thanks, Søren
Hi Søren :)
Have you tried bumping the version number in /config/ClientDependency.config?
Hi Søren K,
We definitely have tried that. Its really sticky :-)
Bumping CD version
Restarting app
Clearing browser cache
Even trying to load the damn site using another url.
Problem persists.
Update
The problem looks like being a third part javascript library (messenger.js from small.chat) as it redefines the trimStart method.
When this widget is loaded the trimStart is no longer working.
Note, this problem has nothing to do with Umbraco or dtge - both are still awesome.
I've reported this to small.chat
is working on a reply...