You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to display a picture in readonly, so I use the media with the attributes disabled=true and readonly=true
Expected result
display picture in read only withtout error javascript and with the picture
Actual result
no picture and display in readonly with this error JS :
Uncaught Error: Misconfiguaration...
at JoomlaFieldMedia.connectedCallback
I think that in Joomla 4.4.6, it was ok
workaround is to set the class=disabled (instead disabled=true) but the button to chose an picture is still there... but no erreur js and picture is there
System information (as much as possible)
Joomla 4.4.9
Additional comments
The text was updated successfully, but these errors were encountered:
fuscage
changed the title
J4.4.4.9 - Display field type=media in readonly / disabled => Error javascript Misconfiguaration
J4.4.9 - Display field type=media in readonly / disabled => Error javascript Misconfiguaration
Dec 3, 2024
Steps to reproduce the issue
I try to display a picture in readonly, so I use the media with the attributes disabled=true and readonly=true
Expected result
display picture in read only withtout error javascript and with the picture
Actual result
no picture and display in readonly with this error JS :
Uncaught Error: Misconfiguaration...
at JoomlaFieldMedia.connectedCallback
I think that in Joomla 4.4.6, it was ok
workaround is to set the class=disabled (instead disabled=true) but the button to chose an picture is still there... but no erreur js and picture is there
System information (as much as possible)
Joomla 4.4.9
Additional comments
The text was updated successfully, but these errors were encountered: