J4 Issue ?
avatar infograf768
infograf768
26 Apr 2017

Create a multilang site with menu items tagged to different languages.
Associations should be enabled in the languagefilter.
Edit a menu item in one language (can be done with the Home).
Go to Associations tag

Whether one chooses Select/Create (depending on situation), the modal does not respect the task.
Select does not select the item. Create does not let Save/Save and Close/Close.

The Clear button is broken too.

@C-Lodder

avatar infograf768 infograf768 - open - 26 Apr 2017
avatar joomla-cms-bot joomla-cms-bot - change - 26 Apr 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 26 Apr 2017
avatar C-Lodder
C-Lodder - comment - 26 Apr 2017

Any errors in the console log?

avatar infograf768
infograf768 - comment - 26 Apr 2017

Also Select Target in com_associations side by side is now broken: modal displays but clicking on a content item (tested for articles and categories has no effect.

avatar infograf768
infograf768 - comment - 26 Apr 2017

some of the errors
"TypeError: window.processModalParent is not a function"

TypeError: window.processModalEdit is not a function

Error: Tooltip is transitioning

avatar franz-wohlkoenig franz-wohlkoenig - change - 26 Apr 2017
Category com_associations
avatar infograf768
infograf768 - comment - 26 Apr 2017

for com_asssociations, I have
TypeError: o is undefined[Learn More] admin-associations-modal.min.js:1:53
TypeError: document.getElementsByName(...)[0] is undefined[Learn More] multiselect.min.js:1:756

avatar C-Lodder
C-Lodder - comment - 26 Apr 2017

ok thanks, will take a look

avatar infograf768
infograf768 - comment - 29 Apr 2017

@C-Lodder
Concerning com_associations side by side I can get rid of the error in admin-associations-modal.js by this code (for the uncompressed files)

diff --git a/media/com_associations/js/admin-associations-modal.js b/media/com_associations/js/admin-associations-modal.js
index b3cae69..48bb490 100644
--- a/media/com_associations/js/admin-associations-modal.js
+++ b/media/com_associations/js/admin-associations-modal.js
@@ -25,3 +25,3 @@
 		}
 	});
-})();
+}( Joomla, document ));
diff --git a/media/com_associations/js/modal-associations.js b/media/com_associations/js/modal-associations.js
index 01bccb3..4de5d2b 100644
--- a/media/com_associations/js/modal-associations.js
+++ b/media/com_associations/js/modal-associations.js
@@ -23,3 +23,3 @@
 	});
 
-})();
+}( Joomla, document ));

but not the error in multiselect

avatar C-Lodder
C-Lodder - comment - 29 Apr 2017

I cannot replicate the issue entirely. The only errors I get are:

TypeError: document.getElementsByName(...)[0] is undefined ------- multiselect.min.js:1:753
TypeError: d is null ------- draggable.min.js:1:122

I do not see this:

TypeError: o is undefined[Learn More] admin-associations-modal.min.js:1:53

avatar franz-wohlkoenig franz-wohlkoenig - change - 1 May 2017
Status New Discussion
avatar brianteeman brianteeman - labeled - 25 Mar 2018
avatar brianteeman
brianteeman - comment - 25 Mar 2018

I cannot replicate this. Assuming it has been fixed elsewhere. I am closing it for now. It can always be re-opened

avatar brianteeman brianteeman - change - 25 Mar 2018
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2018-03-25 12:15:23
Closed_By brianteeman
Labels Added: J4 Issue
avatar brianteeman brianteeman - close - 25 Mar 2018
avatar infograf768
infograf768 - comment - 26 Mar 2018

That one has indeed been solved since...
but not this one: #15439

Add a Comment

Login with GitHub to post a comment