No Code Attached Yet bug
avatar brianteeman
brianteeman
19 Apr 2026

What happened?

1.the display of the imagelist custom field is different when you have select multiple

Version

5.4

Expected result

The display of the imagelist field should be the same no matter if you have select multiple or not

Actual result

When the field is set to multiple then it has a fixed display of three images
When the field is not set to multiple then the field is a dropdown select

Image Image

System Information

No response

Additional Comments

No response

avatar brianteeman brianteeman - open - 19 Apr 2026
avatar brianteeman brianteeman - change - 19 Apr 2026
Labels Added: bug
avatar brianteeman brianteeman - labeled - 19 Apr 2026
avatar joomla-cms-bot joomla-cms-bot - change - 19 Apr 2026
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Apr 2026
avatar chmst
chmst - comment - 19 Apr 2026

When the field is set to multiple then it has a fixed display of three images

This comes from the height of the input field. All images are in the list but you need to scroll.

avatar brianteeman
brianteeman - comment - 19 Apr 2026

~I dont care why it happens. The issue is that there should be no difference between single and multiple input fields

avatar Fedik
Fedik - comment - 19 Apr 2026

Well, it is not even a bug.
It is <select multiple> behavior https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/multiple
That is what @chmst trying to say.

avatar brianteeman
brianteeman - comment - 19 Apr 2026

except as it says on that page you can change that behaviour with css

avatar chmst
chmst - comment - 19 Apr 2026

It was a hint - I spent some time searching for a limit in the select :D.
Please test #47632

avatar Fedik
Fedik - comment - 19 Apr 2026

I spent some time searching for a limit in the select

There is a size attribute,

except as it says on that page you can change that behaviour with css

You cannot. All you can do with CSS is to change the size by changing CSS height. But you still will be limited to that size.

avatar brianteeman brianteeman - change - 19 Apr 2026
Status New Closed
Closed_Date 0000-00-00 00:00:00 2026-04-19 17:01:39
Closed_By brianteeman
avatar brianteeman brianteeman - close - 19 Apr 2026
avatar brianteeman
brianteeman - comment - 19 Apr 2026

@Fedik we clearly speak a different language. Thankfully @chmst understood and fixed the pron;em

Add a Comment

Login with GitHub to post a comment