Make sure you are using the latest staging
Create an article
Use the XTD button to insert an image and try to use the dropdown for the folders navigation
Not cool
Testing
Apply this patch with patch tester and follow the above instructions
make sure that dropdown and the up folder buttons are working correctly and observe that there are no errors logged in your browsers console
What is changed?
The code test(/\bchzn-done\b/) is replaced by hasClass('chzn-done').
The test() method tests for a match in a string and is using regular expression to achieve that. The hasClass() method will return true if the class is found without the regular expression.
This problem comes from the Mootools removal in the com_media views PR: #7819
I have tested this item successfully on f130f27
Works good here. Thanks.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8021.