-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0] TypeError: this.querySelector(...).open is not a functionjoomla-field-media.js:244:45 #26711
Comments
I can confirm this and I already can guess why that is not working, but I have neither the time to rewrite that nor do I know, what problems could occur after a rewrite. Okay: Try this ->
For those who just want to see that in action, I recorded a small video: Tl;dr: In the way it is actually implemented it won't work with dynamic rendering. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26711. |
Please test #30455 |
Steps to reproduce the issue
Create a custom field for repeatable (subform).
Create a media field within repeatable (subform).
Click on media as if to upload an image
Here is a video explanation:
https://youtu.be/2zwh2Tvayb4
If you click save you can then update the item.
Expected result
Can upload media
Actual result
Nothing happens. Console shows this JS error.
TypeError: this.querySelector(...).open is not a functionjoomla-field-media.js:244:45
System information (as much as possible)
Additional comments
The text was updated successfully, but these errors were encountered: