No Code Attached Yet
avatar hans2103
hans2103
15 Jan 2024

Steps to reproduce the issue

  1. create a com_content custom field type = calendar
  2. create a com_content custom field type = subform and add previously created custom field
  3. add an article, go to fields and add a new row for subform
  4. click on calendar icon to select a date

Expected result

Expecting to see the Calendar popup to pick a date.

Scherm­afbeelding 2024-01-15 om 14 28 38

Actual result

Calendar is opened but not shown entirely. Hidden due to an overflow statement in css

Scherm­afbeelding 2024-01-15 om 14 28 47

System information (as much as possible)

Happens since subformn is introduced

Additional comments

avatar hans2103 hans2103 - open - 15 Jan 2024
avatar joomla-cms-bot joomla-cms-bot - change - 15 Jan 2024
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Jan 2024
avatar brianteeman
brianteeman - comment - 15 Jan 2024

Is this the same as #38443

avatar hans2103 hans2103 - change - 15 Jan 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-01-15 13:38:43
Closed_By hans2103
avatar hans2103 hans2103 - close - 15 Jan 2024
avatar hans2103
hans2103 - comment - 15 Jan 2024

my bad.. closing

avatar hans2103
hans2103 - comment - 15 Jan 2024

added a small piece of css to administrator template Atum user.css to fix the issue

it is a small workaround until a proper solution has been made. ;-)

.subform-repeatable-wrapper .table-responsive:has(.field-calendar) {
	overflow: visible;
}

Add a Comment

Login with GitHub to post a comment