?
avatar waader
waader
22 Oct 2019

Steps to reproduce the issue

I tried to insert a module in an article but that failed because of the following error that can be seen in the console:
theme.min.js:9 Error: attribute d: Expected number, "…4.99-12 10zM2224h-18v-12h3.934c0…".

Expected result

Actual result

System information (as much as possible)

Additional comments

avatar waader waader - open - 22 Oct 2019
avatar joomla-cms-bot joomla-cms-bot - change - 22 Oct 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 22 Oct 2019
avatar richard67
richard67 - comment - 22 Oct 2019

@waader Could you switch on debug for system in global configuration? If debug is on, the unminified version of the JS is loaded, which will lead to better information where the error is.

avatar waader
waader - comment - 22 Oct 2019

Debug is now on but theme.min.js still is loaded - the error message didn´t change. I noticed that the error messages get fired right after clicking on the button "CMS Content".

avatar waader
waader - comment - 23 Oct 2019

@richard67 Does this behaviour with debug enabled hold true also for minified versions that come from a third party component like in this case from tinymce (/media/vendor/tinymce/themes/silver/theme.min.js)?

avatar richard67
richard67 - comment - 23 Oct 2019

@waader Don't know. Depends in which of the possible ways they are included, I think.

avatar brianteeman
brianteeman - comment - 28 Oct 2019

I am not sure what the error is but the js error you saw (which I can confirm) is a side effect of the real error. You can tell that because even if you have no editor you can not insert a module into an article

avatar brianteeman
brianteeman - comment - 28 Oct 2019

Same bug as seen in #26718

avatar infograf768
infograf768 - comment - 31 Oct 2019

The error I get here concerns skipTo.js and not theme.
Empty string passed to getElementById(). skipTo.js:455:28

Line 455
var element = document.getElementById(location.hash.substring(1));

The error is displayed AFTER clicking on a module in the pop-up.

avatar Quy
Quy - comment - 13 Jan 2020

Please test PR #27499

avatar Quy Quy - change - 13 Jan 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-01-13 17:16:55
Closed_By Quy
avatar Quy Quy - close - 13 Jan 2020

Add a Comment

Login with GitHub to post a comment