joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.73k stars 3.64k forks source link

Custom List field (subform) in Custom List field: nested scroll bar reduces usability #38346

Open hytsch opened 2 years ago

hytsch commented 2 years ago

Steps to reproduce the issue

Create a Custom Field X (type: List, Subform Only). Create multiple list entries. Create a Custom Field Y (type: List), and refer to Field X.

Expected result

I expect to be able to see and select the list entries in the admin.

Actual result

Unfortunately Joomla (the default admin template) shows the dropdown too small, it is impossible to see and select entries.

System information (as much as possible)

current Joomla

Additional comments

chmst commented 2 years ago

Could you please add a screenshot? For me everything looks in normal size.

hytsch commented 2 years ago

image

Quy commented 1 year ago

@hytsch Please confirm this is still an issue as I cannot reproduce it. Thanks.

richard67 commented 1 year ago

@hytsch Could you check if this is still an issue with the meanwhile latest Joomla version?

brianteeman commented 1 year ago

I can replicate this issue in my own component. Writing instructions on how to replicate with a core component now

brianteeman commented 1 year ago

Steps to replicate this

Conclusion It is possibly something to do with the list-fancy-select layout when used in a subform. Or with the repeatable-table layout as the problem is not present with the repeatable layout

rep