No Code Attached Yet ? bug
avatar hytsch
hytsch
30 Jul 2022

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

avatar hytsch hytsch - open - 30 Jul 2022
avatar hytsch hytsch - change - 30 Jul 2022
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 30 Jul 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 30 Jul 2022
avatar chmst
chmst - comment - 30 Jul 2022

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

avatar chmst chmst - change - 30 Jul 2022
Labels Added: Information Required
avatar chmst chmst - labeled - 30 Jul 2022
avatar hytsch
hytsch - comment - 30 Jul 2022

image

avatar chmst chmst - change - 31 Jul 2022
Labels Added: bug
Removed: Information Required
avatar chmst chmst - labeled - 31 Jul 2022
avatar chmst chmst - unlabeled - 31 Jul 2022
avatar chmst chmst - change - 5 Aug 2022
Labels Added: ?
avatar chmst chmst - labeled - 5 Aug 2022
avatar Quy
Quy - comment - 21 Mar 2023

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

avatar Quy Quy - change - 21 Mar 2023
Labels Added: Information Required
avatar Quy Quy - labeled - 21 Mar 2023
avatar richard67
richard67 - comment - 6 Apr 2023

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

avatar brianteeman
brianteeman - comment - 9 Apr 2023

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

avatar brianteeman
brianteeman - comment - 9 Apr 2023

Steps to replicate this

  • edit the file administrator\components\com_users\forms\config_domain.xml
    • add this code to create an additional field
		<field
			name="test"
			type="list"
			label="test"
			layout="joomla.form.field.list-fancy-select"
			>
			<option value="1">test1</option>
			<option value="2">test2</option>
			<option value="3">test3</option>
			<option value="4">test4</option>
			<option value="5">test5</option>
			<option value="6">test6</option>
			<option value="7">test7</option>
			<option value="8">test8</option>
			<option value="9">test9</option>
			<option value="10">test10</option>
		</field>
  • view the changes by going to the options for the users component and then the second tab called email domain options

    • click on the plus to create a new entry
    • click on the new test field dropdown and you will see the error reported
  • edit the file again

    • remove the line
      layout="joomla.form.field.list-fancy-select"
  • view the changes as before

    • there is no scroll issue but of course you have lost the ability to have a searchable list

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

avatar richard67 richard67 - change - 9 Apr 2023
Labels Removed: Information Required
avatar richard67 richard67 - unlabeled - 9 Apr 2023

Add a Comment

Login with GitHub to post a comment